{% import "project/improveResultCDC/macro_improve_result_CDC.html.twig" as macro %}
{% import "forms-macro/popup.html.twig" as macroPopup %}
{% set fromOR = true %}
{% for key, comb in detail %}
{{ key }}
{% for keyP, puissance in comb %}
{% if keyP == 'pnominale' %}
À puissance nominale
{% elseif keyP == 'preduite' %}
À puissance réduite
{% else %}
À feu ouvert
{% endif %}
: = 0 ? 'style="color:#A9D18E"' : 'style="color:red;font-weight:bold"' }}>Marge sur dépression dans la pièce (PZ - PB) = {{ puissance['PZ_PB']|number_format(2, ',', '') }} Pa.
{% endfor %}
{% endfor %}
{{ include('project/_block/show_service_result_detail_careful.html.twig') }}
: Nouvelles valeurs souhaitées en attente d’enregistrement
{% set displaySentence=false %}
{% for key,info in infosByCriteria %}
{% if allActionsIsDone===true and modeSimulation===true and info['isValid']==false %}
{% set displaySentence=true %}
{% endif %}
{{ macro.cardImprove(
info['title'],
info['isValid'] ? info['description_valid']:info['description_unvalid'],
info['isValid'],
info['pnominaleIsValid'] is defined ?{ 'isValid': info['pnominaleIsValid'], 'value': info['pnominale'] } : {'isValid':null,'value':null},
info['preduiteIsValid'] is defined ?{ 'isValid': info['preduiteIsValid'] ,'value': info['preduite'] } : {'isValid':null,'value':null},
info['foyerOuvertIsValid'] is defined ?{ 'isValid': info['foyerOuvertIsValid'] ,'value': info['foyerOuvert'] } : {'isValid':null,'value':null},
info['normes'],
info['actions'],
info['key'],
listOfActionsDone,
diameterOnAdrIsMultiple
) }}
{% endfor %}
{% if displaySentence==true %}
Si malgré les corrections, votre étude reste négative, nous vous invitons à créer une nouvelle étude et revoir votre installation.
{% endif %}
{{ macroPopup.popup("info","valid-improve-result" , path("improve_result_valid",{ 'serviceCreatedOnProject': serviceCreatedOnProject.id, 'diameter': diameter, 'buse': buse,'displayWet': app.request.get('displayWet') ??'0'}) ,'valid-improve-result', "Vos nouvelles données vont être enregistrées de manière permanente et remplaceront celles rentrées dans le questionnaire.", 'delete') }}