{% extends "aircox/page_detail.html" %} {% comment %}List of a show's episodes for a specific{% endcomment %} {% load i18n aircox %} {% block header %} {% with "aircox/widgets/episode_header.html" as header_template_name %} {{ block.super }} {% endwith %} {% endblock %} {% block content-container %} {{ block.container }} {{ block.super }} {% if object.podcasts %} {% translate "Podcasts" %} {% endif %} {% if tracks %} {% translate "Playlist" %} {% for track in tracks %} {{ forloop.counter }} {{ track.artist }} {{ track.title }} {{ track.info|default:"" }} {% endfor %} {% endif %} {% endblock %}