{% extends 'base.html.twig' %} {% block title %}PeriodeFormation{% endblock %} {% block body %}
| Id | {{ periode_formation.id }} |
|---|---|
| Date_debut | {{ periode_formation.dateDebut ? periode_formation.dateDebut|date('Y-m-d') : '' }} |
| Date_fin | {{ periode_formation.dateFin ? periode_formation.dateFin|date('Y-m-d') : '' }} |