{% block additional_headers %} {% endblock %} {% load i18n %}
{% block header %}
{% block usertools %} {% if user.is_authenticated %}
{% if user.active %} Logged in as: {% filter force_escape %}{% firstof user.first_name user.username %}{% endfilter %} {% else %}{% trans 'Welcome,' %} {% filter force_escape %}{% firstof user.first_name user.username %}{% endfilter %}. {% endif %}
  • Logout {% else %}
  • Login
  • {% endif %} {% endblock %} {% if month_participants and month_discussions %} {% endif %}
    {% if list_address %}

    {{list_address}}

    All lists

    {% endif %}
    New thread


    {% endblock %}
    {% block content %} {% endblock %}
    {% block additionaljs %} {% endblock %}