{% block metatags '' %} {% block stylesheets %} {{ sylius_template_event('sylius.shop.layout.stylesheets') }} {% endblock %} {{ sylius_template_event('sylius.shop.layout.head') }} {{ sylius_template_event('sylius.shop.layout.before_body') }} {% block top %} {% if app.session.get('is_admin_as_customer') %} {% set currentCustomerId = app.session.get('current_customer_id') %} {% set currentCustomerName = 'Sélectionner un client' %} {% for client in get_customers() %} {% if client.id == currentCustomerId %} {% set currentCustomerName = client.fullName %} {% endif %} {% endfor %}
Vous êtes connecté en tant qu'administrateur pour un client : {{ currentCustomerName }}
{% endif %} {% endblock %} {% block header %}
{% endblock %}
{% include '@SyliusShop/_flashes.html.twig' %} {{ sylius_template_event('sylius.shop.layout.before_content') }} {% block content %} {% endblock %} {{ sylius_template_event('sylius.shop.layout.after_content') }}
{% block footer %} {% include '@SyliusShop/_call_center_footer.html.twig' %} {% endblock %} {% block javascripts %} {{ sylius_template_event('sylius.shop.layout.javascripts') }} {{ encore_entry_script_tags('app', null, 'bootstrapTheme') }} {% endblock %} {{ sylius_template_event('sylius.shop.layout.after_body') }}