{% extends "accounts/base.html" %} {% load i18n %} {% block title %}{% trans "Logged out" %}{% endblock title %} {% block auth_content %}

{% trans "Logged out" %}

{% blocktrans %} You have successfully logged out of Review Board. See you next time! {% endblocktrans %}

{% endblock auth_content %}