{% load avisstage_tags %}

{{ titre }}

{% if avis.chapo %}

{{ avis.chapo|typonazisme|linebreaksbr }}

{% endif %} {% for av in avis.avis_all %} {% if av.1 %}

{{ av.0 }}

{{ av.1|typonazisme|safe }}
{% endif %} {% endfor %}
{% if avis.les_plus %}

Les points positifs

{{ avis.les_plus|typonazisme|linebreaksbr }}

{% endif %} {% if avis.les_moins %}

Ce qui m'a déplu

{{ avis.les_moins|typonazisme|linebreaksbr }}

{% endif %}
{% if longueur < 15 %}

Pas grand-chose par ici. Peut-être aurez-vous plus d'informations en contactant directement l'auteur⋅e ?

{% endif %}