{% extends 'base.html.twig' %} {% block title %}ReseauTelephoneFibre index{% endblock %} {% block body %}
| Id | Oui | NeSaitpas | Distance | actions |
|---|---|---|---|---|
| {{ reseau_telephone_fibre.id }} | {{ reseau_telephone_fibre.oui ? 'Yes' : 'No' }} | {{ reseau_telephone_fibre.neSaitpas ? 'Yes' : 'No' }} | {{ reseau_telephone_fibre.distance }} | show edit |
| no records found | ||||