{% extends '@ibexadesign/account/base.html.twig' %} {%- block content -%}

{{ 'base.get_started'|trans|desc('Get started') }}

{% block login_form %} {{ ibexa_twig_component_group('admin-ui-login-form-before') }}
{% block login_form_errors %} {% if error %} {% endif %} {% endblock %} {% block login_form_fields %}
{%- embed '@ibexadesign/ui/component/input_text.html.twig' -%} {% block content %} {% endblock %} {%- endembed -%}
{%- embed '@ibexadesign/ui/component/input_text.html.twig' with { type: 'password', } -%} {% block content %} {% endblock %} {%- endembed -%}
{% endblock %} {% block login_form_buttons %} {% endblock %}
{{ ibexa_twig_component_group('admin-ui-login-form-after') }} {% endblock %} {{ encore_entry_script_tags('ibexa-admin-ui-login-js', null, 'ibexa') }} {%- endblock content -%}