{% extends 'base.html.twig' %} {% block title %}BatiEnvironant index{% endblock %} {% block body %}
| 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 | |||||