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

Train Openings

Training Progress
{% csrf_token %}
{{total_tries}}
completed
{% if success_ratio %}{{success_ratio}}%{% else %}—{% endif %}
success
{{success_coverage}}%
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 %}

Select the starting position with the board on the right.

Play as White Black
{% csrf_token %}

{% endblock %}