{% extends "base.html" %} {% block title %}{{ t('my_profile') }} — {{ t('brand') }}{% endblock %} {% block content %}
{% if user.avatar %} {% else %}
U
{% endif %}

{{ user.display_name }}

{{ user.email }}

#{{ user.numeric_id }}
{{ t('my_profile') }} {{ t('wallet') }} {{ t('logout') }}

{{ t('edit_profile') }}

{{ t('language') }}

{% for code in ['en','fa','tr','ar'] %} {% endfor %}

{{ t('theme') }}

{{ t('region') }}

{{ t('my_games') }}

{% for g in games %}
{{ g.name }}
{% endfor %}
{% endblock %}