{% load incident_extras %} {% if incident.open %} {{ incident.metadata.status|default:"Active"|upperfirst }} {% else %} Closed {% endif %}