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

Comments and Annotations
editor {{ editor.username }}


{% 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 %} None! {% endfor %} {% endblock %}