{% set mt = "" %} {% if is_granted('ROLE_PREVIOUS_ADMIN') %} {% set mt = "margin-top:0%" %} {% endif %}
Étude
Numéro {{ project.id }}
Créée par {{ project.user.lastName ~ " " ~ project.user.firstName }}
{% if app.request.attributes.get('_route') != 'project_edit' and app.request.attributes.get('_route') != 'summary_index' %} {% else %}
État {{ project.getAvailableStateTypeName(project.state) }}
Date création {{ project.createdAt ? project.createdAt|date('d/m/Y') : '' }}
{% endif %} {% if project.duplicatedFromProject is not null %} {% endif %}
Client
Client {{ project.finalCustomer.civility ~ " " ~ project.finalCustomer.name ~ " " ~ project.finalCustomer.firstname }}
Type {{ project.finalCustomer.civility == 'Société' ? 'Professionnel' : 'Particulier' }}
Lieu du projet {{ project.defaultAddress.adressHumanReadable() }}
Téléphone {{ project.finalCustomer.phone }}
Email {{ project.finalCustomer.email }}
{% if infosConfig is defined and infosConfig['brand'] is defined %}
Config
Marque appareil {{ infosConfig['brand'] }}
Modèle appareil {{ infosConfig['model'] }}
Type configuration {{ infosConfig['installation']|length > 0 ? infosConfig['installation'] : "-" }}
{% endif %} {% if app.request.attributes.get('_route') == 'summary_index' %} {% if project.techDataValueForService('displayWet') == 1 and hasNoXmlWetValid == false %} {% endif %} {% endif %} {% if goToPrerequisite is defined and goToPrerequisite and serviceCreatedOnProject.serviceRE.prerequisitesServiceRE %} {% endif %}