{% set typeLabel = activite.type == 'APPEL' ? 'Appel' : (activite.type == 'REUNION' ? 'Réunion' : 'Rendez-vous') %} {% set typeClass = activite.type == 'APPEL' ? 'bg-info-subtle text-info' : (activite.type == 'REUNION' ? 'bg-success-subtle text-success' : 'bg-warning-subtle text-warning') %}