{% extends "base.html" %}{% comment %}{% endcomment %} {% load eb eb_filter humanize mapping %} {% 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 }}

{% include "db/snippets/filter_left_nav.html" %}
{% if lookup_descriptions %}
{% for lookup in lookup_descriptions %}
{{ lookup.name }}
{{ lookup.description|safe }}
{% endfor %}
{% endif %} {% if filters.location %}

{{ filters.location.location_name }}

{% endif %} {% if newsitem_list %}

{{ 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.

You might want to try…

{% endif %}
{% include "richmaps/richmap.html" %}
{% endblock %}