{% extends 'telemeta/base.html' %} {% load telemeta_tags %} {% load i18n %} {% load bootstrap_pagination %} {% block title %} {% endblock %} {% block extra_stylesheets %} {% endblock %} {% block content %} {% if query %}
search-results

{% trans "Search Results" %}

{% bootstrap_paginate page range=10 show_first_last="True" %}
 
{% ifequal type 'collection'%}

Items ({{item_count}}) | Collections ({{collection_count}}) | Corpus ({{corpus_count}}) | Fonds ({{fonds_count}})

{% else %} {% ifequal type 'corpus'%}

Items ({{item_count}}) | Collections ({{collection_count}}) | Corpus ({{corpus_count}}) | Fonds ({{fonds_count}})

{% else %} {% ifequal type 'fonds'%}

Items ({{item_count}}) | Collections ({{collection_count}}) | Corpus ({{corpus_count}}) | Fonds ({{fonds_count}})

{% else %} {% ifequal type 'item' %}

Items ({{item_count}}) | Collections ({{collection_count}}) | Corpus ({{corpus_count}}) | Fonds ({{fonds_count}})

{% endifequal %} {% endifequal %} {% endifequal %} {% endifequal %}
{% include "search/filters.html" %}
{% csrf_token %} {% with object_list as items %} {% endwith %} {% if user.is_authenticated %} {% endif %}
{% else %} {% endif %} {% endblock %} {% block extra_javascript %} {% endblock %}