{% extends "corpus/base.html" %} {% load static %} {% load iepy_tags %} {% block content_title %}{% endblock %} {% block extrastyle %} {% endblock %} {% block extra_js %} {% endblock %} {% block label_mode_switch %} Label by segments {% endblock %} {% block navigation %}
Previous document labeledNext document labeled
Last document labeled by youNext document you labeled » Next document to label {% endblock %} {% block inner_content %}
{% if not segments %}
There are no more things to tag in this document, try skipping to the next one!
{% endif %}


{% if form_toolbox %}
Tag using this answer: {{ form_toolbox }} Use the number keys to switch between options
{% endif %} {% if formset %}
For the rest of the posible relations the answer will be:
{% csrf_token %} {{ formset.management_form }}
{{form_for_others}}
{% for form in formset %} {{ form.as_p }} {% endfor %}
{% endif %} {% if segments %}
Previous relations:
    {% for judge in other_judges %}
  • view {{ judge }}'s relations
  • {% endfor %}
by you:
{% endif %}
{% if subtitle %}
{{subtitle}}
{% endif %} {% for i in question_options %} {% endfor %}

{% include "corpus/segments_render.html" %}
{% include "corpus/entity_occurrence_modal.html" %}
{% endblock %}