{% load static %} Анкета пользователя
Карточка пользователя (ADMIN)
{% if profile.photo %} {% else %} {{ profile.name|first|upper }} {% endif %}
{{ profile.name }}
{% csrf_token %} {% include "ui/components/like_button.html" with profile_id=profile.id liked=liked %}

Профиль

Пол
{{ profile.gender|default:"—" }}
Город
{{ profile.city|default:"—" }}
Языки
{% if profile.languages %} {% for lang in profile.languages %}{{ lang }}{% endfor %} {% else %} — {% endif %}
Интересы
{% if profile.interests %} {% for it in profile.interests %}{{ it }}{% endfor %} {% else %} — {% endif %}