{% extends "core/frontend/index.jinja" %} {% block content %} {% if sesh is defined and sesh["userId"] > 0 %}


Profile

Version:


Name: {{ profile_data.userName if profile_data.userName is defined else "Profile not found" }}

ID: {{ profile_data.user if profile_data.user is defined else 'Profile not found' }}


Rivals

{% for rival in rival_info%} {% endfor %}
ID Name Delete
{{rival.rivalUserId}} {{rival.rivalUserName}}
{% else %}

Not Currently Logged In

{% endif %} {% endblock content %}