{% extends '@InstallBois/index.html.twig' %} {% block title %} INSTALL BOIS {% endblock %} {% block page_content_start %} {{ parent() }}

Paramètres | Consulter un appareil

{% endblock %} {% block page_content %}
Informations de l'appareil
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %}
Nom de l'appareil Finitions Marque Fabricant Version ÉtatFiche
{{ 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" }}{{ product.isLight == true ?'Light' : 'Full' }}
{{ include('products/_block/product_comment_table.html.twig') }}
Informations détaillées de l'appareil
{% for attrProduct in productInfos["device"] %} {% endfor %}
Libelle Information
{{ attrProduct["label"] }} {{ attrProduct["value"] is not null ? attrProduct["value"]|nl2br : "N/A" }}
{% for attrProduct in productInfos["device_details"] %} {% set baseLoop = loop.index0 %}
Données de fonctionnement de l’appareil pour le combustible : {{ productInfos["device_details"][baseLoop][0]["value"] }}
{% if productInfos["device_details"] is not empty %} {% for attrProduct in productInfos["device_details"][baseLoop] %} {% endfor %} {% endif %}
Libelle Information
{{ attrProduct["label"] }} {{ attrProduct["value"] is not null ? attrProduct["value"]|nl2br : "N/A" }}
{% endfor %}
{# {{ dump(productInfos) }} #} {{ include('products/_block/_form_add_or_update_product_comment.html.twig') }} {% endblock %}