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

TypeTerrain index

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