{% extends '@InstallBois/index.html.twig' %} {% block title %} INSTALL-BOIS {% endblock %} {% block page_content_start %} {{ parent() }}
Nb diamètre | Nb Coude / Té | Nom du conduit | Finitions | Marque | Fabricant | Version | État | {% if is_granted('ROLE_ADMIN') %}Fiche | {% endif %}
---|---|---|---|---|---|---|---|---|
{{ product.productsDucts.productsDuctsDetails|length }} | {{ infos['nbrCoudes'] }} / {{ infos['nbrTes'] }} | {{ product.modele is not null ? product.modele : "N/A" }} | {{ infos["finitions"] is not null ?infos["finitions"] : "N/A" }} | {{ infos["brand"] is not null ?infos["brand"] : "N/A" }} | {{ infos["manufacturer"] is not null ?infos["manufacturer"] : "N/A" }} | {{ product.version is not null ? product.version : "N/A" }} | {{ infos["state"] is not null ?infos["state"] : "N/A" }} | {% if is_granted('ROLE_ADMIN') %}{{ product.isLight == true ?'Light' : 'Full' }} | {% endif %}
Informations de base sur les Diamètres | |||
---|---|---|---|
Diamètre int. | Diamètre ext. | Épaisseur isolant | |
{{ details.diamInt is not null ? details.diamInt : "N/A" }} | {{ details.diamExt is not null ? details.diamExt : "N/A" }} | {{ details.isolantEpaisseur is not null ? details.isolantEpaisseur : "N/A" }} | |
Aucun Diamètre n'a été configuré |
Accessoires (Coude et Té) | |||
---|---|---|---|
Type | Angle (°) | Forme | Dzeta |
{{ accessories.type is not null ? accessories.type|capitalize : "N/A" }} | {{ accessories.angleDispo is not null ? accessories.angleDispo : "N/A" }} | {% for forme in formeCoude %} {% if forme.id == accessories.forme %} {{ forme.label }} {% endif %} {% endfor %} | {{ accessories.dzeta is not null ? accessories.dzeta : "N/A" }} |
Aucun Coude ou Té n'a été configuré |
Libelle | Information |
---|---|
{{ attrProduct["label"] }} | {{ attrProduct["value"] is not null ? attrProduct["value"]|nl2br : "N/A" }} |
Libelle | Information |
---|---|
{{ attrProduct["label"] }} | {{ attrProduct["value"] is not null ? attrProduct["value"]|nl2br : "N/A" }} |
Libelle | {% for details in product.productsDucts.productsDuctsDetails|sort((a, b) => a.diamInt <=> b.diamInt) %}⌀ {{ details.diamInt is not null ? details.diamInt : "N/A" }} | {% endfor %}
---|---|
{{ ductQuest["label"] }} | {% for respo in ductQuest["values"] %}{{ respo is not null ? respo|nl2br : "N/A" }} | {% endfor %}