{% load i18n %} {% if object.post_date %}
{% trans "Post Date:" %} {{object.post_date}}
{{object.html_note|safe}}
{% for avis in object.get_mandatory_avis %}- {{avis.role_name}}:
{% if avis.comments %}{{ avis.comments }}{% else %}{% trans 'Waiting for avis.' %}{% endif %}
{% endfor %}