{% extends 'admin/base.html.twig' %} {% block body %} {% for product in products %} {% endfor %}
ID photo Collection Nom Catégorie Date Doc Price
{{ product.id }} {{ product.collection ? product.collection.name : '' }} {{ product.name }} {{ product.category ? product.category.name : '' }} {{ product.year }} {% if product.documentation %} doc {% else %} {% endif %} {% if product.price %} price {% else %} {% endif %} Delete
{% endblock %}