+ (*) champs requis +
+ +Nom | -Prenom | -Telephone | -Poste | -Service | -Entreprise | +Date | +Utilisateur | +Notes | + {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} +Action | + {% endif %}|
{{ contact[0].nom }} | -{{ contact[0].prenom }} | -{{ contact[0].telephone }} | -{{ contact[0].mail }} | -{{ contact[0].poste}} | -{{ contact[0].service}} | -{{ contact[1].nom }} | +{{ contact.date.strftime('%d/%m/%Y %Hh%M') }} | +{{ contact.user|get_nomcomplet_by_id }} | +{{ contact.notes }} | + {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} +
+
+ Action
+
+
+
+
+ |
+ {% endif %}
Nom | -Prenom | -Telephone | -Poste | -Service | -Entreprise | +Date | +Utilisateur | +Notes | + {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} +Action | + {% endif %}
Nom | +Prenom | +Téléphone | +Poste | +Service | +Entreprise | +|
{{ correspondant[0].nom }} | +{{ correspondant[0].prenom }} | +{{ correspondant[0].telephone }} | +{{ correspondant[0].mail }} | +{{ correspondant[0].poste}} | +{{ correspondant[0].service}} | +{{ correspondant[1].nom }} | +
Nom | +Prenom | +Téléphone | +Poste | +Service | +Entreprise | +
(*) champs requis
- {{ wtf.quick_form(form, novalidate=True) }} +Date début | +Date fin | +Durée | +Type | +Étudiant | +Formation | +Notes | + {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} +Action | + {% endif %} +
{{ data[0].date_debut.strftime('%d/%m/%Y') }} | +{{ data[0].date_fin.strftime('%d/%m/%Y') }} | +{{ (data[0].date_fin-data[0].date_debut).days//7 }} semaines | +{{ data[0].type_offre }} | +{{ data[1].nom|format_nom }} {{ data[1].prenom|format_prenom }} | +{% if data[0].formation_text %}{{ data[0].formation_text }}{% endif %} | +{{ data[0].notes }} | + {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} +
+
+ Action
+
+
+
+
+ |
+ {% endif %}
+
Date début | +Date fin | +Durée | +Type | +Étudiant | +Formation | +Notes | + {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %} +Action | + {% endif %} +
- (*) champs requis -
- {{ wtf.quick_form(form, novalidate=True) }} -Attribut | Type | Description |
nom | text | nom du contact |
prenom | text | prenom du contact |
telephone | text | telephone du contact |
text | mail du contact | |
poste | text | poste du contact |
service | text | service dans lequel travaille le contact |
entreprise_siret | integer | SIRET de l'entreprise |
+ (*) 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 |