{% extends "base.html" %} {% block body %}
editor
      {{ editor.username }}
    
  
| 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 %} |