{% if "/saved/" not in request.path and "/subscribed/" not in request.path %}
{% if t != "hour" %}Hour{% endif %}
{% if t != "day" %}Day{% endif %}
{% if t != "week" %}Week{% endif %}
{% if t != "month" %}Month{% endif %}
{% if t != "year" %}Year{% endif %}
{% if t != "all" %}All{% endif %}
{% if sort != "top" %}Top{% endif %}
{% if sort != "bottom" %}Bottom{% endif %}
{% if sort != "new" %}New{% endif %}
{% if sort != "old" %}Old{% endif %}
{% if sort != "controversial" %}Controversial{% endif %}
{% endif %}
{% if listing %}
{% with comments=listing %}
{% include "comments.html" %}
{% endwith %}
{% else %}
{% if '/saved/' in request.path %}
You haven't saved any comments yet
{% elif v and v.id == u.id %}
You haven't made any comments yet
Your commenting history will show here.
{% else %}
@{{u.username}} hasn't made any comments yet
Their commenting history will show here.
{% endif %}
{% endif %}
{% if u.song %}
{% if v and v.id == u.id %}
{{v.username}}
{% else %}
{{u.username}}
{% endif %}
{% endif %}
{% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}