{% extends "sounds/_section.html" %} {% load display_sound %} {% load paginator %} {% load filter_img %} {% load google_maps %} {% block title %}pack: {{pack.name}} by {{pack.user.username}}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block section_content %}

Pack: {{pack.name}} by {{pack.user.username}}

{% comment %} {% if not pack.is_dirty %} {% if num_sounds_ok > 0 %}
{% if request.user.is_authenticated %} {% else %} {% endif %}
{% endif %} {% endif %} {% endcomment %}

Pack info

{{pack.description|replace_img|safe|linebreaksbr}}

  • Pack created on: {{ pack.created }}
  • Number of sounds: {{ pack.num_sounds }}
  • Number of downloads: {{ pack.num_downloads }}
{% if perms.pack.can_edit or pack.user == request.user %}

Edit pack information
Delete this pack

{% endif %}

See more packs by {{pack.user.username}}

{% if pack.num_sounds > 0 %} {% show_paginator paginator page current_page request "sound" %} {% for sound in pack_sounds %} {% display_raw_sound sound %} {% endfor %} {% show_paginator paginator page current_page request "sound" %} {% else %}

This pack does not contain any sounds.

{% endif %}