{% extends "base.html" %} {% block pagetitle %}Document Annotation Interface{% endblock %} {% block content %}

This form will allow you to screen radiology reports using the criteria stored in Lexical.

{% csrf_token %}
{% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field }}
{% endblock %}