{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %} {% include 'entreprises/nav.html' %}

Préférences module gestion entreprises


{{ wtf.quick_form(form, novalidate=True) }}
{% endblock %}