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

{{ editor.username }}: Comments and Annotations
editor_{{ editor.editor_id }}

Edit History - Comments and Annotation History

{% for annotation in annotations %}
On {{ annotation.editgroup_id }} at {{ annotation.created.strftime("%Y-%m-%d %H:%M:%S") }}
{% if annotation.extra %}
{{ entity_macros.extra_metadata(annotation.extra) }}
{% endif %}
{{ annotation.comment_markdown|markdown(escape=True) }}
{% else %} No comments or annotations for this editor! {% endfor %} {% endblock %}