{% load i18n gadjo staticfiles %} {%for script in site_scripts%} {%endfor%} {% if user.is_authenticated %}
{{ user.get_full_name }}
{% if is_linked %} {% else %} {% endif %}
{% trans 'logout' %}
{% else %}
{% trans 'login' %}
{% endif %}