{% extends 'collection.html' %} {% block list %} {% for season in seasons|reverse %}

{{ season.title }}

{%+ if season.description %}
{{ season.description|linebreaks }}
{% endif %} {% with items = season.episodes %} {% include '_list.html' %} {% endwith %} {% endfor %} {% endblock %}