{% extends "master.html" %} {% load ui %} {% load help %} {% load humanize %} {% load solr %} {% load access_control %} {% load staticfiles %} {% block javascript %} {{ block.super }} {% endblock %} {% block sidebar %} {{ block.super }} {% if federated_sources and federated_search_query and user.is_authenticated %}
Additional Content
{% if federated_search.cache_hit %} {{ federated_search.html }} {% endif %}
{% endif %}
Keywords
{% for c in criteria %}
Remove{{ c.label }}
{% if c.negated %}not {% endif %}{{ c.term }} {% if c.or_available %}Or{% endif %}
{% endfor %} {% if orfacet.facets %}
{{ orfacet.label }}
{% for value in orfacet.facets %} {% with term=value.0 freq=value.1 label=value.2 %}
{{ label|default:term }}{% if freq %} {{ freq|intcomma }}{% endif %}
{% endwith %} {% endfor %}
{% endif %} {% if not has_last_modified_criteria %}
{% endif %} {% if not has_record_created_criteria %}
{% endif %}
Reset Search {% if debug %}[raw]{% endif %}
{% endblock %} {% block content-top %} {{ block.super }}
{% csrf_token %} {% for f,v in hiddenfields %} {% endfor %}
{% endblock %} {% block content %} {% if hits == -1 %} Your search query is invalid. Please go back and correct your search parameters. {% else %} {% if records %}
{% for r in records %} {% record r 'selectable' viewmode %} {% endfor %}
{% endif %}
{% endif %}
{% if prev_page %}Previous{% endif %} {% if next_page %}Next{% endif %}
{% endblock %}