{% extends 'visko2/base.html' %} {% load staticfiles %} {% load visko2_tags %} {% block content %}

{% if doc.title%}{{ doc.title }}{%else%}{{doc.name}}{%endif %}

{% if flag %} All {% else %} All {% endif %} | {% if flag != "2" %} Error Only {% else %} Error Only {% endif %} | {% if flag != "3" %} Warning Only {% else %} Warning Only {% endif %}
{% if pagination %} {% endif %}
{% csrf_token %}
WSD Grammar Parse Count
{% for sentence in sentences %} {% endfor %}
# ident Sentence Parse count Actions
{{ sentence.ID }} {{ sentence.ident }} {% if flag %} {{sentence.text}} {% else %} {{sentence.text}} {% endif %}
{% if sentence.comment %} Note {{ sentence.comment|multilines }} {% endif %}
{{ sentence|length}}
{% endblock %} {% block script %} {% endblock %}