{% extends 'auth/master.twig' %} {% from 'macros.twig' import container_title %} {% set title = 'Logout confirmation' %} {% block content %}
{{ container_title(' Logout confirmation') }}

We couldn't verify that you were actually the person attempting to log out.

Press the button below to verify the logout request, otherwise click back in your browser or close this tab.

This error is usually caused by pressing the logout button on a page that's been loaded for a while.

Log out
{% endblock %}