forked from rc/aircox
work on website + page becomes concrete
This commit is contained in:
@ -2,13 +2,11 @@
|
||||
{% load i18n aircox %}
|
||||
|
||||
{% block title %}
|
||||
{% if program %}
|
||||
{% with program.title as program %}
|
||||
{% blocktrans %}Episodes of {{ program }}{% endblocktrans %}
|
||||
{% if parent %}
|
||||
{% with parent.title as parent %}
|
||||
{% blocktrans %}Episodes of {{ parent }}{% endblocktrans %}
|
||||
{% endwith %}
|
||||
{% else %}
|
||||
{% trans "Episodes" %}
|
||||
{% endif %}
|
||||
{% else %}{{ block.super }}{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user