{% load i18n %} {% load customer_tags static %} {% block nav_account_languages %} {% if LANGUAGES|length > 1 %} {% endif %} {% endblock %} {% if user.is_authenticated %} {% block nav_account_navbar_authenticated %} {% if user.is_staff or perms.partner.dashboard_access %} {% endif %} {% endblock %} {% else %} {% endif %}