{% extends '@InstallBois/index.html.twig' %} {% block title %} INSTALL BOIS {% endblock %} {% block page_content_start %} {{ parent() }} {{ include('project/_block/project_infos.html.twig') }} {% endblock %} {% block stylesheets %} {{ parent() }} {% if isDemo %} {% endif %} {% endblock %} {% block page_content %} {% if isDemo %} {{ include('watermark/_watermark.html.twig') }} {% endif %}
{% if serviceCreatedOnProject.serviceRE.logoFilepath == null %} Logo du service {% else %} Logo du service {% endif %}

{{ serviceCreatedOnProject.serviceRE.label }} {{ app.request.get('displayWet') == 1 and serviceCreatedOnProject.project.techDataValueForService('displayWet') == 1 ? 'consultatif WET' : '' }}

{% if app.request.get('displayWet') == 1 and serviceCreatedOnProject.project.techDataValueForService('displayWet') == 1 %}

Service consultatif : le DTU 24.1 impose depuis octobre 2020 le calcul en dry pour les appareils à buches.
Le calcul effectué sur cette page respecte uniquement la norme EN 13 384-1.

{% endif %}

Synthèse du service

{% set address = project.defaultAddress %}

INSTALLATION

{{ include('summary/_block/_installation.html.twig') }}

{% if isDemo %} RÉSULTATS DU CALCUL DE DÉMONSTRATION {% else %} RÉSULTATS DU CALCUL {% endif %}

{{ include('summary/aac_cdc/_result_calcul.html.twig') }}

DÉTAILS DES RÉSULTATS


{% for label,detailCombustible in detail %}
{{ label }}
{{ include('summary/aac_cdc/_result_detail.html.twig') }} {% endfor %}

APPAREIL


{{ include('summary/_block/_device.html.twig') }}

AMENÉE D'AIR COMBURANT


{{ include('summary/aac_cdc/_air_supply.html.twig') }}

CONDUIT DE RACCORDEMENT {{ project.techDataValueForService('idModeleConnectingDuctSecond') and project.techDataValueForService('idModeleConnectingDuct') ? 'DEUX SECTIONS' : '' }}


{% if project.techDataValueForService('idModeleConnectingDuctSecond') %} {{ include('summary/aac_cdc/_connecting_duct.html.twig') }} {% else %} Pas de conduit de raccordement {% endif %}

CONDUIT DE FUMÉE {{ project.techDataValueForService('stateSmokeDuct') === 'exist' ? 'EXISTANT' : 'À CRÉER' }}


{{ include('summary/aac_cdc/_smoke_duct.html.twig') }}
{% endblock %}