{% 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 %}
{{sound.user.profile.sound_signature|sound_signature_replace:sound|replace_img|safe|linebreaks}}
Please log in to comment
Comments
{% if page.object_list %}{% for comment in page.object_list %}-
{{comment.user.username}}
{{comment.created|timesince}} ago
{% if perms.comments.delete_comment or sound.user == request.user or comment.user == request.user %}
delete comment
{% endif %}
{{comment.comment|replace_img|safe|linebreaks}}
{% flag_user "SC" comment.user.username comment.id "" comment.user.profile.num_sounds %}
{% endfor %}
{% endif %}This sound has not been commented on yet, be the first to comment!