{% extends 'admin/base.html.twig' %} {% block title %}Page Tarifs{% endblock %} {% block description %}Représente les tarifs à afficher sur votre site de votre site{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% if success %}
Parfait ! Les modifications ont bien été prises en compte.
{% endif %}

{% if categories is defined and categories|length > 0 %} {% for category in categories %} {% endfor %} {% else %} {% endif %}
# Label Actions
{{ category.id }} {{ category.name }}
Aucun produit
{% endblock %} {% block javascripts %} {% endblock %}