{% if profile.photo %}
{% else %}
{{ profile.name|first|upper }}
{% endif %}
{{ profile.name }}
Профиль
- Пол
- {{ 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 %}