From 9fa95758bf34a927f4de1aa2119cd0bfaaab042f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 8 Nov 2023 15:48:06 +0100 Subject: [PATCH] stats: change overall stats table layout --- games/templates/stats.html | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/games/templates/stats.html b/games/templates/stats.html index bedbf34..b9d7f2c 100644 --- a/games/templates/stats.html +++ b/games/templates/stats.html @@ -19,20 +19,32 @@ - - - - - - + + + + + + + + + + + + + + + + + +
HoursGamesGames ({{ year }})PurchasesSpendings ({{ total_spent_currency }}){{ total_spent_currency }}/gameStatisticValue
Hours {{ total_hours }}
Games {{ total_games }}
Games ({{ year }}) {{ total_2023_games }}
Purchases {{ all_purchased_this_year.count }}
Spendings ({{ total_spent_currency }}) {{ total_spent }}
{{ total_spent_currency }}/game {{ spent_per_game }}