{% extends "base.html" %} {% block content %}
{% for episode in episodes %} {% if episode.season == season_num and episode.episode == episode_num %} {% if loop.index0 - 1 >= 0 %}
{% endif %}

Episode {{ episode.episode }}: {{ episode.title }}

{% if loop.index0 + 1 < episodes|length %}
{% endif %} {% endif %} {% endfor %}

{{ episode.description }}

Download {% with %} {% set seasons = [] %}
{% endwith %}
{% for episode in episodes %} {% if episode.season == season_num %} {% endif %} {% endfor %}
{% endblock %} {% block footer_content %}

This product uses the TMDb API but is not endorsed or certified by TMDb.

{% endblock footer_content %}