{% extends "userpage.html" %} {% block content %}

This account is private

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

{% if u.id == LLM_ID %} {% if v and v.coins > 500 and not v.is_suspended %} Pay rent to view profile (500 coins) {% endif %}

				{% if v and v.coins > 5000 and time - v.created_utc > 604800 and not v.is_suspended %}
					Attempt to steal coins
					
Landlords, like all other men, love to reap where they never sowed.
{% endif %}




				
{% endif %}
{% 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}}
{% endif %} {% endblock %}