{% extends "base.html" %} {% block title %}Select Annotator Document{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} Select Document {% for doc in documents %} {{doc.document_id}} {{doc.comment}} {{doc.source_id}} {{doc.source_name}} ({{doc.source_type}}, {{doc.source_name_short}}) Version {{doc.version}} {{doc.content_type}} {{doc.num_annotations}} annotations {{doc.content|safe}} {% endfor %} {% if True %} New document {% endif %} {% endblock %}