{% extends "accounts/_section.html" %} {% load display_sound %} {% load paginator %} {% load util %} {% block title %}Uploaded sounds awaiting moderation{% endblock title %} {% block section_content %}
{{sound.description|striptags|safe|truncatewords:20}}
Currently, {% if own_page %} you don't {% else %} {{user.username}} doesn't {% endif %} have any uploaded sounds awaiting moderation.
{% endfor %} {% if show_pagination %} {% show_paginator paginator page current_page request "moderation ticket" %} {% endif %} {% if moderators_version %} {% endif %} {% endblock %}
Last comment{{ comments|length|pluralize}} on moderation ticket:
{% for comment in comments %}- {{ comment.sender }} ({{ comment.created|timesince}} ago): {{ comment.text }}
{% endfor %}