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

Analyze replay:
{{ REPLAY_NAME }} [download]

Please add points in the game where the game could be improved. For losses, this will typically be the the first major mistake, and then all mistakes that still are relevant in light of previously added mistakes.
Time
Note
{% for analysisElement in elements %}
{{ analysisElement.time }}
{{ analysisElement.note }}
{% endfor %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}