{% extends "sounds/_section.html" %} {% load util %} {% load cache %} {% load paginator %} {% load display_sound %} {% load flag_user %} {% load filter_img %} {% block title %} {% if mode == "by_user" %} Comments by {{ user.username }} {% elif mode == "for_user" %} Comments for sounds by {{ user.username }} {% elif mode == "latest" %} Latest comments {% endif %} {% endblock title %} {% block section_content %} {% if mode == "by_user" %}