{% extends 'annotate_document/base.html' %} {% load annotate_extras %} {% block header %}

Document List

{% endblock %} {% block content %} {% for document in object_list %} {% empty %}
  • No documents yet.
  • {% endfor %}
    Document Complete Unannotated Lines
    {{ document.document.title }} {% if '0' in document.annotated_lines %} NO {% else %} YES {% endif %} {% if '0' in document.annotated_lines %}{{document.annotated_lines|count:"0"}}{% endif %}
    {% if complete and not annotation_complete%} To annotate another document click here: Annotate New Document
    {% endif %}
    {% endblock %}