{% extends 'userena/userena_menu.html' %} {% load i18n %} {% block userena_content %} {{ super.block }}
{% 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 }}