{% extends '__layout__.html' %} {% block title %}Manage User{% endblock %} {% block head %} {% endblock %} {% block content %}
← Return to User Page

Manage Robux & Builders Club for {{userObj.username}}

UserId: {{userObj.id}}

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Robux & Tix Management

{% block scripts %} {% endblock %} {% endblock %}