{% extends "userpage/userpage.html" %} {% block content %}
This account is private

This user has enabled private mode to cloak their posting history.

{% if u.song %} {% if v and v.id == u.id %}
{{v.username}}
{% else %}
{{u.username}}
{% endif %} {% endif %} {% endblock %} {% block pagenav %} {% if u.song %}
{{u.id}}
{% endif %} {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
{{u.username}}
{%- include "modals/emoji.html" -%} {% endif %} {% endblock %}