{% extends 'annotate_document/base.html' %} {% load static %} {% block header %} {% endblock %} {% block navList %}
  • Document List
  • {% endblock %} {% block content %}

    Annotator

    {{document.title|truncatechars:50}}

    Document {{doc_index}} of {{num_docs}}

    Please take note of the following when selecting names:

    • Include titles e.g King Shaka or Captain Gardiner
    • For names including an 's do not include the 's e.g for the text Stuart's book only highlight Stuart.

    Select a name then click "Highlight" to begin.

    Selected: "[[name]]"
    Linked to: "[[name]]"

    {% if prev_doc > -1 %} Previous {% endif %}
    {% if next_doc > -1 %} Next {% else %} Finish {% endif %}
    {% endblock %}