From a8b876bb96431531da88f68facaebc45a3bd8381 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 18 Feb 2024 03:10:08 +0200 Subject: [PATCH] update balance position --- templates/default/user/list.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/default/user/list.html.twig b/templates/default/user/list.html.twig index 094d5d7..8a499de 100644 --- a/templates/default/user/list.html.twig +++ b/templates/default/user/list.html.twig @@ -9,9 +9,9 @@ @{{ user.name }} -

- {{ 'balance' | trans }}: {{ user.balance }} -

+ {# @TODO #} + {{ 'balance: %s KVA' | trans | format(user.balance) }} +

{{ 'boost' | trans }}: {{ user.address }}