{% extends "main_django.html" %}{% load i18n staticfiles %}{% block title %}{% trans "Signed Out" %} | {{ block.super }}{% endblock %}{% block body %}<h1>{% trans "You have signed out." %}</h1><pstyle="text-align: center; margin-bottom: 20px;"> {% blocktrans %} If you are not redirected within 5 seconds, <ahref="{{ target }}">click here to go to the home page</a>. {% endblocktrans %}</p><divid="iframeContainer"style="visibility: hidden"data-redirect-url="{{ target }}"> {% for uri in logout_uris %}<iframesrc="{{ uri }}"></iframe> {% endfor %}</div><script type="text/javascript"src="{% static 'js/jquery.allLoaded.js' %}"></script><script type="text/javascript"src="{% static 'js/logout.js' %}"></script>{% endblock body %}