{% extends '_layout.html' %} {% block styles %} {{ super() }} {% endblock %} {% block content %} {% if document is not none %}
Project Next
{% if project.render_header(document) is not none %}
{{ project.render_header(document) | safe }}
{% endif %}
{% if project.type == 'sequence_labeling' %}
{% elif project.type == 'document_classification' %}

{{ document.text }}

{% for ll in project.labels %} {% endfor %} {% endif %}
{% else %}

Congratulations!

You have completed annotating all documents in this project.

{% endif %} {% endblock %} {% block scripts %} {{ super() }} {% if document is not none %} {% endif %} {% endblock %}