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

{% translate "Admin Dashboard" %}

{% if chat_form %} {% include "chat/_chat_widget.html" with box_id="dashboard-chat" %} {% endif %}
{% include "feedback/_feedback_widget.html" with box_id="dashboard-feedback" %}
{% include "../generic_confirmation_dialog.html" %} {% endblock content %}