Résumé du paramétrage
{{ param.value }} {{ param.value > 1 ? param.label|plural('fr') : param.label }}
{{ param.accordion.title }}
-
{% for item in param.accordion.data %}
{% if type == 'candidats' %}
{% set partiColor = item.couleur is defined and item.couleur ? item.couleur : '#ddd' %}
- {{ item.candidat }} {% if item.parti %} ({{ item.parti }}) {% endif %} {% endif %} {% endfor %}
Liste des unités
-
{% for item,value in param.list %}
- {{ value > 1 ? item|plural('fr') : item }} : {{ value }} {% endfor %}
Liste des centaines
-
{% for item,value in param.list %}
- {{ value.centaine }} {% endfor %}
Liste des animations
-
{% for item,value in param.list %}
- {{ value.animation }} {% endfor %}
Liste des plans
-
{% for item,value in param.list %}
- {{ value.plan }} {% endfor %}