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

ReferenceCadastrale index

{% for reference_cadastrale in reference_cadastrales %} {% else %} {% endfor %}
Id Prefixe Section Numero actions
{{ reference_cadastrale.id }} {{ reference_cadastrale.Prefixe }} {{ reference_cadastrale.Section }} {{ reference_cadastrale.Numero }} show edit
no records found
Create new {% endblock %}