You are annotating as: {{session["username"]}}
Annotation history: {{session["annotation_history"]}}
{% if sent != None %}
This paragraph has ID: {{paragraph_id}}
{% for word in sent.split() %}
{{word}}
{% endfor %}
________________________________________________
________________________________________________
{% for class in classes %}
{% endfor %}
{% else %}
LOOKS LIKE YOU ANNOTATED ALL THE PARAGRAPHS IN THE DATABASE
{% endif %}