{% set trans_day_hash = { Monday: 'Lundi', Tuesday: 'Mardi', Wednesday: 'Mercredi', Thursday: 'Jeudi', Friday: 'Vendredi', Saturday: 'Samedi', Sunday: 'Dimanche' } %} {% extends 'base.html.twig' %} {% block title %}Candidat {{ candidat.nom }} {{ candidat.prenom }}{% endblock %} {% block body %}
{{ candidat.nom }} {{ candidat.prenom }}
{{ candidat.statut }}

Actions

Toutes les informations
Emploi du temps
Pieces Jointes
Historique de formations

A propos

{% if candidat.email %} {% endif %} {% if candidat.portable %} {% endif %}
{% if typeRequest == "informations" %} {{ include('components/user/candidat/candidat_all_info.html.twig') }} {% endif %} {% if typeRequest == "schedule" %} {{ include('components/user/candidat/candidat_schedule.html.twig') }} {% endif %} {% if typeRequest == "documents" %} {{ include('components/user/candidat/candidat_monthly-cost.html.twig') }} {% endif %} {% if typeRequest == "history" %} {{ include('components/user/candidat/candidat_history.html.twig') }} {% endif %}
{% endblock %}