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

End

Thank you for participating. You took {{ duration.total_seconds }} seconds to complete the tour.

You may now close this window.

Leaderboard

{% for entry in leaderboard %} {% endfor %}
Rank Email Duration
{{ forloop.counter }} {{ entry.email }} {{ entry.duration }}
{% if redirect %} {% endif %} {% endblock %}