{% extends "userprofile/base.html" %} {% load i18n %} {% load txcommontags %} {% block title %}{% trans "Logged out" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block userprofile_content %}
{% trans "You've been logged out." %} ({% trans 'Log in again' %})