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

StadeContact index

{% for stade_contact in stade_contacts %} {% else %} {% endfor %}
Id Name actions
{{ stade_contact.id }} {{ stade_contact.name }} show edit
no records found
Create new {% endblock %}