{% extends 'base.html.twig' %} {% block title %}Les clients{% endblock %} {% form_theme form 'bootstrap_4_horizontal_layout.html.twig' %} {% block title_page %}Les clients{% endblock %} {% block container_start %} {% if is_granted("ROLE_SEARCH_CUSTOMER") %} {{form_start(form)}}
| # | Type | Société | Nom | Ville | Etat | |
|---|---|---|---|---|---|---|
| {{ customer.id }} | {{ customer.type }} | {{ customer.company }} | {{ customer.name }} | {{ customer.city }} | {{ customer.state }} | {% if is_granted("ROLE_VIEW_CUSTOMER") %} {% endif %} |