{% extends "base.html" %} {% set active_page = "seasons" %} {% block title %}Seasons{% endblock %} {% block content %} {% if g.is_editor %} {% endif %} {% if not model.seasons %} There are no seasons. {% else %} {% for prop, caption in model.columns %} {% endfor %} {% if g.is_editor %} {% endif %} {% for item in model.seasons %} {% for prop, caption in model.columns %} {% endfor %} {% if g.is_editor %} {% endif %} {% endfor %}
{{ caption }}Editor
{{ item[prop] }} Show Edit
{% endif %} {% endblock %}