{% extends 'aristotle_mdr/base.html' %} {% load i18n util_tags %} {% load humanize %} {% load bootstrap3 %} {% load static from staticfiles %} {% load aristotle_tags aristotle_search_tags %} {% load render_bundle from webpack_loader %} {% block webpack_css_bundle %} {% render_bundle 'search' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'search' 'js' %} {% endblock %} {% block header %} {% include 'aristotle_mdr/header.html' with hide_search=True %} {% endblock %} {% block extra_head_scripts %} {{ category_map|json_script:"search-category-map" }} {% endblock %} {% block title %}{% trans "Search" %}{% if query %} {% trans "results" context 'Search results' %} - {{ query }}{% endif %}{% endblock %} {% block content %}
{# close main_search_form for when results #}There were one or more error with your search selections, please correct them and try again.
There were no results for "{{ form.q.value }}" with your requested filters.
We've automatically removed the filters and re-run your search.
{% if page.has_other_pages %} Showing {{ page.start_index }} - {{ page.end_index }} of {{ page.paginator.count }} results. {% else %} Showing {{ page.paginator.count }} results. {% endif %}
{# ----- If there are spelling suggestions, show them. ----- #} {% if form.auto_correct_spell_search or form.has_spelling_suggestions %} {% if form.auto_correct_spell_search %}No results for: {{ form.original_query }}
Searching instead for: {% for word,suggestion in form.spelling_suggestions %} {% if suggestion %} {{ suggestion }} {% else %} {{ word }} {% endif %} {% endfor %} {% else %}No results for: {{ form.original_query }}
Tried searching instead for: {% for word,suggestion in form.spelling_suggestions %} {% if suggestion %} {{ suggestion }} {% else %} {{ word }} {% endif %} {% endfor %}, but no results were found. {% endif %}There were no results for "{{ form.q.value }}" with your requested filters.
We removed the filters and re-ran your search, but there were still zero results.
There were no results for your requested filters.
Please change your search parameters and try again.
Enter a query above to search the registry.