{% if alert.alert_type == "CRITICAL" %} CRITICAL {% elif alert.alert_type == "WARNING" %} WARNING {% else %} INFO {% endif %} {{ alert.description }} {{ alert.created_at|date:"H:i:s" }}