{%extends "layout.html" %} {%block formulaire %} {%if table %}
{%for col in table[0] %} {%endfor %} {%for row in table[1] %} {%for col in row %} {%endfor %} {%endfor %}
{{titre}}
{{col['name']}}
{{col}}
{%endif%} {{desc}}
{%endblock %}