{% extends '/base.html.twig' %}{% block stylesheets %}{{ include('/wanted_jobs_search/_includes/form_stylesheets.html.twig') }}{% endblock %}{% block main_content %}{% if feature_flag_service.featureEnabledForRequest(constant('App\\Service\\FeatureFlagService::FEATURE_REGISTER_VIA_GOOGLE_IDENTITY'), app.request) %}{# Google Identity - GSI - One Tap widget client-side code #}<script src="https://accounts.google.com/gsi/client" async defer></script>{% endif %}{% set resultPage = false %}{{ include('/wanted_jobs_search/_includes/form.html.twig') }}{% endblock %}{% block javascripts %}{{ include('/wanted_jobs_search/_includes/form_javascript.html.twig') }}{% endblock %}