{% block head %}{% endblock %}
☰
Checkpoints
{% if session is defined and session.athlete is defined %}
Athlete
{{session.athlete.full_name}} ({{session.athlete.id}})
{% else %}
{% endif %} {% if contest %}
Contest Started
{{contest.period.start|format_iso3339}}
Contest Ends
{{contest.period.end|format_iso3339}} /li> {% endif %}
{% block content %}{% endblock %}