{% 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 }}

Synthèse du service

{% set address = project.defaultAddress %} {% set after2013 = serviceCreatedOnProject.serviceDataValueKey('AnnéeConstru') in ['À partir de 2022 - RE 2020', '2013-2021 - RT 2012 ou BBC'] %}

INSTALLATION

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

RÉSULTATS{{ after2013 and serviceCreatedOnProject.serviceDataValueKey('AmeIsoExt') ? '*' : '' }}
Estimation des déperditions thermiques de l’habitation

{% if serviceCreatedOnProject.serviceDataValueKey('DeperResultat') %} {{ (serviceCreatedOnProject.serviceDataValueKey('DeperResultat')|floatval)|number_format(2, '.', '') }} kW {% endif %}
{% if after2013 %} * {% if serviceCreatedOnProject.serviceDataValueKey('AmeIsoExt') %} La valeur est indicative. {% else %} Valeur indicative indisponible - service arrêté à la demande de l’utilisateur. {% endif %}
Pour les maisons construites selon la RT2012 ou RE2020, la déperdition thermique a été calculée dans l’étude thermique préalable à la construction de la maison qui fait office de valeur officielle. {% endif %}

INFORMATIONS GÉNÉRALES


{{ include('summary/deperditionthermique/_general_informations.html.twig') }}

CARACTÉRISTIQUES DE L'INSTALLATION


{% if serviceCreatedOnProject.serviceDataValueKey('AmeIsoExt') and serviceCreatedOnProject.serviceDataValueKey('AmeIsoExt') != 'Non, et je souhaite faire le calcul avec le coefficient G' %} {{ include('summary/deperditionthermique/_improvements.html.twig') }} {% else %} Vous n’avez renseigné aucune caractéristique. {% endif %}
{% endblock %}