{% extends "YOUCommercantBundle::layout.html.twig" %} {% block container %}

Accueil {{ app.user.customer.enterprise.boutique.nom }}




Messages {% if unread > 0 %}{{ unread }}{% endif %}
Commandes {% if commandeNB > 0 %} {{ commandeNB }} {% endif %}
Demandes de Devis {% if unreadDevis > 0 %} {{ unreadDevis }} {% endif %}
Astuce

{{ astuce.content|raw }}

{% if boutique.level >= 30 %} {% include 'YOUCommercantBundle:Default:summum.html.twig' %} {% elseif boutique.level >= 20 %} {% include 'YOUCommercantBundle:Default:premium.html.twig' %} {% elseif boutique.level >= 10 %} {% include 'YOUCommercantBundle:Default:basic.html.twig' %} {% endif %}
{% endblock %} {% block append_javascript %} {% endblock %}