{% extends "YOUCommercantBundle::layout.html.twig" %} {% block container %}
{% import 'YOUCommercantBundle::macros.html.twig' as macros %}
{{ macros.ariane({ 'Tableau de bord':{'url':path('you_commercant_secured_homepage')}, 'Mes options simples':{} }) }}

Liste des options simple

{{ include('YOUCommercantBundle:OptionSimple:introduction.html.twig') }}
Ajouter une option {% for option in options %} {% endfor %}
Nom de l'option Action
{{ option.title }} {% if option.reference !='' %} - [Ref : {{option.reference}} ]{% endif %} {% if option.isUsedInProduct %} {# non supprimable #} {% else %} {% endif %}
{% endblock %}