{% extends "admin/base.html.twig" %} {% block title %}Les incontournables - Administration | La Tour{% endblock %} {% block body %}

Les incontournables

Vous avez {{ indispensables|length }} produit(s)
Image
Nom
Prix
Action
{% for indispensable in indispensables %}
{% if indispensable.filename %} {% endif %}
{{ indispensable.name }}
{{ indispensable.price|number_format(2)|replace({".": ","}) }} €
{% endfor %}
{% endblock %}