{% extends 'base.html.twig' %} {% block title %}PeriodeFormation{% endblock %} {% block body %}

PeriodeFormation

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') : '' }}
back to list edit {{ include('periode_formation/_delete_form.html.twig') }} {% endblock %}