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