{% extends "accounts/account_form.html" %} {% load i18n %} {% block main %}
{% if request.user.is_authenticated %}

Oops!

{% trans "You're already logged in. If you'd like to log in as a different user, you'll need to log out first." %}

{% else %} {{ block.super }} {% endif %}
{% endblock %}