{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block styles %} {{super()}} {% endblock %} {% block app_content %}

Importation entreprises


Obtenir la feuille excel à remplir

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