{% extends "base.html" %} {% set active_page = "seasons" %} {% block title %}{{ model.season_code }} - Episodes{% endblock %} {% block content %} {% if g.is_editor %} {% endif %} {% if not model.player_list %}
There are no episodes.
{% else %} {% if g.is_editor %} {% endif %} {% for item in model.episodes %} {% if g.is_editor %} {% endif %} {% endfor %}
# Title Date From - To Playtime StatsEditor
{{ item.code }} {{ item.title }} {{ item.date }} {{ item.start }} - {{ item.end }} {{ item.duration }}
{% endif %} {% endblock %}