{% extends '@ibexadesign/content/edit_base.html.twig' %} {% trans_default_domain 'ibexa_user_create' %} {% block meta %} {% endblock %} {% block header %} {% set user_content_edit_menu = knp_menu_get('ezplatform_admin_ui.menu.user_create.sidebar_right', [], { 'parent_group': parent_group, 'content_type': content_type }) %} {% include '@ibexadesign/ui/edit_header.html.twig' with { action_name: 'Create'|trans|desc('Creating'), icon_name: content_type.name, show_autosave_status: false, title: 'new_content_item'|trans({'%contentType%': content_type.name})|desc('New %contentType%'), subtitle: 'editing_details'|trans({ '%location%': parent_location.contentInfo.name })|desc('Location: %location%'), context_actions: knp_menu_render(user_content_edit_menu, {'template': '@ibexadesign/ui/menu/context_menu.html.twig'}) } %} {% endblock %} {% block details %}{% endblock %} {% block form_fields %} {{ parent() }} {{ form_widget(form.create, {'attr': {'hidden': 'hidden'}}) }} {{ form_widget(form.cancel, {'attr': {'hidden': 'hidden'}}) }} {% endblock %} {% block form_before %} {{ ibexa_twig_component_group('admin-ui-content-create-form-before', { 'parent_location': parent_location, 'content_type': content_type, 'language': language }) }} {% endblock %} {% block form_after %} {{ ibexa_twig_component_group('admin-ui-content-create-form-after', { 'parent_location': parent_location, 'content_type': content_type, 'language': language }) }} {% endblock %}