{% block additional_stylesheets %} {% endblock %} {% load i18n %}
{% block header %}
{% if list_address %}
{{list_name}}
{% else %}
{{list_name}}
{% endif %}
{{month}}
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% if user.is_authenticated %}
Logged in as:
{{ user.username }}
{% endif %} {% if list_address %} {% include 'lists/list_nav.html' %} {% endif %}
{% endblock %}
{% block content %} {% endblock %} {% block footer %} {% endblock %} {% block additionaljs %} {% endblock %}