{% extends "base/base.html" %} {% load i18n %} {% block titleextra %}{% trans "User" %}{% endblock %} {% block body %}

{% trans "User" %}

{% trans "Password" %}

{% trans "E-mail" %}

{% trans "Social accounts" %}

{% if request.user.membership %}

Należysz do Towarzystwa Przyjaciół Wolnych Lektur

{% endif %}
{% endblock %}