{% extends "baseFonce.html.twig" %} {% block title "Produit | Icaupack" %} {% block body %}

{{ product.name }}

{% for picture in product.picturesTop %}
{% endfor %} {% for picture in product.pictures %}
{% endfor %}
{% if product.codeArticle is not empty %} {% endif %} {% if product.dimensionBlister is not empty %} {% endif %} {% if product.nbPiece is not empty %} {% endif %} {% if product.caracteristics is not empty %} {% endif %} {% if product.volumeEmpreinteBbc is not empty %} {% endif %} {% if product.nbEmpreinte is not empty %} {% endif %} {% if product.materialColor is not empty %} {% endif %} {% if product.color is not empty %} {% endif %} {% if product.codeArticle is not empty %} {% endif %} {% if product.dimensionBlister is not empty %} {% endif %} {% if product.nbPiece is not empty %} {% endif %} {% if product.caracteristics is not empty %} {% endif %} {% if product.volumeEmpreinteBbc is not empty %} {% endif %} {% if product.nbEmpreinte is not empty %} {% endif %} {% if product.materialColor is not empty %} {% endif %} {% if product.color is not empty %} {% endif %}
Caractéristiques
Code article Dimensions Nombre de pièces par carton Caractéristiques Volume empreinte bbc Nombre empreinte Matière Couleur
{{ product.codeArticle|nl2br }} {{ product.dimensionBlister|nl2br }} {{ product.nbPiece|nl2br }} {% for caracteristic in product.caracteristics %} {{ caracteristic.name }} {% endfor %} {{ product.volumeEmpreinteBbc }} {{ product.nbEmpreinte|nl2br }} {{ product.materialColor }} {{ product.color }}
Caractéristiques
{% if product.codeArticle is not empty %}
Code article
{{ product.codeArticle|nl2br }}
{% endif %} {% if product.dimensionBlister is not empty %}
Dimensions {% if product.codeArticle is defined %} {{ product.codeArticle|nl2br }} {% endif %}
{% if product.codeArticle is defined %} {% endif %} {{ product.dimensionBlister|nl2br }}
{% endif %} {% if product.nbPiece is not empty %}
Nombre de pièces par carton {% if product.codeArticle is defined %} {{ product.codeArticle|nl2br }} {% endif %}
{% if product.codeArticle is defined %} {% endif %} {{ product.nbPiece|nl2br }}
{% endif %} {% if product.caracteristics is not empty %}
Caractéristiques
{% for caracteristic in product.caracteristics %} {{ caracteristic.name }} {% endfor %}
{% endif %} {% if product.volumeEmpreinteBbc is not empty %}
Volume empreinte bbc
{{ product.volumeEmpreinteBbc }}
{% endif %} {% if product.nbEmpreinte is not empty %}
Nombre empreinte {% if product.codeArticle is defined %} {{ product.codeArticle|nl2br }} {% endif %}
{% if product.codeArticle is defined %} {% endif %} {{ product.nbEmpreinte|nl2br }}
{% endif %} {% if product.materialColor is not empty %}
Matière {% if product.codeArticle is defined %} {{ product.codeArticle|nl2br }} {% endif %}
{% if product.codeArticle is defined %} {% endif %} {{ product.materialColor }}
{% endif %} {% if product.color is not empty %}
Couleur {% if product.codeArticle is defined %} {{ product.codeArticle|nl2br }} {% endif %}
{% if product.codeArticle is defined %} {% endif %} {{ product.color }}
{% endif %}

{% if product.categories.description is defined %} {{ product.categories.description|nl2br }} {% endif %}

Demande de devis

Ces produits peuvent aussi vous intéresser

{% for productHighlight in product.highlights %}

{{ productHighlight.name }}

Nom produit Découvrir le produit
{% endfor %}
{% endblock %}