{% extends "master.html" %} {% load ui %} {% load help %} {% load humanize %} {% load solr %} {% load staticfiles %} {% block javascript %} {{ block.super }} {% endblock %} {% block sidebar %} {% var as related_pages %} {"pages": [ {"url": "{% url "solr-search" %}?kw={{ query|urlencode }}", "title": "Back to Explore"} ]} {% endvar %} {{ block.super }}
Keywords
{% endblock %} {% block content-top %} {{ block.super }}

ARTstor

{% endblock %} {% block content %} {% if failure %} ARTstor could not perform the desired search, probably because it is not specific enough. Please add additional keywords and try again. {% else %}
{% csrf_token %}
Your query found {{ results.hits|intcomma }} hit{{ results.hits|pluralize }}.
{% if results.records %} {% if pages %}
{% if prev_page %}Previous{% endif %} Page {{ page|intcomma }} of {{ pages|intcomma }} {% if next_page %}Next{% endif %}
{% endif %} Due to licensing restrictions, records are not available for immediate inclusion into slideshows.
{% for r in results.records %} {% endfor %}
{% if pages %}
{% if prev_page %}Previous{% endif %} Page {{ page|intcomma }} of {{ pages|intcomma }} {% if next_page %}Next{% endif %}
{% endif %} {% endif %}
{% endif %} {% endblock %}