{% extends "base.html" %} {% block content %}
{% for log in logs %} {% else %} {% endfor %}
TimeUserActionEntityIP
{{ log.created_at.strftime('%d %b %Y %H:%M:%S') }} {{ log.username }} {{ log.action }} {{ log.entity_type }} {{ log.entity_id }} {{ log.ip_address }}

No audit entries.

{% if total_pages > 1 %} {% endif %}
{% endblock %}