{% extends "piwik/base.html" %} {% load i18n inlinetrans permissions_tags %} {% block pagetitle %}{% trans "Stats index" %}{% endblock %} {% block content %}

{% inline_trans "Stats Index" %}

{% ifhasperm 'view_all_stats' %}

{% inline_trans "Go to Piwik to view stats details" %}

{% inline_trans "Access to monitoring statistics platform of the University of Malaga web site" %}

{% inline_trans "View stats ranking" %}

{%inline_trans "View the statistics ranking of the sections and contents of the University of Malaga web site" %}

{% endifhasperm %}

{% inline_trans "View stats ranking of my contents" %}

{%inline_trans "View the statistics ranking of the sections and contents you own"%}

{% endblock %}