{% extends '@FOSUser/layout.html.twig' %}{% block fos_user_content %}{{ include('@FOSUser/Registration/register_content.html.twig') }}{% endblock fos_user_content %}{% block stylesheets %}<link rel="stylesheet" href="{{ asset('assets/generated/living_styleguide.css') }}"><style>#reg-email-additional-note {color: #999;line-height: 1.2;}</style>{% endblock %}{% block javascripts %}<script>{{ inlineJsWrapperBegin() }}jQuery('#fos_user_registration_form_email_second').bind('paste', function (e) {e.preventDefault();});jQuery('#fos_user_registration_form_email_second').parent().hide();if (jQuery('.invalid-feedback').length && jQuery('#mobile-only-visible').is(':visible')) {var mobileScrollMarker = document.getElementById('mobile-only-visible');mobileScrollMarker.scrollIntoView();}jQuery('#fos_user_registration_form_email_first').change(function() {jQuery('#fos_user_registration_form_email_second').val($(this).val());});{{ inlineJsWrapperEnd() }}</script>{% if criteo_service.pageShouldContainCriteoCode(app.request, app.user) %}<!-- Criteo Product Tag --><script>{{ inlineJsWrapperBegin() }}if (typeof window.CCM === 'object') {const hasConsentForEmbedding = CCM.acceptedEmbeddings.some(embedding => {return embedding.name === 'Criteo';});if (hasConsentForEmbedding) {window.criteo_q = window.criteo_q || [];var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";window.criteo_q.push({event: "setAccount", account: {% if criteo_service.pageShouldContainCriteoJobseekerCode(app.request.uri) %}88703{% else %}88704{% endif %}},{event: "setEmail", email: {% if app.user is defined and app.user is not null and app.user.email is defined and app.user.email is not null %}"{{ app.user.email|sha256 }}", hash_method: "sha256"{% else %}""{% endif %}},{event: "setSiteType", type: deviceType},{event: "viewItem", item: "1" });}}{{ inlineJsWrapperEnd() }}</script><!-- END Criteo Product Tag -->{% endif %}{% if app.environment == 'prod' and createWithRole == constant('App\\Entity\\User::ROLE_NAME_JOBOFFERER') %}<!-- Hotjar Tracking Code for https://www.joboo.de --><script>(function(h,o,t,j,a,r){h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};h._hjSettings={hjid:3825938,hjsv:6};a=o.getElementsByTagName('head')[0];r=o.createElement('script');r.async=1;r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;a.appendChild(r);})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');</script>{% endif %}{% endblock %}