{{ project.name }}
{% if project.tags|length > 0 %} {% endif %}
{% if project.customInstructions %}
{% endfor %}
Instructions personnalisees :
{{ project.customInstructions|nl2br }}
{% endif %}
{{ project.customInstructions|nl2br }}
{{ project.conversations|length }} conversation(s) - Cree le {{ project.createdAt|date('d/m/Y') }}
{% for conversation in project.conversations %}{{ conversation.title }}
{% for message in conversation.messages %}
{% include 'export/pdf/partials/_message.html.twig' %}
{% endfor %}
Aucun projet a exporter.
{% endfor %}