{% if (convention.document is null or convention.document.statut == 'Créée') and convention.statut != 'En attente de validation des contreparties' %}
Personnaliser cette formule
{% endif %}
{% if convention.formule.flex and convention.statut == 'En attente de sélection des contreparties' %}
Sélectionner pour le partenaire
{% endif %}
{% if convention.statut == 'En attente de validation des contreparties' %}
Valider les contreparties
{% endif %}
{% if convention.document is null %}
Éditer une convention
{% endif %}
Chargement de la formule...
{% if convention.document is not null %}
{{ convention.document.nom }}
Créé le {{ convention.document.createdAt | date('d/m/Y à H:i') }}
{{ convention.document.statut }}
{% if convention.document.statut == 'Créée' or convention.document.statut == 'Éditée' %}
{% elseif convention.document.statut == 'En attente de signature' %}
{% else %}
{% endif %}