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

ImplantationDomainePublic index

{% for implantation_domaine_public in implantation_domaine_publics %} {% else %} {% endfor %}
Id ImplantationLimite ImplantationRetrait ReculMin Exeptions actions
{{ implantation_domaine_public.id }} {{ implantation_domaine_public.implantationLimite ? 'Yes' : 'No' }} {{ implantation_domaine_public.implantationRetrait ? 'Yes' : 'No' }} {{ implantation_domaine_public.reculMin }} {{ implantation_domaine_public.exeptions }} show edit
no records found
Create new {% endblock %}