{% if convention.document.contenu is not null and (convention.document.statut == 'Créée') %}
{% include '@Projet/convention/part/tab_edit_modele.html.twig' %}
{% endif %}
{% if ai_compliance_analysis_enabled() and convention.document.document is not null %}
{% if convention.complianceAnalyzedAt %}
Voir la dernière analyse
{% endif %}
Analyser la conformité
{% endif %}
{% include '@Projet/convention/part/tab_document_pdf.html.twig' %}