forked from rc/aircox
13 lines
272 B
HTML
13 lines
272 B
HTML
{% extends "aircox/page_list.html" %}
|
|
{% load i18n aircox %}
|
|
|
|
{% block title %}
|
|
{% if parent %}
|
|
{% with parent.title as parent %}
|
|
{% blocktrans %}Episodes of {{ parent }}{% endblocktrans %}
|
|
{% endwith %}
|
|
{% else %}{{ block.super }}{% endif %}
|
|
{% endblock %}
|
|
|
|
|