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

Chaka

{% 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" %}
{% endblock %}