{% extends "telemeta/base.html" %}
{% load telemeta_utils %}
{% load i18n %}
{% block head_title %}{% trans "Search Results" %} - {{ block.super }}{% endblock %}
{% block title %}
{% trans "Search Results" %}
{% endblock %}
{% block title_buttons %}
{% ifequal type 'items' %}
{% trans "All" %}
{% trans "Sounds" %}
{% else %}
{% trans "All" %}
{% trans "Sounds" %}
{% endifequal %}
{% endblock %}
{% block content %}
{% if criteria %}
Collections ({{collections_num}}) | Items ({{items_num}})
{% with object_list as items %}Collections ({{collections_num}}) | Items ({{items_num}})
{% with object_list as collections %}