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

Friend index

{% for friend in friends %} {% else %} {% endfor %}
Id Name Email Tel actions
{{ friend.id }} {{ friend.name }} {{ friend.email }} {{ friend.tel }} show edit
no records found
Create new {% endblock %}