{% 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 %}
Aucune caractéristique renseignée pour ce projet.
{% else %}Informations client : {% if informinfo01 is not null %} {{ informinfo01 }} {% else %} pas d'informations {% endif %}