{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block pybb_content %}

{% trans "Profile editing" %}

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

{% trans "Subscriptions on topics" %}

{% endblock %}