{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Catégories POS{% endblock %} {% block content %}

Catégories

Organisation du catalogue produits

Nouvelle catégorie
{% if tree|length > 0 %}
{% for category in tree %} {% include 'manager/pos/categories/_category_item.html.twig' with {'category': category, 'level': 0} %} {% endfor %}
{% else %}

Aucune catégorie

Créez des catégories pour organiser vos produits.

Créer une catégorie
{% endif %}
{% endblock %}