{% extends "indigo.html" %} {% load i18n %} {% block content %}

Make a query

The form below is in a non-working state at the moment and only intended for internal development.

Please start by reading the how-to below!

Then define your selection criteria:

{{ selectionset.management_form }}

{% for selection in selectionset.forms %} {% endfor %}
Lower boundParameter to restrictUpper boundUse AND?
{{ selection.lower }}<={{ selection.parameter }}<={{ selection.upper }}{{ selection.connection }}

How to use:

{% endblock %}