{% extends 'report/base.html.twig' %}
{% import "report/macro_Report.html.twig" as macro %}
{% block title %}
Rapport Installateur pour
{{ fc }}
{% endblock %}
{% block css %}
{{ parent() }}
.lineBgGrey{
{% if deviceByCompany is defined and deviceByCompany %}
height: {{ device|length > 17 ? '250px': '220px' }};
{% else %}
height: 195px;
{% endif %}
{% if buse2 %}
padding-bottom: 1rem;
{% endif %}
%}
.install{
height: 220px;
{% if deviceByCompany is defined and deviceByCompany %}
margin-top: {{ device|length > 17 ? '300px': '250px' }};
{% else %}
margin-top:220px;
{% endif %}
}
.containerImgInstallation{
width: 250px;
height: 350px;
margin: 0 50px;
}
h3 span{
color: black;
}
.install .child{
width: 281px;
}
{% 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 %}
{# ##- 02 - Info installation #}
Installation de type :
{{ installation }}