{# crate_anon/crateweb/research/templates/sqlhelper_form_text_anywhere_choose_db.html #} {% extends "base.html" %} {% block content %}

Choose database

An SQL fragment will be generated that spans all known databases if there are matching fieldnames, but please choose one on which to base the identifier descriptions.
{% csrf_token %} {{ form.as_table }}
{% endblock %}