{% if name == 'ALERT' or name == 'ERROR' %} {% set color = 'orange' %} {% else %} {% set color = '' %} {% endif %}