{% extends "layout-overview.html" %} {% block body %}

Scoreboard

{% for tag in tags %} {% endfor %} {% for entry in entries %} {% for tag in tags %} {% endfor %} {% endfor %}
Name{{ tags.get(tag) }}Duration
{{ entry.username }} {% if user[entry.id][tag] == 'Found' %} {% else %} {% endif %} {% if entry.duration == '99:99:99' %} No time yet {% else %} {{ entry.duration }} {% endif %}
{% endblock %}