{% if user %} You are logged in as {{ user.username }}, id: {{ user.id }}. {% else %} You are not logged in. login {% endif %}