{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "You've already signed in" %}

{% trans "Would you like to sign out and proceed with your previous operation?" %}

{% trans "Sign out" %} {% endblock %}