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

BatiEnvironant index

{% for bati_environant in bati_environants %} {% else %} {% endfor %}
Id Immeubles MaisonIndividuelle LocauxDactivite Mixte actions
{{ bati_environant.id }} {{ bati_environant.immeubles ? 'Yes' : 'No' }} {{ bati_environant.maisonIndividuelle ? 'Yes' : 'No' }} {{ bati_environant.locauxDactivite ? 'Yes' : 'No' }} {{ bati_environant.mixte ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}