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

PeriodeFormation index

{% for periode_formation in periode_formations %} {% else %} {% endfor %}
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
Create new {% endblock %}