{% load i18n %}
{% if user.is_authenticated %} {% if user.get_profile.get_photo %} {% trans {% endif %} {{ user.get_profile.get_fullname }} ({{user.username}}) {% trans "Profile" %} {% trans "Logout" %} {%else%} {% trans "Login" %} {%endif%}