Magasins
{% if not is_granted('ROLE_LECTURE_SEULE') and (is_granted("ROLE_ADMIN") or (app.session.get('featuresAccess') is not empty and app.session.get('featuresAccess')["MANAGE_AGENCY"]) or is_granted("ROLE_REFERENT_TECHNICIEN")) %} {% endif %} {% if not is_granted('ROLE_LECTURE_SEULE') and (is_granted("ROLE_ADMIN") or (app.session.get('featuresAccess') is not empty and app.session.get('featuresAccess')["MANAGE_AGENCY"])) %} {% endif %} {% for agency in company.agency %} {% set insertedClass = '' %} {% if loop.last and agencyInserted %} {% set insertedClass = 'highlighted' %} {% endif %} {% if not is_granted('ROLE_LECTURE_SEULE') and (is_granted("ROLE_ADMIN") or (app.session.get('featuresAccess') is not empty and app.session.get('featuresAccess')["MANAGE_AGENCY"])) %} {% endif %} {% else %} {% endfor %}
Nom Adresse Code postal Ville Études partagées Édition PDF Date de créationAction
{{ agency.name }} {{ agency.address.street }} {{ agency.address.postalCode }} {{ agency.address.city }} {{ agency.sharedFolder ? "oui" : "non" }} {{ agency.editionPdf ? "oui" : "non" }} {{ agency.createdAt|date('d/m/Y H:i:s') }}
Aucun magasin n'est enregistré pour cette entreprise
{{ include('company/modal/_form_new_agency.html.twig') }}