{% extends "base.html" %} {% block title %}Debug autocomplete{% endblock %} {% block extra_head %} {{ super() }} {% endblock %} {% block content %}
Label column: {{ label_column }}
No label column detected. Results will use primary key values.
{% endif %}No row selected.{% else %}
Showing up to five tables with a detected label column.
| Database | Table | Label column |
|---|---|---|
| {{ suggestion.database }} | {{ suggestion.table }} | {{ suggestion.label_column }} |
No tables with detected label columns found.
{% endif %}Scanned {{ scanned }} table{% if scanned != 1 %}s{% endif %}{% if reached_scan_limit %}; stopped at the 100 table scan limit{% endif %}.
{% endif %} {% endblock %}