{% if user.is_anonymous %}

Logga in

{% else %}

{{user.get_full_name}} (logout)

{% endif %}
{%block main%}{%endblock%}