{% if category %} {% set color = { 'EX': '#000000', 'EW': '#880000', 'CR': '#d1001c', 'EN': '#e67e22', 'VU': '#f7b731', 'NT': '#3fa535', 'LC': '#1e90a2', 'DD': '#aaaaaa', 'NE': '#cccccc' }.get(category, '#aaaaaa') %} {% set text_color = '#fff' %} {% if category in ['VU', 'NE'] %}{% set text_color = '#222' %}{% endif %} {{ category }} {% endif %}