{% 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 %} {% for prop, caption in model.columns %} {% endfor %} {% if g.is_editor %} {% endif %} {% for ep in model.episodes %} {% for prop, _ in model.columns %} {% endfor %} Show {% if g.is_editor %} {% endif %} {% endfor %}
{{ caption }}
{{ ep[prop] }} Edit
{% endif %} {% endblock %}