{% extends 'base.html.twig' %} {% block title %}Patrimoine Roses | Liste des produits{% endblock %} {% block body %} {{ 'our_products'|trans }} {{ 'our_roses'|trans }} {{ 'our_roses_and_products'|trans }} {{ 'our_products'|trans }} {{ 'see_all_our_products'|trans }} {% for category in categories %} {% if category.id < 6 %} {{ category.name }} {% endif %} {% endfor %} {% for product in products %} {% if product.category.id < 6 %} {% if product.photo %} {% else %} {% endif %} {{ product.title }} {{ product.category.name }} {% endif %} {% endfor %} {{ 'contact_and_membership'|trans }} {{ 'join_the_association'|trans }} {{ 'join_the_association_text'|trans | nl2br }} {{ 'join'|trans }} {% endblock %}
{{ 'join_the_association_text'|trans | nl2br }}