Accueil {{ app.user.customer.enterprise.boutique.nom }}
{% 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 %}