{% load static %} {% load i18n %} {% load mastodon %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {{ item.display_title }} - {% trans "revision history" %} {% include "common_libs.html" %} {% include "_header.html" %}

{{ item.display_title }} - {% trans "revision history" %}

{% for log in item.history.all %} {% for key, value in log.changes_dict.items %} {% empty %} {% endfor %} {% empty %}

No history for this item has been logged yet.

{% endfor %}
Field From To
{% if request.user.is_staff or log.actor.preference.show_last_edit %} {{ log.actor.username|default:'-' }} {% else %} {% endif %} {{ log.get_action_display }} on {{ log.timestamp }}
{{ key }}

                  

                  
-
{% include "_footer.html" %}