{% 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)}} {% if focused_comment %}
View entire wall
{% endif %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %}
{% if not listing %} {% if u.id == v.id %} {% set text = "There are no comments on your wall yet!" %} {% else %} {% set text = "There are no comments on @" ~ u.username ~ "'s wall yet!" %} {% endif %} {{macros.ghost_box(text, '', 1)}} {% endif %}
{% endblock %}