{% extends 'base.html.twig' %} {% block title %} Yamakado meuble design {% endblock %} {% block nav_container %}

{{ product.category | capitalize }} {{ product.name }} {% if app.user %} edit {% endif %}

Design {{ product.designer }}

{% endblock %} {% block body %}

{{ product.description }}

{% if product.finitions %}

Finitions

{{ product.finitions | raw }}

{% endif %} {% if product.dimensions %}

Dimensions

{{ product.dimensions }}

{% endif %}

Téléchargement

{% if product.documentation %}

télécharger la fiche technique (format pdf)

{% endif %} {% if product.price %}

télécharger les tarifs (format pdf)

{% else %}

modèle hors collection. Pour une fabrication spéciale, nous consulter.

{% endif %} {% if product.projectProducts| length %}

Le modèle mis en situation

Quelques réalisations impliquant le modèle sont rassemblées ici.
Cliquer sur le titre ou sur l'image pour avoir plus de détails .

{% endif %} {% if product.collection.products | length > 1 %}

Dans la même collection

{% endif %} {% if product.category.products | length > 1 %}

Dans la même catégorie

{% endif %}
{% endblock %}