{% extends '../layouts/index.html' %} {% block content %}

Incident Role Types

Here are the role types involved in incident management.
Understanding the role types and their responsibilities is important for a successful incident response!

{% if incident_role_typesd_list.count == 0 %} {% comment %} {% include 'incidents/includes/no_incident_role_types.html' %} {% endcomment %} {% endif %}
{% for incident_role_type in incident_role_types_list %}

{{incident_role_type.emoji}} {{ incident_role_type.name }}

{{ incident_role_type.summary }}

{% endfor %}
{% endblock %}