{% extends "userpage/userpage.html" %} {% block userpage_content %}
{{macros.comment_reply_box(u.fullname, 'replying-to-' + u.fullname, '', 'mb-3 mt-4', '', enable_cancel_button=false)}}
{% with comments=listing %} {% include "comments.html" %} {% endwith %}
{% if not listing %}
There's no comments on {% if u.id == v.id %}your{% else %}@{{u.username}}'s{% endif %} wall yet!
{% endif %}
{% endblock %}