{% extends 'base.html' %} {% load bootstrap3 fluent_contents_tags humanize icekit_tags %} {% block content %} {% page_placeholder page 'main' title='Main' role='m' fallback=True %} {% if query %}

Your {% if applied_facets %}refined {% endif %}search for ‘{{ query }}’ produced {{ page_obj.paginator.count|intcomma }} result{{ page_obj.paginator.count|pluralize }}

Skip to results

{% else %}

Search ACMI

{% endif %}
{% for facet in facets %} {% include "icekit/page_types/search_page/_facet.html" %} {% endfor %} {% for result in page_obj.object_list %}

{% if result.get_type %}{{ result.get_type }}:{% endif %} {{ result.get_title }} {% if result.get_list_image_url %}{% endif %}

{% empty %}

No results found.

{% endfor %} {% if page_obj.has_previous or page_obj.has_next %} {% endif %} {% endblock %}