{# -*- 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 |
civilite | text | civilite du correspondant (H ou F) |
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 |
origine | text | origine du correspondant |
notes | text | notes sur le correspondant |
entreprise_siret | text | SIRET de l'entreprise |