{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block styles %} {{super()}} {% endblock %} {% block app_content %}
(*) champs requis
{{ wtf.quick_form(form, novalidate=True) }}Attribut | Type | Description |
nom | text | nom du correspondant |
prenom | text | prenom du correspondant |
telephone | text | telephone du correspondant |
text | mail du correspondant | |
poste | text | poste du correspondant |
service | text | service dans lequel travaille le correspondant |
entreprise_siret | integer | SIRET de l'entreprise |