{% extends "django_cfran/base.html" %} {% load static cfran_tags %} {% block content %}

Pictogrammes

{% cfran_summary summary %}
{% for folder, files in pictograms.items %}

{{ folder|title }}

{% for file in files %}
{% endfor %}
{% endfor %} {% endblock content %}