{% extends 'scipost/base.html' %} {% load bootstrap %} {# {% load highlight %}#} {% block pagetitle %}: list{% endblock pagetitle %} {% block content %}

Filter

{{form.q.help_text}}
{% for field in form.models %} {% endfor %}
{{form.start}}
{{form.end}}
{# #}

Search results{% if results_count and query %} ({{results_count}} found){% endif %}

{# without this logic, an request without GET parameters would return *all* objects indexed by Haystack #} {% if query %} {% else %}

Your search query did not return any result.

{% endif %}
{% endblock content %}