{% extends "base.html" %} {% block body %}

{% if page_title != None %}{{ page_title }}{% endif %}
{{ entity_type }} {{ entity.ident }}

Edit History

This table only shows merged edits, not work-in-progress. {% for entry in history %}
Changelog Editgroup Description
{{ entry.changelog_entry.index }}
{{ entry.changelog_entry.timestamp.strftime("%Y-%m-%d %H:%M") }}
{{ entry.editgroup.editgroup_id[:8] }}... by editor_id {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %}
{% endblock %}