{{ incident_category.name }}
-
{% if incident_category.description %}
- Description
- {{ incident_category.description|urlize|linebreaksbr }}
- Group
- {{ incident_category.group.name }}
-
{% for usergroup in incident_category.usergroups.all %}
-
@{{ usergroup.handle }}
{{ usergroup.members.count }} Members
{% endfor %}
{% for conversation in incident_category.conversations.all %}
-
#{{ conversation.name }}
{{ conversation.members.count }} Members
{% endfor %}
Other incident categories in "{{ incident_category.group.name }}"
{% endfill %} {% fill "card_content" %}-
{% for other_incident_category in incident_category.group.incidentcategory_set.all %}
{% if other_incident_category.id != incident_category.id %}
- {{ other_incident_category.name }} {% endif %} {% endfor %}