{% extends 'base.html' %} {% block content %}

Existing admin roles

Update role names, permissions, and weights in one place.

{% for r in roles %}
{{ r.name }} Weight {{ r.weight }}
Permissions
{% endfor %}
{% endblock %}