Showing {{ page.start_index }}-{{ page.end_index }} of
{% with total=page.paginator.count %}
{# linting is disabled for this line to stop it from adding a space #}
{# djlint:off #}
{% if total == 10000 %}>{% endif %}{{ total|intcomma }}
{# djlint:on #}
filtered results.
{% if total == 10000 %}
We limit searches to 10k results for our Web UI and API. Switch to Python or SQL if you need the full dataset.
{% endif %}
{# (total counts too slow) The full dataset has {{ nentries_possible|intcomma }} entries. #}
{% endwith %}
{% block search_results_table %}
{# we assume that if enable_select is used, then there is a viable update_many view #}
{% include table.html_entries_template with enable_select=True entries=page.object_list %}
{% endblock %}
{% include "data_explorer/pagination.html" %}
{% else %}
No entries were found that match your search criteria!