{# sqlhelper_form_drugtype.html #} {% extends "base.html" %} {% block content %}

Create SQL fragment: Find drugs of a given type anywhere

Database from which RID descriptions are taken: {{ db_description }}
Choose a category of drug. SQL will be generated to find any example of it in any of the text fields present in the database.
{% csrf_token %} {{ form.as_table }}
{% endblock %} {% block helpurl %}{{ HelpUrl.sqlhelper_find_drugs_anywhere }}{% endblock %}