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

Edit History
editor {{ editor.username }}

{# {% 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_id }} {% if editgroup.description != None %}{{ editgroup.description }}{% endif %} {% endfor %}
{% endblock %}