{% trans_default_domain 'FOSUserBundle' %}<style>/* Living Styleguide Styles für das E-Mail-Eingabefeld */#fos_user_registration_form_email_first {display: block;width: 100%;border-radius: 0.75rem;border: 0;padding: 0.375rem 0.75rem;color: #1f2937;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);outline: none;transition: all 150ms;background-color: #FAFAFA;/* Ring effect */--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 0 1px #d1d5db inset;box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 2px 0 rgb(0 0 0 / 0.05);}#fos_user_registration_form_email_first:focus {background-color: white;--tw-ring-shadow: 0 0 0 2px #6b7280 inset;box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 2px 0 rgb(0 0 0 / 0.05);}#fos_user_registration_form_email_first::placeholder {color: #9ca3af;}</style><div class="col-md-6 mb-4"><div class="jlls-card"><div class="jlls-card-title" style="background-color: #CE99F2;"><span class="jlls-card-title-text" style="color: white;">{% if createWithRole == constant('App\\Entity\\User::ROLE_NAME_JOBOFFERER') %}{{ 'registration.headline_register_now_jobofferer'|trans|raw }}{% else %}{{ 'registration.headline_register_now_jobseeker'|trans|raw }}{% endif %}</span></div><div class="tw-p-6"><p class="jlls-text tw-mb-4">{% if createWithRole == constant('App\\Entity\\User::ROLE_NAME_JOBOFFERER') %}{{ 'registration.please_fill_out.jobofferer'|trans }}{% else %}{{ 'registration.please_fill_out.jobseeker'|trans }}{% endif %}</p>{{ form_start(form, {'method': 'post', 'action': path('fos_user_registration_register', {'createWithRole': createWithRole}), 'attr': {'class': 'fos_user_registration_register', 'id': 'register-form'}}) }}{{ form_widget(form.email, {'attr': {'class': 'jlls-text'}}) }}<div class="tw-mb-3">{{ form_row(form.acceptedTermsAndConditions) }}</div><div class="tw-flex tw-flex-col tw-gap-4 tw-mt-6">{{ captchaJavascript('register-form', 'submit-button') }}<div class="{{ captchaSubmitClass() }}" {{ captchaSubmitDataAttributes() }}></div><button type="submit" class="submit-button jlls-button-tertiary tw-w-full tw-justify-center" data-testid="registration-submit-button">{{ 'registration.submit'|trans }}</button>{% if feature_flag_service.featureEnabledForRequest(constant('App\\Service\\FeatureFlagService::FEATURE_REGISTER_VIA_GOOGLE_IDENTITY'), app.request) %}{# Google Identity - OAuth2 - Call to Action #}{% if createWithRole is same as constant('App\\Entity\\User::ROLE_NAME_JOBSEEKER') %}<div class="jlls-text tw-text-center"><span>oder</span></div><a class="jlls-link-as-button-secondary tw-inline-flex tw-items-center tw-justify-center tw-gap-2 tw-w-full"href="{{ google_identity_service.getJobseekerOAuth2TargetUrl() }}"><img width="20px"alt="Google sign-in"src="{{ asset('assets/images/Google_G_Logo.svg.png')|cdnifyUri }}"/><span>{{ 'registration.register_via_google'|trans }}</span></a>{% endif %}{% endif %}</div>{{ form_row(form._token) }}{{ form_end(form) }}</div></div>{% if createWithRole is same as constant('App\\Entity\\User::ROLE_NAME_JOBOFFERER') %}<div class="tw-mt-6"><h2 class="jlls-h4 tw-text-center tw-mb-4">{{ 'registration.subline_two.jobofferer'|trans }}</h2><div class="jlls-card tw-overflow-hidden tw-p-0"><imgsrc="{{ asset('assets/images/default/homepage/referenzkunden-mobil.png')|cdnifyUri }}"alt="{{ 'homepage.headline_seals'|trans }}"width="100%"class="tw-block"></div></div>{% endif %}</div>