{% extends "core/templates/index.jinja" %} {% block content %}
{% include 'titles/mai2/templates/mai2_header.jinja' %} {% if profile is defined and profile is not none and profile|length > 0 %}
OVERVIEW
{{ profile.userName }}
version: {% if versions | length > 1 %}

You have {{ versions | length }} versions.

{% endif %}
Rating: {{ profile.playerRating }} (highest: {{ profile.highestRating }})
Play Counts: {{ profile.playCount }}
Last Play Date: {{ profile.lastPlayDate }}
SCORE
Total Delux Score: {{ profile.totalDeluxscore }}
Total Basic Delux Score: {{ profile.totalBasicDeluxscore }}
Total Advanced Delux Score: {{ profile.totalAdvancedDeluxscore }}
Total Expert Delux Score: {{ profile.totalExpertDeluxscore }}
Total Master Delux Score: {{ profile.totalMasterDeluxscore }}
Total ReMaster Delux Score: {{ profile.totalReMasterDeluxscore }}
{% if error is defined %} {% include "core/templates/widgets/err_banner.jinja" %} {% endif %} {% elif sesh is defined and sesh is not none and sesh.user_id > 0 %} No profile information found for this account. {% else %} Login to view profile information. {% endif %}
{% endblock content %}