{% import "macros.html" as macros %} {% extends 'two_column_body.html' %} {% block title %}{% trans %}Files{% endtrans %}{% endblock %} {% block sidebar%}

Tous les fichiers :

{% endblock%} {% block content %} {% if formdefs %}

Formulaires

{% for file in formdefs %}

{{ file.title }}

{% endfor %} {% endif %} {% if workflows %}

Workflows

{% for file in workflows %}

{{ file.title }}

{% endfor %} {% endif %} {% if themes %}

Thèmes

{% for file in themes %}

{{ file.title }}

{% endfor %} {% endif %} {% endblock %}