{% load i18n %}
{% trans 'First name' %}: <%= first_name %>
<% } %> <% if(last_name){ %>{% trans 'Last name' %}: <%= last_name %>
<% } %> <% if(city){ %>{% trans 'City' %}: <%= city %>
<% } %> <% if(country){ %>{% trans 'Country' %}: <%= country %>
<% } %> <% if(about){ %>
{% trans 'Bio' %}:
<%= _.nl2br(about) %>
{% trans 'Edit' %} {% trans 'View' %} {% trans 'Change password' %}
{% trans 'Avatars are managed through the popular gravatar service.' %}
{% trans "If you don't have one yet, create an account on gravatar.com and associate your current email address to it." %}