{% extends 'base.html.twig' %} {% block title %}Rapport début de facturation{% endblock %} {% form_theme form 'bootstrap_4_horizontal_layout.html.twig' %} {% block title_page %}Rapport début de facturation{% endblock %} {% block container_start %}
| # | Nom | Commercial/aux | Ville | Code postal | Début facturation | Fin Facturation | |
|---|---|---|---|---|---|---|---|
| {{ i }} | {% if is_granted("ROLE_VIEW_SITE") %} {{ site.name }} {% else %} {{ site.name }} {% endif %} |
|
{{ site.city }} | {{ site.zipCode }} | {{ site.billingStartAt|date("d/m/Y") }} | {{ site.billingEndAt|date("d/m/Y") }} | {% if is_granted("ROLE_VIEW_SITE") %} {% endif %} |