{% extends 'admin_layout_two.html' %} {% load static %} {% block content %} Beni | Role Listing

Roles Listing

{% csrf_token %}
{% for role in roles_obj %} {% endfor %}
Role Action
{{ role.role_name }}
{% if roles_obj %}
{% endif %}
{% endblock %}