{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% block styles %} {{super()}} {% endblock %} {% block app_content %}
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) %}{% endif %} |
Date début | Date fin | Durée | Type | Étudiant | Formation | Notes | {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}Action | {% endif %}