{% extends "base.html" %}{% comment %}{% endcomment %} {% load eb eb_filter humanize mapping django_static %} {% block title %}{% if not filters.filters_for_display %}Search {{ schema.plural_name }}{% else %}{{ schema.plural_name|capfirst }}{% endif %}{% for filter in filters.filters_for_display %} › {{ filter.value }} {% endfor %}{% endblock %} {% block content %}

Search {{ schema.plural_name }}

{% block extradescription %} {%endblock%} {% include "db/snippets/filter_left_nav.html" %}
{% if newsitem_list %}

{% map_icon_img schema %} {{ schema.plural_name|capfirst }} {{ page_start_index|intcomma }}-{{ page_end_index|intcomma }} (Page {{ page_number|intcomma }})

{% if has_next or has_previous %} {% endif %} {% else %}

No {{ schema.plural_name }} were found for the given search criteria.

{% if filters.filters_for_display %}

You might want to try…

{% endif %} {% endif %}
{% include "richmaps/richmap.html" %}
{% if large_map_url %} Explore these items on a larger map
{% endif %}
{% endblock %}