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

DemenbrementProp index

{% for demenbrement_prop in demenbrement_props %} {% else %} {% endfor %}
Id Oui actions
{{ demenbrement_prop.id }} {{ demenbrement_prop.oui ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}