{% extends "Admin/base.html" %} {% block page %}Permissions{% endblock %} {% block jsfile %}permissions{% endblock %} {% block body %}

Search role for permissions

Teams

Create rank
The name you enter is also shown at the staff page on the website
Setup your server permissions
{% set columns = 2 %} {% for permission in permission_columns[8:] %} {% if loop.first or loop.index0 is divisible by(columns) %}
{% endif %}
{% if loop.last or loop.index is divisible by(columns) %}
{% endif %} {% endfor %}

Below you will find a list with the specified requirements. When you have read this, press "create" to create the rank. When the rank is created you will redirected to the a page where you can modify server commands.
# Permission Type
# Permission
Previous
Create
Next Step
{% endblock %}