{% extends 'base.html.twig' %} {% block title %}admin - CompanyInformation{% endblock %} {% block body %}
{% include '/management/top_menu.html.twig' %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('warning') %}
{{ message }}
{% endfor %}
{% include '/management/Admin/vertical_menu.html.twig' %}
Contact de la société
{% if me.getRoles()[0] <= 'ROLE_SYMA' and id == me.company.id %}

Direction et responsables

Dirigeant
Responsable commercial
Responsable administratif
Responsable outil
Responsable opérationnel

Animation Réseau

{% for sbzone in sbZones %}
{{ "Secteur " ~ sbzone.zone }}
{% endfor %}

Responsable Secteur

{% for sbzone in sbZones %}
{{ "Secteur " ~ sbzone.zone }}
{% endfor %}
{% else %}

Contact du siège social

Dirigeant
Contact commercial
Contact administratif
Contact outil
Contact mission

Contact Agence X

Dirigeant
Contact commercial
Contact administratif
Contact outil
Contact mission
{% endif %}

Souhaitez-vous annuler les modifications ?

{% endblock %} {% block javascripts %} {% endblock %}