{% extends "core/templates/index.jinja" %} {% block content %}
{% include 'titles/diva/templates/diva_header.jinja' %} {% if profile is defined and profile is not none and profile|length > 0 %}
OVERVIEW
Player name: {{ profile[3] }} Level string: {{ profile[4] }}
Lvl: {{ profile[5] }}
Lvl points: {{ profile[6] }}
Vocaloid points: {{ profile[7] }}
{% 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 %}