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

{% trans 'Analytics' %}

{% trans 'Here you will find a set of tools to check the success and correctness of your app. Click on the Details button of a tool to get further information.' %}

{% if request.region.statistics_enabled %} {% include "statistics/_statistics_widget.html" %} {% endif %} {% include "analytics/_translation_overview_widget.html" %}
{% include "analytics/_broken_links_widget.html" %}
{% endblock content %}