{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block pybb_head_extra %} {% include "pybb/markitup_resources.html" %} {% endblock %} {% block pybb_content %}

{% trans "Profile editing" %}

{% trans "Change the password" %}

{#

{% trans "Change the email" %}

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

{% trans "Subscriptions on topics" %}

{% endblock %}