{% extends "page.html" %} {%- block page_layout -%} sidebar-end {%- endblock %} {% block subtitle %} {{ ui.subtitle_item(_('Logout')) }} {% endblock %} {% block primary_content_inner %} {%- call ui.util.call(ui.section, title=_('Logout'), level=1) -%}

{{ _('Are you sure you want to log out?') }}

{%- call ui.util.call(ui.form, action=h.url_for('user.logout'), method="POST") -%} {{ ui.button(_('Logout'), type="submit") }} {%- endcall %}
{%- endcall %} {% endblock %}