{% import "forms-macro/popup.html.twig" as popup %}
Communication
{% if app.session.get('featuresAccess')['SEND_PROJECT_TO_CUSTOMER'] %}

Signature : {{ app.user.firstName ~ " " ~ app.user.lastName }} votre technicien conseil de la société {{ app.user.agency.company.name }}

Document à joindre
{% set disabled = (app.session.get('featuresAccess')['MANAGE_DOCUMENT'] ? 'style="transform: scale(1.3);cursor: pointer;">' : 'disabled="disabled" style="transform: scale(1.3);cursor: not-allowed;">') %}








Destinataire*



{% else %} {{ include('licence/components/_notAllowedBlock.html.twig') }} {% endif %}
{% if customerFollowUps is not empty %}
Historique
{% for followUp in customerFollowUps %} {% if followUp.message is defined and followUp.message !== "" %} {% else %} {% endif %} {% else %} {% endfor %}
Date Destinataire Objet Message Documents
{{ followUp.createdAt ? followUp.createdAt|date('d/m/Y') : 'Non défini' }} {{ followUp.recipient }} {{ followUp.object|slice(0, 60) ~ (followUp.object|length > 60 ? '...' : '') }} {{ followUp.message }} Pas de message enregistré {% if followUp.documents is not empty %}
{% for document in followUp.documents %}
- {{ document }}
{% endfor %}
{% else %} Aucun document {% endif %}
Aucun suivi client trouvé
{% endif %} {% if is_granted('ROLE_DEMO') %} {{ include('tooltip/tooltip.html.twig') }} {% endif %}
{{ include('project/_modal/_iframe_show_file.html.twig') }} {{ popup.simple("info", "") }}