{% extends "admin/change_form.html" %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block after_field_sets %} {{ block.super }}

Role Ordering

{% if role_order_warnings %} {% endif %}

Role order is read from Discord. To change the order of roles, update them in Discord and refresh this page.

Lock checkboxes only affect automation when role ordering is enabled; they do not change the order shown here.

Roles marked opt-out in Discord Role Obfuscations are locked automatically.

Color and opt-out status are read-only here. Update role colors in Discord (or via Role Color Rules) and opt-out status in Discord Role Obfuscations.

{% for row in role_order_rows %} {% endfor %}
Role Role ID Color Lock Locked Because Position
{{ row.name }} {{ row.role_id }} {{ row.color }} {% if row.lock_reasons %} {{ row.lock_reasons }} {% else %} -- {% endif %} {{ row.position|default_if_none:"--" }}
{% endblock %} {% block footer %} {{ block.super }} {% endblock %}