{% extends "errors/default.twig" %} {% block title %}{{ __("Authentication expired") }}{% endblock %} {% block content %}
{{ __("The provided CSRF token is invalid or has expired") }}
{% endblock %}