{% extends "base_nav.html" %} {% load humanize %} {% load i18n %} {% load static %} {% load smart_pagination %} {% block "title" %}{% trans "Audit log" %}{% endblock %} {% block "content" %}
{{ entry.time|date:"Y-m-d H:i:s" }} | {% if entry.secret %}{{ entry.secret.name }}{% endif %} | {% if entry.actor %}{{ entry.actor.username }}{% endif %} | {{ entry.message }} |