{% extends "backoffice/base.html" %} {% load i18n %} {% load humanize %} {% block content %}
last edits
{% for item in last_edits %} {% endfor %}
{% trans "StaticPageRevision__timestamp" %} {% trans "StaticPage__slug" %} {% trans "StaticPageRevision__author" %}
{{ item.timestamp|naturaltime }} {{ item.page.slug }} {{ item.author }}
{% endblock content %}