{% extends "sounds/_section.html" %} {% load filter_img %} {% load paginator %} {% load util %} {% load ratings %} {% load cache %} {% load absurl %} {% load flag_user %} {% load sound_signature%} {% block title %}"{{sound.original_filename}}" by {{sound.user.username}}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block section_content %} {% cache 3600 sound_header sound.id request.user.is_authenticated request.user.profile.is_adult %}
{% if sound.pack %}{{sound.pack.name}} » {% endif %}{{sound.original_filename}}
{% if is_explicit %}
Content warning

This sound may be inappropriate for some users
You can turn these warnings off in your user settings page

Dismiss

{% endif %}
avatar
{{sound.created|date:"F jS, Y"}}
{{sound.description|replace_img|safe|linebreaks}} {% if sound.user.profile.sound_signature %}

{{sound.user.profile.sound_signature|sound_signature_replace:sound|replace_img|safe|linebreaks}}

{% endif %}
{% endcache %}

Comments

{% if page.object_list %}
{% show_paginator paginator page current_page request "comment" %}
{% else %}


This sound has not been commented on yet, be the first to comment!

{% endif %}
{% if request.user.is_authenticated %}
{% csrf_token %}

Leave a comment:

{{form.as_p}}
{% else %}

Please log in to comment

{% endif %}
{% sound_ratings %} ({{sound.num_ratings}})
{% if sound.moderation_state == 'OK' and sound.processing_state == 'OK' %} {% if request.user.is_authenticated %} {% else %} {% endif %} {% else %}

Download unavailable, sound not yet processed or moderated.

{% endif %}
{% cache 3600 sound_footer_top sound.id display_random_link %}
Creative Commons This work is licensed under the {{sound.license.name}} License.
Type
{{sound.get_type_display}} (.{{sound.type}})
Duration
{{sound.duration|duration}}
Filesize
{{sound.filesize|filesizeformat}}
{% if sound.bitdepth %}
Samplerate
{{sound.samplerate}} Hz
Bitdepth
{{sound.bitdepth}} bit
{% else %}
Bitrate
{{sound.bitrate}} kbps
{% endif %}
Channels
{{sound.get_channels_display}}
Sound illegal or offensive? Flag it!
{% endcache %}
{% endblock section_content %}