From 35cbe04e67ca59a657bc685f0764a7737115333d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Tue, 16 Feb 2021 17:50:50 +0100 Subject: Show age of accounts on premadefinder --- templates/premades_html.jinja | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'templates/premades_html.jinja') diff --git a/templates/premades_html.jinja b/templates/premades_html.jinja index 3bf6b55..c9ad464 100644 --- a/templates/premades_html.jinja +++ b/templates/premades_html.jinja @@ -129,5 +129,20 @@ {% endif %} +
+ + {% for steamid in steamids %} + {# {{ profiles[steamid] }} #} +
+ +
+ {{ profiles[steamid]['personaname']|e }} + {% if 'timecreated' in profiles[steamid] %} +
{{ display_time(current_time - profiles[steamid]['timecreated']) }} + {% endif %} +
+
+ {% endfor %} + -- cgit v1.2.3