{% load assets i18n %} {% if title %}

{{ title|force_escape }}

{% endif %}
{% for card in card_objects %}

{{ card.fields.operateur }}

{{ card.fields.libelle }}

    {% for thematique in card.fields.thematiques_structured|slice:":2" %}
  • {{ thematique.libelle }}
  • {% endfor %}

Plus d’informations

{% endfor %}
{% comment %} {% include "combo/wcs/cards-pagination.html" %} {% endcomment %}