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