{% extends 'basemasa.html.twig' %} {% block title %}Concert{% endblock %} {% block body %}

Info Concert

{% for tivo in tivos %} {% if tivo.imageconcert is not null %} {% endif %} {% else %} {% endfor %}
Id Concert Image Date Lieu Theme Filename actions
{{ tivo.id }} {{ tivo.name }}image du bien{{ tivo.datepremiere ? tivo.datepremiere|date('Y-m-d') : '' }} {{ tivo.lieu }} {{ tivo.theme }} {{ tivo.filename }} show edit
no records found
Create new
{% endblock %}