{% load i18n %}
<% if (Ns.db.user.isAuthenticated() && Ns.db.user.get('username') === username) { %> {% trans 'my account' %} <% } %> <% if (Ns.settings.contacting && Ns.db.user.get('username') !== username) { %> {% trans 'contact' %} <% } %> {% trans 'nodes' %} {% trans 'permalink' %}
<%= full_name %>
<% } %> <% if(location){ %><%= location %>
<% } %>{% trans 'Joined on' %} <%= _.formatDate(date_joined) %>
{% trans 'Last seen on' %} <%= _.formatDate(last_login) %>
<%= _.nl2br(about) %>