Conversation David-Ikario
Catégorie: {{ conversation.category }}
Participants: {{ conversation.participants|join(', ') if conversation.participants else 'N/A' }}
Nombre de messages: {{ conversation.message_count }}
Date de début: {{ conversation.timestamp_start[:19].replace('T', ' ') if conversation.timestamp_start else 'Inconnue' }}
{% if conversation.timestamp_end %}Date de fin: {{ conversation.timestamp_end[:19].replace('T', ' ') }}
{% endif %} {% if conversation.tags and conversation.tags|length > 0 %}Tags: {{ conversation.tags|join(', ') }}
{% endif %}{{ conversation.summary }}
Aucun message dans cette conversation
{% endif %}