{% extends "editors/base.html" %} {% block content %}
{% for item in eventlog %}
{{ item.to_string('editor') }} {% if item.details %} {{ _('More details.') }} {% endif %} {% with ago=item.created|timesince, iso=item.created|isotime, pretty=item.created|babel_datetime %} {% endwith %}
{% endfor %}
{% endblock %}