{% extends "base.html" %} {% load staticfiles %} {% block content %}

{{ PROFILE }}

Battle.net accounts

{% if accounts %} {% for account in accounts %} {{ account.name|safe }} [Battle.net profile]
{% endfor %} {% endif %} Add Battle.net account

Build order practice

{% if practice_sessions %} {% for practice_session in practice_sessions %} {{ practice_session.build_name }}

{% endfor %} {% endif %} {% if accounts %} Start new build order practice
Find existing build order benchmarks to practice {% else %} Add Battle.net account to start practicing build orders and keep track of your progress. {% endif %}

Manual analysis

Analyze games ({{ new_replays }} new)
Upload games to analyze

Analysis performance:

{{ analyzed_percentage }} % of games analyzed


Automated analysis

Upload replay for automated analysis

Achievements


{{ achievement_text }}
20% Complete

Account management

Change password
Settings
{% endblock %}