{% extends 'heliosinstitution/templates/dashboard.html' %} {% load i18n %} {% load staticfiles %} {% block subcontent %}
{% 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 %}
{% if actions %} {% 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"}}
{% endif %}
{% endblock subcontent %}