{% extends "annotatorapp/base.html" %} {%block title%}Example Sentences{%endblock%} {%block content%} {% for i,l,c,lem,m in lists %} {%endfor%}
Id Sentence
{{i.xsent_id}} {{l.line}}
{%endblock%} {%block javascript%} {%endblock%}