This commit is contained in:
bkfox
2019-08-07 01:49:13 +02:00
parent 248b77fca4
commit bd185125ac
4 changed files with 194 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{% extends "aircox/page_list.html" %}
{% load i18n aircox %}
{% block title %}
{% if program %}
{% with program.title as program %}
{% blocktrans %}Episodes of {{ program }}{% endblocktrans %}
{% endwith %}
{% else %}
{% trans "Episodes" %}
{% endif %}
{% endblock %}