{% load assets %}{% load wcs %} {% with parametres=cards|objects:"pn_parametres_cellules"|get_full|first|get:"fields" %}

Aperçu des alertes

{% for fiche in json.data %}
{% 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 }}
{% 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 %}
{% endif %}
{% endfor %} {% endwith %} {#
{{json|pprint}}
#}