{% load url from future %} {% load account_tags %} {% load i18n %}
{% if user.is_authenticated %} {% if user.is_staff %} {% trans "Admin" %} | {% endif %} {% trans "Dashboard" %} | {% trans "Settings" %} |
{% csrf_token %}
{% if request.user.get_full_name%} | {% user_display request.user %} {% endif %} {% else %} {% trans "Log in" %} | {% trans "Sign up" %} {% endif %}