{% extends extend_template %} {% load i18n %} {% block heading %} {% ifequal tab "membership"%} {% trans "Membership Settings" %} {% if list %}{% trans "for"%}{% endif %} {{ list.fqdn_listname }} {% else %} {% trans "User Settings" %} {% endifequal %} {% endblock %} {% block header %}
{% trans "Content" %}

{%trans "Use this page to manage your account. You'll be able to see a list of your subscirbed lists, modify these membership settings of the list and your personal preferences in user_settings LP:821438 is solved
" %}

{% if form %}
{% endif %}
{% endblock %} {% block actionButtonsList %} {% endblock %} {% block smallBoxLeft %} {% if membership_lists %} {% for list in membership_lists %}
{{ list.real_name }} {% if not list.settings.advertised %}(non-public){% endif %}
{% endfor %} {% endif %} {% endblock %}