{% load static %} {% load i18n %} {% load audit_filters %}
{{ object }}'s Logs
{% if tracking %} {% for history in tracking %}
{{ history.pair.1.history_date|date:'M. d, Y' }} ,  {{ history.pair.1.history_date|date:'g:i A' }}
{{ history.updated_by }}
{% if history.pair.0.history_title %} {{ history.pair.0.history_title }} {% endif %} {% if history.pair.0.history_description %}

{{ history.pair.0.history_description }}

{% endif %}
{% for tag in history.pair.0.history_tags.all %} {{ tag.title }} {% endfor %}
{{ history.type }} {% if has_perm_to_revert %} {% if history.pair.1.pk %} {% endif %} {% endif %}
    {% for change in history.changes %}
  • {{ history.pair.1|fk_history:change }} {{ history.pair.0|fk_history:change }} ({{ change.field }})
  • {% endfor %}
{% endfor %} {% else %}
Page not found. 404.
{% trans 'No history found.' %}
{% comment %}
{% trans 'No history found.' %}
{% endcomment %} {% endif %}