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() %}
{{ profile['personaname']|e }}

{% 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 %}