{% extends "admin/base_site.html" %} {% block content_title %}

{{ _("You are now logged out") }}

{% endblock %} {% block content %}

{{ _("Thanks for spending some quality time with the Web site today.") }}

{{ _("Log in again") }}

{% endblock %}