{% extends "main_django.html" %} {% load i18n staticfiles %} {% load django_markup %} {% block title %}{% trans "Signed Out" as tmsg %} | {{ tmsg | force_escape }} | {{ block.super }}{% endblock %} {% block body %}

{% trans "You have signed out." as tmsg %} | {{ tmsg | force_escape }}

{% blocktrans trimmed asvar signout_msg1 %} If you are not redirected within 5 seconds, {start_anchor}click here to go to the home page{end_anchor}. {% endblocktrans %} {% interpolate_html signout_msg1 start_anchor=''|safe end_anchor=''|safe %}

{% endblock body %}