{% extends 'dashboard/base.html' %} {% load dashboard_tags %} {% block title %}Staff & Roles{% endblock %} {% block page_title %}Staff & Roles{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Create sub-admins and configure their permissions
| Permission | {% for role_key, role_label in roles %}{{ role_label }} | {% endfor %}
|---|---|
| {{ row.label }} | {% for val in row.values %}{% if val %} {% else %}{% endif %} | {% endfor %}
Create your first sub-admin to delegate store management tasks.
Add First Staff Member