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

ReseauTelephoneFibre index

{% for reseau_telephone_fibre in reseau_telephone_fibres %} {% else %} {% endfor %}
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
Create new {% endblock %}