1 {% extends "base_simple.html" %}
7 {% trans "Użytkownik" as title %}
11 {% block titleextra %}{% trans "Użytkownik" %}{% endblock %}
14 <div class="normal-text white-box">
15 <h1>{% trans "Użytkownik" %}</h1>
17 <p><a href="{% url 'account_set_password' %}">{% trans "Hasło" %}</a></p>
18 <p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
19 <p><a href="{% url 'socialaccount_connections' %}">{% trans "Zewnętrzne konta" %}</a></p>
20 {% if request.user.membership %}
21 <p><a href="{% url 'club_join' %}">{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}</a></p>