{% extends "default.html" %} {% block title %} {{SITE_TITLE}} {% endblock %} {% block content %}


Admin Tools

Users Here Now: {{g.loggedin_counter + g.loggedout_counter}} — {{g.loggedin_counter}} Logged-In | {{g.loggedout_counter}} Logged-Out

Content

Filtering

Users

Safety

Grant

API Access Control

Statistics

{% if v.admin_level >= 3 %}

	

Comment Filtering

{% endif %} {% if g.debug %}

Debug Options

{% if v.admin_level >= PERMS["DEBUG_LOGIN_TO_OTHERS"] %}
Login to another's account
{% endif %}
{% endif %} {% endblock %}