{% extends '_layout.html' %} {% block styles %} {{ super() }} {% endblock %} {% block content_header %}
{% if (document is defined) and (document is not none) %} {% endif %}
{% endblock %} {% block content %} {% if (document is defined) and (document is not none) %}
{% if project.type == 'sequence_labeling' %}
{% else %}
{% for ll in project.labels %} {% endfor %}
{% for ll in project.labels %} {% endfor %}
{% for ll in project.labels %} {% endfor %}

{{ document.text | safe }}

{% endif %}
{% if project.render_guideline() is not none %} {% 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 defined) and (document is not none) %} {% endif %} {% endblock %}