{% load assets %}
{% if parametres|get:"affiche_image" is True %}
{% with refimgc="pn:thematique:"|add:fiche.fields.thematique_raw %} {% endwith %}
{{ fiche.fields.objet }}
{% if parametres|get:"affiche_thematique" is True and fiche.fields.thematique %}[{{ fiche.fields.thematique }}]
{% endif %} {{ fiche.fields.contenu|linebreaksbr }} {% if fiche.workflow.fields.lien %}
En savoir plus {% endif %}
{% else %}
{{ fiche.fields.objet }}
{{ fiche.fields.contenu|linebreaksbr }} {% if parametres|get:"affiche_thematique" is True and fiche.fields.thematique %}[{{ fiche.fields.thematique }}]
{% endif %} {% if fiche.workflow.fields.lien %}
En savoir plus {% endif %}
{% endif %}