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