{% extends "base.html" %} {% block pagetitle %}Document Classification Specifications{% endblock %} {% block content %}

This form allows you to specify the criteria for viewing concepts identified in from reports. Include concepts that fit the following criteria:

{% csrf_token %}
{{ form.limit_pos.label_tag }} {{ form.limit_pos }}
{{ form.limit_new.label_tag }} {{ form.limit_new }}
{{ form.uncertainty.label_tag }}
    {% for choice in form.uncertainty.field.choices %}
  • {% if forloop.counter == 1 %} {% else %} {% endif %}
  • {% endfor %}

{% endblock %}