{% if not isEmailVerified: %}
{%endif%}
{% if not isDiscordLinked: %}
{%endif%}
Hello, {{currentuser.username}}!
{% if membershipValue == 1: %}{%endif%} {% if membershipValue == 2: %}{%endif%} {% if membershipValue == 3: %}{%endif%}Friends ( {{friendcount}} )
{% for friend in friends %}
{% if friend.isonline: %}{% endif %}
{% endfor %}
{% if friendcount == 0: %}
{{friend.username}}
You have no friends ![]()
Recently Played
{% for place in recentlyplayed %}
{% endfor %}
{% if recentlyplayedcount == 0: %}
{{place.placeyear.value}}
{{place.name}}
{{place.playercount}} Playing
Looks like you haven't played any games yet.. maybe go play one!
{% endif %}