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

{% trans "You have signed out." %}

{% blocktrans %} If you are not redirected within 5 seconds, click here to go to the home page. {% endblocktrans %}

{% endblock body %}