{% extends "settings.html" %} {% block pagetitle %}Personal Settings{% endblock %} {% block content %}
You're a {{TIER_TO_NAME[v.patron] if v.patron else "freeloader"}}!
{% if v.patron %} Thanks ily! <3{% endif %} {% if not v.patron and v.truescore >= TRUESCORE_MINIMUM and DONATE_LINK != DEFAULT_CONFIG_VALUE %}To stop freeloading, first verify your email, then support us on {{DONATE_SERVICE}} with the same email, and then click "Claim {{patron}} Rewards" here
{% elif not v.patron %}To stop freeloading, you can donate by crypto. If you do that, please let us know by sending us the transaction id via modmail so we can give you your {{patron}} rewards manually!
{% endif %}Change the background for the website.
Change your house (cost: {{cost}} coins or marseybux).
{% if ' Founder' in v.house %}Warning: you'll lose your founder status if you join a different house
{% endif %} {% else %} {% set cost = HOUSE_JOIN_COST %}Join a house (cost: {{cost}} coins or marseybux).
{% endif %}Your original username will always stay reserved for you: {{v.original_username}}
You can use an MP3 file or a YouTube video.
{% include "user_in_table.html" %} |