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

Editor Changelog: {{ editor.username }}
editor {{ editor.editor_id }}

Changes accepted (aka, merged editgroups): {% for editgroup in editgroups %}
Created (UTC) Editgroup Editor Description
{{ editgroup.created }} {{ editgroup.editgroup_id }} {{ editgroup.editor_id }} {% if editgroup.description != None %}{{ editgroup.description }}{% endif %} {% endfor %}
{% endblock %}