{% extends 'base_main.html' %} {% block title %}Аккаунт{% endblock %} {% block main %}

Информация об аккаунте

Фото профиля
{% if owner %}
{% csrf_token %}
{% endif %}

{{ account.userinfo.surname }} {{ account.userinfo.name }} {{ account.userinfo.activity_status }}
{% csrf_token %} {% if not owner %} {% if friendship_status == 0 %} {% else %}{% if friendship_status == 1 %} {% else %}{% if friendship_status == 2 %} {% else %} {% endif %}{% endif %}{% endif %} {% endif %}
{% if user.is_superuser and owner %} Админ {% endif %}

{{ account.username }}

{{ account.userinfo.rating }}

{{ account.userinfo.place }}

{{ account.date_joined.date }}

{% if owner %}

{% csrf_token %}
{% else %} {% if account.userinfo.has_favourite_language %} {{ account.userinfo.favourite_language.name }} {% else %} Предпочитаемый язык отсутствует {% endif %} {% endif %}

{% if owner %}

Уведомления

{% csrf_token %}
Результаты решений
{% endif %} {% endblock %}