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

{{ type }}

{% if shortview == 'true' %} {% else %} {% for tag in tags %} {% endfor %} {% endif %} {% for entry in entries %} {% if shortview == 'true' %} {% else %} {% for tag in tags %} {% endfor %} {% endif %} {% endfor %}
NameFound{{ tags.get(tag) }}Duration Time remaining
{{ entry.username }}{{ tagcount[entry.id] }} {% if user[entry.id][tag] == 'Found' %} {% else %} {% endif %} {% if entry.duration == '99:99:99' %} No time yet {% else %} {{ entry.duration }} {% endif %} {% if tagcount[entry.id] == tagcount['total'] %} Finished! {% else %} {{ timeremaining[entry.id] }} {% endif %}
{% endblock %}