{% load i18n %}

<%= username %>

{% trans 'contact' %} {% trans 'nodes' %} {% trans 'permalink' %}

<% if(full_name){ %>

<%= full_name %>

<% } %> <% if(location){ %>

<%= location %>

<% } %>

{% trans 'Joined on' %} <%= _.formatDate(date_joined) %>

{% trans 'Last seen on' %} <%= _.formatDate(last_login) %>

<% if(about && about.length > 0){ %>

{% trans 'Bio' %}

<%= _.nl2br(about) %>

<% } %> <% if(social_links.length > 0){ %>

{% trans 'Links' %}

<% _.each(social_links, function(link){ %> <% }) %>
<% } %>