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

Company index

{% for company in companies %} {% else %} {% endfor %}
Id Name Address Tel Mail actions
{{ company.id }} {{ company.name }} {{ company.address }} {{ company.tel }} {{ company.mail }} show edit
no records found
Create new {% endblock %}