{% extends 'base.html' %} {% load static %} {% block title %}Permission Usage Analytics{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ suggestion.description }}
{% if suggestion.permissions %}| Permission | Total Checks | Granted | Denied | Users | Grant Rate |
|---|---|---|---|---|---|
{{ usage.permission_checked }}
|
{{ usage.total_checks }} | {{ usage.granted_count }} | {{ usage.denied_count }} | {{ usage.unique_users }} | {% with grant_rate=usage.granted_count|floatformat:0|add:0 total=usage.total_checks|floatformat:0|add:0 %} {% if total > 0 %} {% widthratio grant_rate total 100 as percentage %} {% else %} N/A {% endif %} {% endwith %} |
| No permission usage data available | |||||
No role permission changes in this period
{% endfor %}| User | Role | Denials | Permissions |
|---|---|---|---|
| {{ user.user__first_name }} {{ user.user__last_name }} | {{ user.user__role|title }} | {{ user.denial_count }} | {{ user.unique_permissions }} |
| No denial data available | |||
These permissions haven't been checked in the last {{ days }} days and may be candidates for removal: