{% 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 %}| {{ caption }} | {% endfor %} {# Show #}View | {% if g.is_editor %} {# Edit #}Editor | {% endif %}
|---|---|---|
| {{ item[prop] }} | {% endfor %}{% if g.is_editor %} | Episode | {% endif %}