{% extends 'openy/layout.html' %} {% load static %} {% block title %}Train • {{block.super}}{% endblock title %} {% block stylesheets %} {{ block.super }} {% endblock stylesheets %} {% block section %}

Train Openings

{% csrf_token %}
{{elo|floatformat:"0"}}
ELO
{{total_tries}}
completed
{% if success_ratio %}{{success_ratio}}%{% else %}—{% endif %}
success
{% if success_coverage %}{{success_coverage}}%{% else %}—{% endif %}
coverage
{% if recent_trainings %}

Recent Trainings

{% for training in recent_trainings %}
{{training.exercise.title}}
{% endfor %}
{% endif %}

Custom Exercises

{% if custom_exercises %}
{% for exercise in custom_exercises %}
{{exercise.title}}
×
{% endfor %}

{% endif %}

Perform the sequence of moves to memorize on the board to the right:

Play as White Black
{% csrf_token %}

Monitor exercises with the training Summary panel.

{% endblock %}