{% load i18n fb_versions %}

{{ current_object.user.get_full_name|default:current_object.user.username }}

{% if current_object.city %} {% trans "City" %}: {{current_object.city}} {% endif %} {{current_object.about|linebreaks}} {% if current_object.avatar %}profile avatar{% endif %}