{% extends "base.html" %} {% load i18n %} {% block sub_title %}{% trans "Log Out" %} - {% endblock %} {% block main_content %}

{% trans "Thanks for your participation! " %}{% trans "Log in again" %}

{% endblock %} {% block extra_script %} {% if request_from_onlyoffice_desktop_editor %} {% endif %} {% endblock %}