{% extends 'userena/base_userena.html' %} {% load i18n %} {% load url from future %} {% block title %}{{ profile.user.username }}'s {% trans "profile" %}.{% 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 }}