{% extends "sounds/_section.html" %} {% load display_sound %} {% load paginator %} {% load tags %} {% load util %} {% block title %}tags{% endblock title %} {% block section_content %} {% if page.object_list %}

Tags

{% endif %} {% if error %} The search server could not be reached, please try again later. {% else %} {% if page.object_list %}
{% for tag in tags|add_sizes:"True:0.7:1.8" %} {% if tag.name|in_list:multiple_tags %} {% if multiple_tags|join_tags_exclude:tag.name %} {{tag.name}}- {% else %} {{tag.name}}- {% endif %} {% else %} {{tag.name}}+ {% endif %} {% endfor %}
{% endif %} {% if page.object_list and slash_tag %}
{% comment %}
You are following these tags
{% endcomment %}
{% if request.user.is_authenticated %}
{% if show_unfollow_button %} {% else %} {% endif %}
{% endif %}
An error occurred, please try again
{% endif %} {% if multiple_tags %}

Sounds with these tags

{% if num_results > 0 %}
{% show_paginator paginator page current_page request "sound" non_grouped_number_of_results %}
{% for result in docs %} {% display_raw_sound result.sound %} {% if result.more_from_pack %} {% comment %}
{{result.more_from_pack}} more result{{ result.more_from_pack|pluralize }} in the same pack "{{ result.pack_name|truncate_string:35 }}"
{% endcomment %}
{{result.more_from_pack}} more result{{ result.more_from_pack|pluralize }} in the same pack "{{ result.pack_name|truncate_string:35 }}"
{% endif %} {% endfor %}
{% show_paginator paginator page current_page request "sound" non_grouped_number_of_results %}
{% else %}

Sorry. Currently there are no sounds with these tags.

{% endif %} {% endif %} {% endif %} {% endblock %}