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

PlanBornageJoint index

{% for plan_bornage_joint in plan_bornage_joints %} {% else %} {% endfor %}
Id Statut actions
{{ plan_bornage_joint.id }} {{ plan_bornage_joint.statut ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}