{% extends "site_base.html" %} {% load i18n %} {% block extra_head %} {% endblock %} {% block body_class %}account{% endblock %} {% block subnav %} {% if user.is_authenticated %} {% else %}   {# need this to give subnav some height when empty #} {% endif %} {% endblock %}