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

Person index

{% for person in people %} {% else %} {% endfor %}
Id Name Phone Email actions
{{ person.id }} {{ person.name }} {{ person.phone }} {{ person.email }} show edit
no records found
Create new {% endblock %}