{% load static %}
{% if incident.priority.value == 1 %}
{% elif incident.priority.value == 2 %}
{% elif incident.priority.value == 3 %}
{% elif incident.priority.value == 4 %}
{% elif incident.priority.value == 5 %}
{% elif incident.priority.value == 20 %}
{% endif %}