{% set resultPage = resultPage is defined ? resultPage : false %}{% set isSeoSearchResult = isSeoSearchResult is defined ? isSeoSearchResult : false %}{% block stylesheets %}<link rel="stylesheet" href="{{ asset('assets/generated/tailwind.css')|cdnifyUri }}"><link rel="stylesheet" href="{{ asset('assets/generated/living_styleguide.css') }}">{% endblock %}{% if not form.vars.valid %}<div class="jlls-alert jlls-alert-danger"><div class="jlls-alert-body jlls-alert-body-danger">{{ 'recurrent_jobs_search.form_page.form_not_valid'|trans }}</div></div>{% endif %}{% set filterAllJobs = filterAllJobs is defined ? filterAllJobs : false %}{% if filterAllJobs != false %}<div class="tw-flex tw-flex-col tw-justify-between tw-items-center"><a class="jtw-form-button-default jtw-form-button" href="{{ path('recurrent_jobs_search.form') }}">{{ 'recurrent_jobs_search.button_return_recurrent_jobs_search'|trans }}</a></div>{% endif %}{{ form_start(form, { 'attr': {'autocomplete': 'off'} }) }}{{ include('recurrent_jobs_search/_includes/filter_modal.html.twig') }}<div class="{% if filterAllJobs %} tw-hidden {% else %} tw-flex {% endif %} md:tw-pb-12 sm:tw-pb-4"><div class="jtw-form-card-main-content tw-w-full {% if 'homepage' in app.request.get('_route') %}md:tw-bg-white md:tw-bg-opacity-50 p-2{% else %}pb-0{% endif %}" style="border-radius: 0.125rem">{{ include('_includes/formSearch/form_search_section.html.twig', { limitedInSearch: null, joboffererCanEditZipcodeForWantedJobsSearch: null, joboffererProfileId: null, recurrentJobForm: true }) }}{% if addFeatureFlagKey is defined and addFeatureFlagKey == constant('App\\Service\\FeatureFlagService::ENABLED_FOR_REQUEST_IF_REQUEST_CORRECT') %}<input type="hidden" id="{{ constant('App\\Service\\FeatureFlagService::REQUEST_KEY_NAME') }}" name="{{ constant('App\\Service\\FeatureFlagService::REQUEST_KEY_NAME') }}" value="{{ constant('App\\Service\\FeatureFlagService::REQUEST_KEY_VALUE') }}">{% endif %}{% if (app.user is not defined or app.user is null) and isSeoSearchResult is defined and isSeoSearchResult %}<input type="hidden" id="search-result-after-seo-search" name="search-result-after-seo-search" value="1">{% endif %}<div class="tw-flex tw-flex-row tw-justify-between tw-w-full">{% if 'recurrent_jobs_search' in app.request.get('_route') or 'wanted_jobs_search' in app.request.get('_route') %}<button type="button" class="jlls-button jlls-button-secondary" data-toggle="modal" data-target="#filter-modal">Filter<i class="fa fa-chevron-down tw-ml-2"></i></button>{% endif %}<button id="button-submit-search" type="submit" name="searchButton" class="{% if 'recurrent_jobs_search' not in app.request.get('_route') and 'wanted_jobs_search' not in app.request.get('_route') %}tw-mx-auto {% endif %}jlls-button jlls-button-tertiary">{{'recurrent_jobs_search.form_page.search' |trans}}</button></div>{% if app.user is defined and app.user is not null and feature_limitations_service.userCanAccessJobseekerPremiumSearch(app.user) %}<div class="d-flex flex-row pt-4 justify-content-start w-100 px-2"><div><span class="badge badge-success">PREMIUM</span><small>Jobs, die über Tarif und mehr als branchenüblich bezahlt werden, sind durch das Symbol rechts gekennzeichnet.</small><br><small>Du kannst deine Suchergebnisse in der Suche nach Bestbezahlung sortieren!</small></div><div><img src="{{ asset('assets/images/jobseeker-membership-icon.png')|cdnifyUri }}"/></div></div>{% endif %}</div></div><div class="tw-invisible" {% if filterAllJobs is not defined or not filterAllJobs %} style="height: 2px" {% endif %} id="scroll-here"></div>{{ form_end(form) }}{{ include('recurrent_jobs_search/_includes/loading_bar.html.twig') }}{% if showMembershipModal is defined and showMembershipModal %}{{ include('/membership/jobseeker/modal.html.twig') }}{% endif %}