{# -*- mode: jinja-html -*- #} {% extends 'base.j2' %} {% 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 %}
{{ stage_apprentissage.date_debut.strftime('%d/%m/%Y') }} | {{ stage_apprentissage.date_fin.strftime('%d/%m/%Y') }} | {{ (stage_apprentissage.date_fin-stage_apprentissage.date_debut).days//7 }} semaines | {{ stage_apprentissage.type_offre }} | {{ etudiant.nom|format_nom }} {{ etudiant.prenom|format_prenom }} | {% if stage_apprentissage.formation_text %}{{ stage_apprentissage.formation_text }}{% endif %} | {{ stage_apprentissage.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 %}