{% load i18n easy_thumbnails_tags aircox_web %} {% comment %} Context variables: - object: the actual diffusion - page: current parent page in which item is rendered {% 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 %} — {{ program.name }} {% endif %} {% if object.initial %} {% with object.initial.date as date %} {% trans "rerun" %} {% endwith %} {% endif %}
{{ page.headline|default:program.page.headline }}

{% endwith %} {% endwith %}