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

SerieFestival index

{% for serie_festival in serie_festivals %} {% else %} {% endfor %}
Id Name DateCreation actions
{{ serie_festival.id }} {{ serie_festival.name }} {{ serie_festival.dateCreation ? serie_festival.dateCreation|date('Y-m-d') : '' }} show edit
no records found
Create new {% endblock %}