{% 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 %}| # | Game | Season Description | Started At | Ended At | {# Show #}View | {% if g.is_editor %} {# Edit #}Editor | {% endif %}
|---|---|---|---|---|---|---|
| {{ item.code }} | {{ item.game }} | {{ item.description or "No Description" }} | {{ item.start }} | {{ item.end or "Ongoing" }} | {% if g.is_editor %} | Episode | {% endif %}