- {% blocktranslate trimmed with username=request.user.get_username %} - You are authenticated as {{ username }}, but are not authorized to - access this page. Would you like to login to a different account? - {% endblocktranslate %} -
+ {% block autherrornote %} ++ {% blocktranslate trimmed with username=request.user.get_username %} + You are authenticated as {{ username }}, but are not authorized to + access this page. Would you like to login to a different account? + {% endblocktranslate %} +
+ {% endblock %} {% endif %} {% if wizard.steps.current == 'token' %}