{% extends "module_base.html" %} {% load static %} {% block title %}Edit Role - {{ role.name }}{% endblock %} {% block content %}
Created:
{{ role.created_at|date:"d M Y H:i" }}
Last Updated:
{{ role.updated_at|date:"d M Y H:i" }}
Users Count:
{{ role.userrole_set.count }}
Permissions Count:
{{ role.rolepermission_set.count }}