{% extends 'emptylayout.html' %} {% load staticfiles display sort jsondumps notzero todate hash %} {% block css_nocompress %} {% endblock css_nocompress %} {% block js_nocompress %} {% endblock js_nocompress %} {% block nolayout_content %}

Include TRAME: Limit search to current project:

Facets (reset)


{% for facet, values in facets|sortiter %}
{% elif facet == "date" %}
{% if values.bounds.0 %}
{% autoescape off %} {% endautoescape %} {% endif %} {% else %} {% for value in values.buckets %} {% endfor %} {% endif %}
{% if values %} {% if facet in selected_facets %} {{ facet|capfirst }} ({{ values.value_count }}) {% else %} {{ facet|capfirst }} ({{ values.value_count }}) {% endif %} {% else %} {{ facet|capfirst }} {% endif %} {% if facet == "location" %}
{% autoescape off %} {% endautoescape %}
{% endfor %}

{{sizes.total}} Results {% if sizes.size < sizes.total %} ({{sizes.page}}/{{sizes.pages}}) {% if sizes.from > 0 %} Prev {% endif %} {% if sizes.last < sizes.total %} Next {% endif %} {% endif %}

{% for document in results %}
{% for title in document.title %} {% if forloop.first %} {{ title }} {% else %} , {{ title }} {% endif %} {% empty %} {{ document.uri }} {% endfor %}
{% autoescape off %} {% for h in document.highlight %} {{ h }}
{% endfor %} {% endautoescape %}
{% endfor %} {% if sizes.size < sizes.total %}

{% if sizes.from > 0 %} Prev {% endif %} {% if sizes.last < sizes.total %} Next {% endif %}

{% endif %}
{% endblock nolayout_content %}