{% extends "_base.html" %} {% load i18n %} {% load static %} {% block content %}

{% trans 'Admin Dashboard' %}

{% if chat_form %} {% include "chat/_chat_widget.html" %} {% endif %}
{% include "feedback/_feedback_widget.html" %}
{% include "../generic_confirmation_dialog.html" %} {% endblock %}