{% load i18n %} {% if user.is_authenticated %}
{% if user.get_profile.get_photo %} {% trans {% endif %}
{{ user.get_profile.get_fullname }} | {% trans "Your profile" %} | {% trans "Sign out" %}
{%else%}
{% trans "Sign in" %}
{%endif%}