{% load i18n %} {% if object.post_date %}

{% trans "Post Date:" %} {{object.post_date}}

{% endif %}

{% if object.note %}

{{object.html_note|safe}}

{% endif %} {% if object.associations.all|length > 1 %} {% trans 'Mail with multiple formdata:' %} {% endif %} {% if object.get_avis|length %}
{% trans "Avis" %}
{% endif %} {% if object.get_mandatory_avis|length %}
{% trans "Mandatory Avis" %}
{% endif %} {% if object.get_avis|length %}
{% trans "Avis" %}
{% endif %} {% if object.get_info_roles|length %}
{% trans "Visas" %}
{% endif %}