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

IdentCoordProps index

{% for ident_coord_prop in ident_coord_props %} {% else %} {% endfor %}
Id Proprietaire Usufruitier actions
{{ ident_coord_prop.id }} {{ ident_coord_prop.proprietaire ? 'Yes' : 'No' }} {{ ident_coord_prop.usufruitier ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}