{% if request.region.statistics_enabled and perms.cms.view_statistics %}
{% include "statistics/_statistics_widget.html" with box_id="dashboard-statistics" %}
{% endif %}
{% if chat_form and perms.cms.change_chatmessage %}
{% include "chat/_chat_widget.html" with box_id="dashboard-chat" %}
{% endif %}
{% if TEXTLAB_API_ENABLED and request.region.hix_enabled and worst_hix_translations %}
{% include "analytics/_page_hix_widget.html" %}
{% endif %}
{% if perms.cms.view_broken_links %}
{% include "analytics/_broken_links_widget.html" with box_id="dashboard-links" %}
{% endif %}
{% include "dashboard/_news_widget.html" with box_id="dashboard-news" %}
{% include "../generic_confirmation_dialog.html" %}
{% endblock content %}