diff --git a/app/templates/game_bunny_dashboard.html b/app/templates/game_bunny_dashboard.html index 89c7cf4..ef3a86b 100644 --- a/app/templates/game_bunny_dashboard.html +++ b/app/templates/game_bunny_dashboard.html @@ -9,45 +9,7 @@ {% block app_content %}
Player Name | -Role | -Objectives found | -Bunnies Caught | -Been Caught | -Last location | -- |
---|---|---|---|---|---|---|
{{ player.name }} | - {% for gameplayer in player.user_games if gameplayer.game == game %} -{{ gameplayer.role.name }} | - {% endfor %} -{{ player.found_objectives | selectattr('game', '==', game)|list|length}} | -{{ player.caught_players | selectattr('game', '==', game)|list|length}} | -{{ player.caught_by_players | selectattr('game', '==', game)|list|length}} | -{% with location = player.last_location(game) %} - {% if location %}{{ moment(location.timestamp).fromNow()}}: {% endif %} - {{ location }} - {% endwith %} | -- - | -