{% 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 %} {% for year, versions in release_notes.items %} {% for version, notes in versions.items %} {% include "release_notes/latest_release_widget.html" with box_id="latest-release" %} {% endfor %} {% endfor %}
{% include "feedback/_feedback_widget.html" with box_id="dashboard-feedback" %}
{% include "../generic_confirmation_dialog.html" %} {% endblock content %}