{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block fixedMobileBarJS %} {% endblock %} {% block title %} @{{u.username}} {% endblock %} {% block adminpanel %}{% endblock %} {% block content %}
Account Reserved
The username @{{u.username}} has been pre-emptively reserved for: {{u.reserved}}
If that's you, or if you are their authorized representative, please contact {{'SITE_NAME' | app_config}} staff in order to obtain access to this account.
{% endblock %} {% block pagenav %} {% endblock %}