{% extends "webpage/base.html" %} {% load staticfiles %} {% load crispy_forms_tags %} {% load webpage_extras %} {% block title %} About {% endblock %} {% block scriptHeader %} {% endblock scriptHeader %} {% block content %}
{{object.name}}

decission history

sentdecission

Download latest model
Download decissions
Download decissions (excluding wrong)

Hint: You can use "w" for wrong, "s" for skip and "c" for correct.
{% endblock content %} {% block scripts %} {% endblock scripts %}