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 @@
Hours | -Games | -Games ({{ year }}) | -Purchases | -Spendings ({{ total_spent_currency }}) | -{{ total_spent_currency }}/game | +Statistic | +Value |
---|---|---|---|---|---|---|---|
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 }} |