{% extends 'visko2/base.html' %} {% load staticfiles %} {% block content %} {% if sent != None %}
  To ISF
Sentence's note {% if sent.comment %}{{sent.comment}}{% endif %}
Flag
{% else %} There is no parse for this sentence. {% endif %} {% endblock %} {% block css %} {% endblock %} {% block script %} {% include 'visko2/delviz.html' %} {% endblock %}