{% extends 'base.html' %} {% block content %} {% if session.username %}

My Profile

Manage account details, payment information, and security settings.

Account Information

  • Email: loading...
  • Points: loading...
  • Admin: loading...
  • Shipping address: loading...

Loyalty Hunt

Find Scrat in the panel to earn loyalty points.

Update Shipping Address

Payment Information

  • Cardholder: loading...
  • Card Number: loading...
  • Expiry Date: loading...

Update Password

Session

Sign out of your account securely.

Logout
{% else %}

Sign in required

Please log in to access your profile information.

Go to Login
{% endif %} {% endblock %}