{{ objective.progress >= 100 ? 'Atteint' : 'Partiel' }}{{ objective.title }}{{ objective.progress }}%
{{ objective.description ?: objective.successCriteria ?: 'Aucune description.' }}
{% if objective.managerComment %}Commentaire manager{{ objective.managerComment }}{% endif %}