{% extends 'root.html' %} {% load static %} {% block content %} Create Roles Role Name Action {% for role in roles %} {{ role.name}} {% endfor %} {% endblock content %} {% block modal %}
DELETE ROLE