{% load i18n easy_thumbnails_tags aircox_web %} {% comment %} Context variables: - object: the actual diffusion - page: current parent page in which item is rendered - hide_schedule: if True, do not display start time {% endcomment %} {% with page as context_page %} {% with object.program as program %} {% diffusion_page object as page %}

{% if page and context_page != page %} {{ page.title }} {% else %} {{ page.title|default:program.name }} {% endif %}

{% if object.page is page and context_page != program.page %} — {{ program.page.title }} {% endif %} {% if not hide_schedule %} {% endif %} {% if object.initial %} {% with object.initial.date as date %} {% trans "rerun" %} {% endwith %} {% endif %}
{{ page.headline|default:program.page.headline }}

{% endwith %} {% endwith %}