{% extends "two_column_body.html" %} {% block title %}{% spaceless %}{% trans %}Logout{% endtrans %}{% endspaceless %}{% endblock %} {% block tooltip %}
search or ask your question
{% endblock %} {% block content %}

{% trans %}You have successfully logged out{% endtrans %}

{% if have_federated_login_methods %}

{% trans %}However, you still may be logged in to your OpenID provider. Please logout of your provider if you wish to do so.{% endtrans %}

{% endif %} {% endblock %}