{% load i18n future mezzanine_tags %}
{% if request.user.is_authenticated %} {% trans "Log out" %} {% else %} {% trans "Log in" %} {% trans "Sign up" %} {% endif %}
{% if request.user.is_authenticated %} {% endif %}