{% extends "partials/base.html" %} {% load static %} {% block content %}
{% block title %} {% include "partials/title.html" with title="Roles & Permissions" text="Dashboard" textone="User Management" texttwo="Roles & Permissions" %} {% endblock title %}
{% for record in roles_permission %} {% endfor %}
Role Name Created On Action
{{record.Role_Name}} {{record.Created_On}}
{% endblock content %}