{% extends "layout-overview.html" %} {% block body %}
| Name{% if shortview == 'true' %} | Found{% else %} {% for tag in tags %} | {{ tags.get(tag) }}{% endfor %} {% endif %} | Duration | Time remaining | 
| {{ entry.username }}{% if shortview == 'true' %} | {{ tagcount[entry.id] }}{% else %} {% for tag in tags %} | {% if user[entry.id][tag] == 'Found' %} {% else %} {% endif %}{% endfor %} {% 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 %} |