{# -*- mode: jinja-html -*- #}
Ajouté le {{ offre.date_ajout.strftime('%d/%m/%y') }} à {{ offre.date_ajout.strftime('%Hh%M') }}
Intitulé : {{ offre.intitule }}
Description : {{ offre.description }}
Type de l'offre : {{ offre.type_offre }}
Missions : {{ offre.missions }}
Durée : {{ offre.duree }}
{% if offre_depts %} Département(s) : {% for offre_dept in offre_depts %}
{{ offre_dept.dept_id|get_dept_acronym }}
{% endfor %}
{% endif %} {% if offre.correspondant_id %} Contacté {{ correspondant.nom }} {{ correspondant.prenom }} {% if correspondant.mail and correspondant.telephone %} ({{ correspondant.mail }} - {{ correspondant.telephone }})
{% else %} ({{ correspondant.mail }}{{ correspondant.telephone }})
{% endif %} {% endif %} {% for filedir, filename in files %} {{ filename }} {% if current_user.has_permission(current_user.Permission.RelationsEntrepEdit, None) %} supprimer {% endif %}
{% endfor %} {% if current_user.has_permission(current_user.Permission.RelationsEntrepEdit, None) %} Ajoutez un fichier {% endif %}
{% if current_user.has_permission(current_user.Permission.RelationsEntrepEdit, None) %} Modifier l'offre Supprimer l'offre {% endif %} {% if current_user.has_permission(current_user.Permission.RelationsEntrepSend, None) %} Envoyer l'offre {% endif %} {% if current_user.has_permission(current_user.Permission.RelationsEntrepEdit, None) %} {% if not offre.expired %} Rendre expirée {% else %} Rendre non expirée {% endif %} {% endif %}