{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{% trans "Statistics" %}{% endblock %} {% block content %}

{% trans "Admin Actions" %}

{% if actions_page.has_previous %} {% trans "previous" %} {{limit}}    {% endif %} {% trans "Actions" %} {{actions_page.start_index}} - {{actions_page.end_index}}   {% if actions_page.has_next %} {% trans "next" %} {{limit}}    {% endif %} {% for action in actions %} {% endfor %}
{% trans "User" %} {% trans "Action" %} {% trans "Details" %} {% trans "At" %}
{{action.user}} {{action.pretty_type}} {{action.pretty_description|safe}} {{action.at|date:"d/m/Y H:i"}}
{% endblock %}