{% if next and request.method == 'GET' %}
{% if user.is_authenticated %}
{% blocktrans with username=request.user.username %}You are logged in as {{ username }}, but you are not authorized to access this page. Do you want to log in as another user?{% endblocktrans %}