{% load static %} Webshop {% load static %}
{% if request.user.is_authenticated %}
Loginname: {{request.user.username}} / Kundennummer: {{request.user.id}}
{% else %}
Du bist nicht eingeloggt.
{% endif %} {% block content %} {% endblock content %}