{% set statuses = { all: { 'label': 'Assigned to all', 'icon': '' }, none: { 'label': 'Not assigned', 'icon': '' }, some: { 'label': 'Some assignments', 'icon': '' } } %}
  • {% set status = statuses[module.assigned] %} {##}
    {{ status.icon|raw }} {{ module.title|default(module.name) }}