{% extends "base.html" %} {% block content %}

Chaka

{{ user.full_name or user.username }}
{% include "partials/tokens.html" %}
{% include "partials/clients.html" %}
{% include "partials/channels.html" %}
{% include "partials/voice_log.html" %}
{% include "partials/logs.html" %}
{% include "partials/server_log.html" %}
{% include "partials/users.html" %}
{% endblock %}