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