{# Run `composer require symfony/webpack-encore-bundle` and uncomment the following Encore helpers to start using Symfony UX #} {% block stylesheets %} {# {{ encore_entry_link_tags('app') }} #} {% endblock %} {% block javascripts %} {# {{ encore_entry_script_tags('app') }} #} {% endblock %} {% if page is not defined %} {% set page = '' %} {% endif %} {% if app.user.is('admin') and page != 'admin' %}
Retour
{% endif %}
{% if app.user.is('pro') or client is defined %}
{% if client.image != null %} logo {% endif %} {% if client != null %}

{{ client | capitalize }}

{% endif %} {% if client.mail is not empty %}
Email : {{ client.mail }}
{% endif %}{% if client.tel1 is not empty %}
Téléphone : {{ client.tel1 }}
{% endif %} {% if client.SIRET is not empty %}
SIRET : {{ client.SIRET }}
{% endif %} {% if client.rue is not empty %}
{{ client.rue }}
{% endif %} {% if client.cp is not empty or client.ville is not empty %}
{{ client.cp }} {{ client.ville }}
{% endif %}
{% endif %}
logo

Tel : 02 35 37 45 83

Centre Commercial des Coquets
40 Place des Coquets
76130 Mont-Saint-Aignan

{% block body %}{% endblock %}