{% extends "base_tutodvf.html" %} {% load staticfiles %} {% block contenu %} {% if not mode_internet %} {% endif %} {% regroup fiches by theme as fiches_list %} {% for fiche in fiches_list %}

{{ fiche.grouper }}

{% for item in fiche.list|dictsort:'numero' %} {% endfor %}
{% if "Cas pratiques" in item.titre %}  {% else %}{% endif %} {{ item.numero }} {{ item.titre }}
{% endfor %} {% endblock %}