{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block content %}

{% trans "Profile editing" %}

{% if profile.avatar %} {% endif %}

{% trans "Change the password" %}

{#

{% trans "Change the email" %}

#}

{% trans "Inbox" %}

{% trans "outbox" %}

{% trans "Profile editing" %} {{ form.as_p }}

{% trans "Subscriptions on topics" %}

{% endblock %}