{% comment %} Result: {{ query }} ({% if query %}{{ page.count }}{% endif %}) {% if page.count == 0 %} not result {% endif %} {% for obj in page %} {{ obj.date_available }} {% endfor %} {% endcomment %}

Search

{% comment %} {{ form.as_table }} {% endcomment %}
 
{% if query %}

Results

{% for result in page.object_list %}

{{ result.object.title }}

{% empty %}

No results found.

{% endfor %} {% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %}
{% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %}