{% 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 == 'classification' %}

{{ document.text }}

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

Congratulations!

We do not have any more documents for you to annotate now. We will let you know if we need your help again.

Thank you for your contribution.

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