{% extends 'administration/base_admin.html' %} {% load i18n %} {% block title %}{% trans "Statistics of your website" %}{% endblock %} {% block action_close %}admin.settings.cancel_form();{% endblock %} {% block content %}

{% trans "Modulo use 'Google Analytics' to analyse your traffic in real time. This tool is recognized to be extremely effective."%}

Logo Google Analytics

{% trans "Complete the left form with your google analytics id, and then connect on the website http://analytics.google.com to see your stats in real time." %}

{{ form.as_table }}

{% endblock %}