{% if downloads.DL_FILE_STATUS eq 'red' or DL_FILE_STATUS eq 'red' or downloads.DL_CAT_LAST_ICON eq 'red' or subcats.DL_CAT_LAST_ICON eq 'red' %}
{% endif %}
{% if downloads.DL_FILE_STATUS eq 'yellow' or DL_FILE_STATUS eq 'yellow' or downloads.DL_CAT_LAST_ICON eq 'yellow' or subcats.DL_CAT_LAST_ICON eq 'yellow' %}
{% endif %}
{% if downloads.DL_FILE_STATUS eq 'green' or DL_FILE_STATUS eq 'green' or downloads.DL_CAT_LAST_ICON eq 'green' or subcats.DL_CAT_LAST_ICON eq 'green' %}
{% endif %}
{% if downloads.DL_FILE_STATUS eq 'white' or DL_FILE_STATUS eq 'white' or downloads.DL_CAT_LAST_ICON eq 'white' or subcats.DL_CAT_LAST_ICON eq 'white' %}
{% endif %}
{% if downloads.DL_FILE_STATUS eq 'blue' or DL_FILE_STATUS eq 'blue' or downloads.DL_CAT_LAST_ICON eq 'blue' or subcats.DL_CAT_LAST_ICON eq 'blue' %}
{% endif %}
{% if downloads.DL_FILE_STATUS eq 'grey' or DL_FILE_STATUS eq 'grey' or downloads.DL_CAT_LAST_ICON eq 'grey' or subcats.DL_CAT_LAST_ICON eq 'grey' %}
{% endif %}