{% extends "base.html" %} {% load static i18n risk_extras %} {% block crumbs %}
{% trans "Total Risks" %}
{{ risks_total }}
{% trans "Residual Risks Needing Review" %}
{{ residual_review_required }}
{% trans "Unread Notifications" %}
{{ notifications_unread }}
| {% trans "Status" %} | {% trans "Count" %} |
|---|---|
| {{ row.status|risk_status_label }} | {{ row.count }} |
| {% trans "No data" %} | |
| {% trans "Status" %} | {% trans "Count" %} |
|---|---|
| {{ row.status|control_status_label }} | {{ row.count }} |
| {% trans "No data" %} | |
| {% trans "Status" %} | {% trans "Count" %} |
|---|---|
| {{ row.status|incident_status_label }} | {{ row.count }} |
| {% trans "No data" %} | |