{% extends 'accounts/base.html' %} {% load static %} {% block title %}Roles - Accounts{% endblock %} {% block breadcrumb_items %}
Total Roles
Default Roles
Custom Roles
Assigned Users
Role | Description | Permissions | Users | Type | Created | Actions | |
---|---|---|---|---|---|---|---|
{{ role.name }}
{% if role.is_default %}
Default
{% endif %}
|
{{ role.description|truncatechars:60 }} | {{ role.user_count }} users | {% if role.is_default %} System {% else %} Custom {% endif %} | {{ role.created_at|date:"M d, Y" }} |