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

Summary

Click on a column's name use it as a sorting key.

{% for pos in positions %} {% endfor %}
Exercise ELO Tries Won Lost Failure
Ratio
Inactivity
Ratio
Ease
Ratio
Training
Weight
{{pos.exercise.id}}. {{pos.exercise.title}} {{pos.elo|floatformat:0}} {{pos.tries}} {{pos.successes}} {{pos.failures}} {{pos.get_failure_ratio|floatformat:2}} {{pos.get_inactivity_ratio|floatformat:2}} {{pos.get_ease_ratio|floatformat:2}} {{pos.computed_weight|floatformat:2}}
{% endblock %}