{% extends "accounts/base_site.html" %} {% load i18n %} {% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Logged out') }}{% endblock %} {% block nav-global %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block nav-sidebar %}{% endblock %} {% block content %}

{% translate "Thanks for spending some quality time with the web site today." %}

{% translate 'Log in again' %}

{% endblock %}