{%extends "base.html"%} {%block content%}

{{count}}done

{% include "pager.html" %} {% for row in rows %} {% endfor %}
Word Sequence Operation
{% for word in row.annotation %}
{% endfor %}
{% include "pager.html" %} {%endblock%}