From 0535319a72ca7c38c44f2268e61147ec7324d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sat, 8 Oct 2022 21:01:00 +0200 Subject: Rename old typo s/Premade/Premate --- templates/premates_html.jinja | 159 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 templates/premates_html.jinja (limited to 'templates/premates_html.jinja') diff --git a/templates/premates_html.jinja b/templates/premates_html.jinja new file mode 100644 index 0000000..b891bac --- /dev/null +++ b/templates/premates_html.jinja @@ -0,0 +1,159 @@ + + + Steam Prematefinder + + + + + + + + + +
+ Copy&Paste den Inhalt von 'status' aus der Konsole.
+
+
+ +
+
+ + {% if steamids %} + + +
+
+ +
+ Steamspiele: Anzahl von Steamspielen mit Spielzeit.
+ Spielzeit: Die aktive Spielzeit in CSGO.
+ Private Profile sind durch einen roten Rahmen gekennzeichnet.
+
+ {% endif %} + +
+ + {% for profile in profiles.values() %} +
+ +
+ {% if profile['communityvisibilitystate'] == 3 %} + Account erstellt am: {{ profile['timecreated'] | display_time }}
+ Spiele in Besitz: {{ profile['_ownedPlayedGames']|e }}
+ {% if profile['_userstats'] %} + Spielzeit: {{ profile['_userstats']['total_time_played']|display_age }}
+ {% else %} + Spielzeit: N/A + {% endif %} + {% else %} + Profile private + {% endif %} +
+
+ {% endfor %} + + + -- cgit v1.2.3