{% load i18n %}

{% trans 'My account' %}

{% trans 'Profile' %}

<% if(first_name){ %>

{% 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' %}

Gravatar

{% 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." %}

{% trans 'Edit on gravatar.com' %}

{% trans 'Links' %}

{% trans 'Email addresses' %}

<% if (email_addresses.length > 0) { %> <% _.each(email_addresses, function(email){ %> <% }) %> <% } else { %> <% } %>
{% trans 'email address' %} {% trans 'verified' %} {% trans 'primary' %} {% trans 'actions' %}
<%= email.email %> <% if (!email.verified) { %> <% } %> <% if (email.verified && !email.primary) { %> <% } %> <% if (!email.primary) { %> <% } %>
{% trans 'No email addresses' %}