{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% blocktrans with profile.user.username as username %}{{ username }}'s profile.{% endblocktrans %}{% endblock %} {% block content_title %}
{% trans "Name" %}
{{ profile.user.get_full_name }}
{% trans "Email" %}
{{ profile.user.email }}
{% trans "Age" %}
{{ profile.age }}
{% trans "Website" %}
{{ profile.website }}
{% trans "Location" %}
{{ profile.location }}
{% trans "About me" %}
{{ profile.about_me }}