{% extends "base.html" %} {% load i18n %} {% block title %}Logged Out{% endblock %} {% block body %}

{% trans "Logged out" %}

{% endblock %}