{% load static %} {% load i18n %}
{% if user.is_authenticated %}

{{ user.username }}

{% csrf_token %}
{% else %} Registrieren Einloggen {% endif %}