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

{{ editor.username }}: Edit History
editor_{{editor.editor_id}}

Edit History - Comments and Annotation History
{# {% for editgroup in editgroups %} {#
Created (UTC) #} Status Editgroup Description
{{ editgroup.created.strftime("%Y-%m-%d %H:%M:%S") }} #} {% if editgroup.changelog_index %} Merged
#{{ editgroup.changelog_index }} {% elif editgroup.submitted %} Submitted
{{ editgroup.submitted.strftime("%Y-%m-%d %H:%M:%S") }} {% else %} Work in Progress {% endif %}
editgroup_{{ editgroup.editgroup_id }} {% if editgroup.description != None %}{{ editgroup.description }}{% endif %} {% endfor %}
{% endblock %}