{% extends 'report/base.html.twig' %}
{% import "report/macro_Report.html.twig" as macro %}
{% block title %}Rapport Audit expertise pour
{{ fc }}{% endblock %}
{% block css %}
{{ parent() }}
{% endblock %}
{% block body %}
{{ parent() }}
{% endblock %}
{% block firstPage %}
{% if isDemo %}
{{ include('watermark/_watermark.html.twig', {"isReport": true}) }}
{% endif %}
{% set title = "- Dossier n°"~project.id %}
{% if servicesDone['aac_cdc']['done'] or servicesDone['rtp']['done'] or servicesDone['moninstallation']['done'] %}
{% set address = project.defaultAddress %}
Informations client : {% if informinfo01 is not null %} {{ informinfo01 }} {% else %} pas d'informations {% endif %}
Informations installateur : {% if informIinfo01 is not null %} {{ informIinfo01 }} {% else %} pas d'informations {% endif %}