{% extends 'settings/account/master.twig' %} {% set mode = 'Ranks' %} {% block description %}

Manage what ranks you're in and what is set as your main rank. Your main rank is highlighted. You get the permissions of all of the ranks you're in combined.

{% endblock %} {% block js %} {% endblock %} {% block settingsContent %}
{% for rank in user.ranks %}
{% endfor %}
{% endblock %}