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

{% trans "Profile editing" %}

{% include 'pybb/avatar.html' with user=user %}
{% csrf_token %}
{% trans "Profile editing" %} {% include "pybb/form.html" %}

{% include "pybb/_button_save.html" %}

{% trans "Subscriptions on topics" %}

{% endblock content %}