{% extends '/admin/unauthenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% block title %} Login {% endblock %} {% block content %} {% if error %} {{ helpers.alertError('Unable to authenticate the user.') }} {% endif %}

Sign in to start your session

{{ helpers.recaptchaV3Description() }}
{% endblock %} {% block js %} {{ parent() }} {% endblock %}