{% extends 'report/base.html.twig' %} {% import "report/macro_Report.html.twig" as macro %} {% block title %} Livret déperdition thermique pour
{{ fc }} {% endblock %} {% block css %} {{ parent() }} .lineBgGrey div:first-child{ width: 70%; } .lineBgGrey{ height: 200px; } .containerResult{ position: absolute; top: 430px; padding-left: 50px; } .childImprove{ width: 341.5px!important; margin-right: 20px; } .childImprove h3{ color: {{ ORANGE }}; } .child li{ margin-bottom:10px; } #ulInfoGeneral{ margin-top:45px } #ulInfoGeneral li b{ color: {{ ORANGE }}; } .ulImprove b{ font-weight: bold; color: {{ ORANGE }}; } .ulImprove b{ font-weight: 100; } #ulInfoGeneral li b{ color: {{ ORANGE }}; } #containerTwoLine{ position: absolute; top:660px; margin-left:50px; } #containerTwoLine .child{ width: 275px!important; } .ulImprove b{ font-weight: bold; color: {{ ORANGE }}; } #containerTwoLine li{ color: #00708E; margin: 1px; } #containerTwoLine b{ color:black!important; font-weight:none!important; } {% if isDemo %} .watermark { font-size: 75px; } {% endif %} {% endblock %} {% block body %} {{ parent() }} {% endblock %} {% block firstPage %} {{ parent() }} {% if isDemo %} {{ include('watermark/_watermark.html.twig', {"isReport": true}) }} {% endif %}

Client

{% set after2013 = AnneeConstru in ['À partir de 2022 - RE 2020', '2013-2021 - RT 2012 ou BBC'] %}

Résultat{{ after2013 and OuiToStepInfo ? '*' : '' }} {% if isDemo %} XXXX kW {% else %} {{ DeperResultat }} {% endif %}

Estimation des déperditions concernant la partie du logement considérée comme pouvant être chauffée par le chauffage au bois.
Le calcul des déperditions n’a pas pris en compte d’éventuels autres générateurs présents.
{% if normeNewYear %}
{% if OuiToStepInfo == true %} * La valeur est indicative.
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. {% elseif OuiToStepInfo == false %} * Valeur indicative indisponible - service arrêté à la demande de l’utilisateur
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 %} {% endif %}

Informations générales

Caractéristiques de l’installation

{% if AmeIsoExt == false %}

Aucune caractéristique renseignée pour ce projet.

{% else %} {% endif %}
{% if inform is not null and inform !== 'Pas d\'information' %}

Informations complémentaires

Informations client : {% if informinfo01 is not null %} {{ informinfo01 }} {% else %} pas d'informations {% endif %}

{% endif %} {% endblock %}