Envoyé le {{ envoi_offre.date_envoi.strftime('%d/%m/%Y') }} à {{ envoi_offre.date_envoi.strftime('%Hh%M') }} par {{ envoi_offre.sender_id|get_nomcomplet_by_id }}
Intitulé : {{ offre.intitule }}
Description : {{ offre.description }}
Type de l'offre : {{ offre.type_offre }}
Missions : {{ offre.missions }}
Durée : {{ offre.duree }}
{% 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 %}
{% if correspondant.poste %}
- poste : {{ correspondant.poste }}
{% endif %}
{% if correspondant.service %}
- service : {{ correspondant.service }}
{% endif %}
lien vers l'entreprise
{% for filedir, filename in files %}
{{ filename }}
{% endfor %}