{% extends 'base.html.twig' %} {% block title %}Les sociétés{% endblock %} {#{% form_theme form 'bootstrap_4_horizontal_layout.html.twig' %}#} {% block title_page %}Les sociétés{% endblock %} {% block container_start %} {% if is_granted("ROLE_SEARCH_COMPANY") %} {#{{form_start(form)}}#}
{#{{form_end(form)}}#} {% endif %}
{#

Nombre de Résultat(s) : {{ nbFind }}

#} {% if is_granted("ROLE_CREATE_COMPANY") %} {% endif %}
{% set i = 1 %} {% for company in companies %} {% set i = i + 1 %} {% else %} {% endfor %}
Id Nom Adressse Code postal Ville Téléphone Préfix
{{ i }} {% if company.filename %} image-product {% endif %} {{ company.name }} {{ company.address }} {{ company.zipcode }} {{ company.city }} {{ company.phone1 }} {{ company.prefix }} {% if is_granted("ROLE_VIEW_COMPANY") %} {% endif %} {% if is_granted("ROLE_EDIT_COMPANY") %} {% endif %}
no records found
{% endblock %}