{% extends 'pybb/base.html' %} {% load i18n thumbnail pybb_tags %} {% block title %}{% trans "Profile editing" %}{% endblock title %} {% block content %}

{% trans "Profile editing" %}

{% thumbnail profile.avatar "80x80" as avatar %} avatar {% empty %} avatar {% endthumbnail %}

{% trans "Change the password" %}

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

{% if PYBB_BUTTONS.save %} {% else %} {% endif %}

{% trans "Subscriptions on topics" %}

{% endblock content %}