{% extends 'base_admin.html.twig' %} {% block title %} Customer {% endblock %} {% block body %}

Client index

{% for client in clients %} {% else %} {% endfor %}
Id Company_name active actions
{{ client.id }} {{ client.companyName }} show edit
no records found
{% if is_granted('ROLE_ADMIN') %} Create new {% endif %} {% endblock %}