{% for type, faunes in faune_data.items() %}
{{ type }}
{% for faune in faunes %} {% endfor %} {% if is_admin %} {% endif %}
{% endfor %}