Toggle navigation
Search XNAT
Define and Send a Query
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
Error:
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block body %}{% endblock %}
Open a saved Query
...or skip this point and define a new one.
Define Your Constraints
Root-Type
{% if state.roottype %} {{state.roottype}} {% else %} Choose a Root-Type! {% endif %}
{% for rt in roottypes %}
{{rt}}
{% endfor %}