{% extends 'baseNoMenu.html.twig' %} {% block title 'RO\'MA Nature | Produits' %} {% block body %} Retour
Pictogramme dallages

{{ category.name }}

{% for product in products %} {% if category.name == 'Dallages' or category.name == 'Margelles / Marches / Couvertines' or category.name == 'Pavés' or category.name == 'Parements' or category.name == 'Autour du gravier' %} {% elseif category.name == 'Graviers' %}
{% else %}
FINITION : {{ product.finition.name }} {% if category.name == 'Margelles / Marches / Couvertines' %} {{ include('product/_tableauMargelles.html.twig') }} {% elseif category.name == 'Feuilles de pierre' %} {{ include('product/_tableauFeuillesPierre.html.twig') }} {% elseif category.name == 'Ardoises' %} {{ include('product/_tableauArdoises.html.twig') }} {% elseif category.name == 'Vasques / Éviers / Receveurs' %} {{ include('product/_tableauVasques.html.twig') }} {% elseif category.name == 'Fontaines' %} {{ include('product/_tableauFontaines.html.twig') }} {% else %} {{ include('product/_tableauSd.html.twig') }} {% endif %}
{% endif %} {% if loop.index is divisible by(4) and not loop.last %}
{% endif %} {% endfor %}
{% endblock %}