Home

{% if user.is_authenticated %}

You are logged in as {{ user.username }}.

This page is protected by login and the django_legal compliance decorator.

Log out

{% else %}

You are not logged in.

Log in

{% endif %}