{% extends "userpage/userpage.html" %} {% block content %}
{% if v %}
   
Formatting help
{% else %}
Jump in the discussion.

No email address required.

Sign up Sign in
{% endif %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %}
{% if not listing %}
There's no comments on your wall yet!
{% 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 %}
{{u.username}}
{% endif %} {% endblock %}