{% set icon_class = { 'Document': 'fa-file-pdf', 'Checklist': 'fa-tasks', 'Échelle': 'fa-chart-bar', 'Protocole': 'fa-clipboard-list', 'Algorithme': 'fa-sitemap', 'Planning': 'fa-calendar-alt', 'Liste': 'fa-list-ul' } %} {% set icon_color = { 'Document': 'text-danger', 'Checklist': 'text-success', 'Échelle': 'text-info', 'Protocole': 'text-primary', 'Algorithme': 'text-warning', 'Planning': 'text-purple', 'Liste': 'text-secondary' } %}