{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - Panel Config{% end %} {% block content %}

Users

Can't see everything on mobile?
Try scrolling the table sideways.
{% for user in data['users'] %} {% end %}
User Enabled API Token Allowed Servers Edit
{{ user.username }} {% if user.enabled %} Yes {% else %} No {% end %} {{ user.api_token }} {{ [] }}

Roles

Can't see everything on mobile?
Try scrolling the table sideways.
{% for role in data['roles'] %} {% end %}
Role Allowed Servers Edit
{{ role.role_name }} {{ [] }}
{% end %} {% block js %} {% end %}