{% extends "baseFonce.html.twig" %} {% block title "Produit | Icaupack" %} {% block body %}
Pictogramme flêche Retour à la recherche

{{ product.name }}

{% for picture in product.picturesTop %}
{% endfor %} {% for picture in product.pictures %}
{% endfor %}
{% if product.fiche is not empty and product.fiche is defined %} {% for fiche in product.fiche %} Pictogrammme documentation Télécharger la documentation {% endfor %} {% endif %}
{% if product.documentation is not empty and product.documentation is defined %} {% for doc in product.documentation %} Pictogrammme dessin technique Télécharger le dessin technique {% endfor %} {% endif %}
{% if product.gamme.id != 2 %}

À partir de {{ product.price }} € HT*

*{{ product.infoPrice }} Les informations relatives aux produits ainsi que les prix et tarifs figurants dans le cadre du site, sont fournis à titre indicatif et uniquement conseillés. Ils peuvent être modifiés à tout moment et sans préavis par la société Icaupack Photos non contractuelles. {% endif %}
Demande de devis
{% if product.codeArticle is not empty %} {% endif %} {% if product.description 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.description 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 Description Dimensions Nombre de pièces par carton Caractéristiques Volume empreinte bbc Nombre empreinte Matière Couleur
{{ product.codeArticle|nl2br }} {{ product.description|nl2br }} {{ product.dimensionBlister|nl2br }} {{ product.nbPiece|nl2br }} {% for caracteristic in product.caracteristics %} {{ caracteristic.name }} {% endfor %} {{ product.volumeEmpreinteBbc }} {{ product.nbEmpreinte|nl2br }} {{ product.materialColor|nl2br }} {{ product.color|nl2br }}
{% if product.specialFabrication == true %} * sur fabrication spéciale. {% 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 }}

{% for picture in productHighlight.picturesTop %} Nom produit {% endfor %}
Découvrir le produit
{% endfor %}
{% endblock %}