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

Telephone index

{% for telephone in telephones %} {% else %} {% endfor %}
Id Number Observation actions
{{ telephone.id }} {{ telephone.number }} {{ telephone.observation }} show edit
no records found
Create new {% endblock %}