diff --git a/WebHostLib/templates/multiTracker.html b/WebHostLib/templates/multiTracker.html index 7e6c7ff0..8fc1a218 100644 --- a/WebHostLib/templates/multiTracker.html +++ b/WebHostLib/templates/multiTracker.html @@ -52,7 +52,9 @@ {% block custom_table_row scoped %} {# implement this block in game-specific multi trackers #} {% endblock %} - {{ checks["Total"] }}/{{ checks_in_area[player]["Total"] }} + + {{ checks["Total"] }}/{{ checks_in_area[player]["Total"] }} + {{ percent_total_checks_done[team][player] }} {%- if activity_timers[team, player] -%} {{ activity_timers[team, player].total_seconds() }}