{% extends "base_docdv3f.html" %} {% load staticfiles %} {% block contenu %} {% if not mode_internet %} {% endif %} {% for groupe_table in tables %}

{{groupe_table.nom}}

{% for table in groupe_table.desc_table %} {% for nom, description in table.items %} {% endfor %} {% endfor %}
{{nom}} {{description}}
{% endfor %} {% endblock %}