{% block additional_headers %} {% endblock %} {% load i18n %}
{% block header %}
{% if list_address %}
{{list_name}}
{% else %}
{{list_name}}
{% endif %}
{{month}}
{% 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 %}
{% block userlinks %}{% endblock %}
Logout
{% else %}
Login
{% endif %} {% endblock %} {% if month_participants and month_discussions %}
{{month_participants}} participants
{{month_discussions}} discussions
1 saved
{% endif %}
{% if list_address %}
{{list_address}}
All lists
{{ search_form }}
{% endif %}
{% endblock %}
{% block content %} {% endblock %}
{% block additionaljs %} {% endblock %}