{% load i18n easy_thumbnails_tags aircox %} {% comment %} Context variables: - object: the actual diffusion - show_headline: if True, display headline {% endcomment %}
{% block title %} {% if object.is_published %} {{ object.title }} {% else %} {{ object.title }} {% endif %} {% endblock %}
{% block subtitle %} {% if object.category %}{{ object.category.title }}{% endif %} {% endblock %}
{% if show_headline %}
{% block headline %} {{ object.headline|safe }} {% endblock %}
{% endif %}