{% block meta %} {% end %}
{{ _('Check For Updates') }}
{{ data['user_data']['username'] }}
{{ _("Crafty's Darkside") }}
{{ _('Role:') }} {{ _(data['user_data']['role_name']) }}
{{ _('Permissions') }}
{% if data['user_data']['svr_control'] %}
{{ _('Server Control') }} {% else %}
{% end %}
{% if data['user_data']['svr_console'] %}
{{ _('Server Console') }} {% else %}
{{ _('Server Console') }} {% end %}
{% if data['user_data']['logs'] %}
{{ _('Server Logs') }} {% else %}
{{ _('Server Logs') }} {% end %}
{% if data['user_data']['backups'] %}
{{ _('Server Backups') }} {% else %}
{{ _('Server Backups') }} {% end %}
{% if data['user_data']['schedules'] %}
{{ _('Server Schedule') }} {% else %}
{{ _('Server Schedule') }} {% end %}
{% if data['user_data']['config'] %}
{{ _('Server Config') }} {% else %}
{{ _('Server Config') }} {% end %}
{% if data['user_data']['api_access'] %}
{{ _('API Access') }} {% else %}
{{ _('API Access') }} {% end %}
{{ _('Sign out') }}
{% block content %} {% end %}
{% block js-script %} {% end %}