{% extends 'layouts/base.html' %} {% block title %}Аккаунт{% endblock %} {% block content %}

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

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

{{ account.userinfo.surname }} {{ account.userinfo.name }} {{ account.userinfo.activity_status }} {% if not owner %}
{% csrf_token %} {% 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 %}
Sentry Кластер Очереди Gitlab Админка {% endif %}

{% if 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 user.userinfo.vk_user_id %}
{% endif %}

{{ account.email }}

{% if owner %} {% if not account.email %}

Прикрепи почту к своему аккаунту

{% csrf_token %}
{% endif %}

Уведомления

{% csrf_token %} {% if account.userinfo.telegram_chat_id %} {% endif %} {% if account.email %} {% endif %}
Уведомления в телеграм
Уведомления по почте

Результаты решений
Заявки в друзья
Сообщения в оффлайн

Друзья

{% for friendship in user.userinfo.friends %} {% if friendship.to_user == user %}{{ friendship.from_user.username }}{% else %}{{ friendship.to_user.username }}{% endif %}{% if not friendship.verified %} {% endif %}
{% endfor %}
{% endif %} {% endblock %}