{% extends '/base.html.twig' %}{% set isJanusPage = true %}{% block stylesheets %}{{ parent() }}<link rel="stylesheet" href="{{ asset('assets/generated/living_styleguide.css') }}"><style>table, th, td {border: 1px solid black;border-collapse: collapse;}td {padding: 8px;}</style>{% endblock %}{% block main_content %}<div class="jlls-page-container"><div class="jlls-card"><div class="jlls-card-title"><h1 class="jlls-card-title-text">{{ 'contact_page.headline'|trans|raw }}</h1></div><div class="tw-p-0 md:tw-p-4">{% if app.user is not defined or app.user is null %}{% for category, faqsGroupedBySubcategory in faqs %}{% set outerIndex = loop.index %}<div class="row tw-px-3 faq-section-trigger faq-section-trigger-{{ outerIndex }} tw-border-b tw-border-gray-200"><div class="col-12 tw-text-left tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-joboo-gray-800 tw-py-3"onclick="window.appFunctions.toggleFaqSection({{ outerIndex }})"><i class="fa fa-chevron-circle-right fa-lg tw-mr-2 faq-section-icon faq-section-icon-{{ outerIndex }}" style="color: #CE99F2;"aria-hidden="true"></i><span class="jlls-text tw-font-bold tw-mb-0 tw-cursor-pointer">{{ category }}</span></div><div class="col-12 tw-py-3 faq-section-content faq-section-content-{{ outerIndex }} d-none tw-text-left tw-pl-2 md:tw-pl-8">{% for subcategory, faqsAndAnswers in faqsGroupedBySubcategory %}{% set innerIndex = loop.index %}<div class="row tw-px-3 faq-section-trigger faq-section-trigger-{{ outerIndex }}{{ innerIndex }}"><div class="col-12 tw-text-left tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-joboo-gray-800 tw-py-3"onclick="window.appFunctions.toggleFaqSection('{{ outerIndex }}' + '{{ innerIndex }}')"><i class="fa fa-chevron-circle-right fa-lg tw-mr-2 faq-section-icon faq-section-icon-{{ outerIndex }}{{ innerIndex }}" style="color: #CE99F2;"aria-hidden="true"></i><span class="jlls-text tw-font-bold tw-mb-0 tw-cursor-pointer">{{ subcategory }}</span></div><div class="col-12 tw-py-3 faq-section-content faq-section-content-{{ outerIndex }}{{ innerIndex }} d-none tw-text-left tw-pl-2 md:tw-pl-8">{% for faq in faqsAndAnswers %}{% set innermostIndex = loop.index %}<div class="row tw-px-3 faq-section-trigger faq-section-trigger-{{ outerIndex }}{{ innerIndex }}{{ innermostIndex }}"><div class="col-12 tw-text-left tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-joboo-gray-800 tw-py-1"onclick="window.appFunctions.toggleFaqSection('{{ outerIndex }}' + '{{ innerIndex }}' + '{{ innermostIndex }}')"><i class="fa fa-chevron-circle-right tw-mr-2 faq-section-icon faq-section-icon-{{ outerIndex }}{{ innerIndex }}{{ innermostIndex }}" style="color: #CE99F2;"aria-hidden="true"></i><span class="jlls-text tw-font-semibold tw-mb-0 tw-cursor-pointer">{{ faq.question }}</span></div><div class="col-12 tw-pt-3 tw-pb-2 tw-mb-2 faq-answer faq-section-content faq-section-content-{{ outerIndex }}{{ innerIndex }}{{ innermostIndex }} d-none tw-text-left tw-pl-2 md:tw-pl-4 tw-border-b tw-border-gray-200"onclick="window.appFunctions.toggleFaqSection('{{ outerIndex }}' + '{{ innerIndex }}' + '{{ innermostIndex }}')"><span class="jlls-text">{{ faq.answer|replace({'%linkRegJobseeker%': '<a class="jlls-link-default tw-underline" href=' ~ path("fos_user_registration_register", {'createWithRole': constant('App\\Entity\\User::ROLE_NAME_JOBSEEKER')}) ~ '>hier</a>','%linkRegJobofferer%': '<a class="jlls-link-default tw-underline" href=' ~ path("fos_user_registration_register", {'createWithRole': constant('App\\Entity\\User::ROLE_NAME_JOBOFFERER')}) ~ '>hier</a>','%linkPasswordReset%': '<a class="jlls-link-default tw-underline" href=' ~ path("fos_user_resetting_request") ~ '>hier</a>'})|raw }}</span></div></div>{% endfor %}</div></div>{% endfor %}</div></div>{% endfor %}{% else %}{% for subcategory, faqsAndAnswers in faqs %}{% set innerIndex = loop.index %}<div class="row tw-px-3 faq-section-trigger faq-section-trigger-{{ innerIndex }} tw-border-b tw-border-gray-200"><div class="col-12 tw-text-left tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-joboo-gray-800 tw-py-3"onclick="window.appFunctions.toggleFaqSection('{{ innerIndex }}')"><i class="fa fa-chevron-circle-right fa-lg tw-mr-2 faq-section-icon faq-section-icon-{{ innerIndex }}" style="color: #CE99F2;"aria-hidden="true"></i><span class="jlls-text tw-font-bold tw-mb-0 tw-cursor-pointer">{{ subcategory }}</span></div><div class="col-12 tw-py-3 faq-section-content faq-section-content-{{ innerIndex }} d-none tw-text-left tw-pl-2 md:tw-pl-8">{% for faq in faqsAndAnswers %}{% set innermostIndex = loop.index %}<div class="row tw-px-3 faq-section-trigger faq-section-trigger-{{ innerIndex }}{{ innermostIndex }}"><div class="col-12 tw-text-left tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-joboo-gray-800 tw-py-1"onclick="window.appFunctions.toggleFaqSection('{{ innerIndex }}' + '{{ innermostIndex }}')"><i class="fa fa-chevron-circle-right tw-mr-2 faq-section-icon faq-section-icon-{{ innerIndex }}{{ innermostIndex }}" style="color: #CE99F2;"aria-hidden="true"></i><span class="jlls-text tw-font-semibold tw-mb-0 tw-cursor-pointer">{{ faq.question }}</span></div><div class="col-12 tw-pt-3 tw-pb-2 tw-mb-2 faq-section-content faq-answer faq-section-content-{{ innerIndex }}{{ innermostIndex }} d-none tw-text-left tw-pl-2 md:tw-pl-4 tw-border-b tw-border-gray-200"onclick="window.appFunctions.toggleFaqSection('{{ innerIndex }}' + '{{ innermostIndex }}')"><span class="jlls-text">{{ faq.answer|replace({'%linkRegJobseeker%': '<a class="jlls-link-default tw-underline" href=' ~ path("fos_user_registration_register", {'createWithRole': constant('App\\Entity\\User::ROLE_NAME_JOBSEEKER')}) ~ '>hier</a>','%linkRegJobofferer%': '<a class="jlls-link-default tw-underline" href=' ~ path("fos_user_registration_register", {'createWithRole': constant('App\\Entity\\User::ROLE_NAME_JOBOFFERER')}) ~ '>hier</a>','%linkPasswordReset%': '<a class="jlls-link-default tw-underline" href=' ~ path("fos_user_resetting_request") ~ '>hier</a>','info@joboo.de': '<a class="jlls-link-default tw-underline" href="mailto:info@joboo.de">info@joboo.de</a>'})|raw }}</span></div></div>{% endfor %}</div></div>{% endfor %}{% endif %}<div class="row tw-px-3 faq-section-trigger faq-section-trigger-contact tw-border-b tw-border-gray-200" id="contact-form-area"><div class="col-12 tw-text-left tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-joboo-gray-800 tw-py-3"onclick="window.appFunctions.toggleFaqSection('contact')"><i class="fa fa-chevron-circle-right fa-lg tw-mr-2 faq-section-icon faq-section-icon-contact" style="color: #CE99F2;"aria-hidden="true"></i><span class="jlls-text tw-font-bold tw-mb-0 tw-cursor-pointer">Kontakt</span></div><div class="col-12 tw-pb-3 faq-section-content faq-section-content-contact {% if contactOpen is not defined or not contactOpen %}d-none–{% endif %} tw-text-left tw-bg-gray-50 tw-rounded-lg"><div class="container-fluid tw-px-0 md:tw-px-4"><div class="tw-flex tw-flex-col md:tw-flex-row"><div class="col-md tw-p-0 md:tw-py-3 md:tw-pr-4 md:tw-mb-5"><img src="{{ asset('assets/images/contact-640.jpg')|cdnifyUri }}"alt="{{ 'seo.image_alt_texts.contact'|trans([], 'seo') }}"class="tw-w-full tw-rounded-lg"><div class="tw-py-2 tw-px-4 md:tw-px-2 md:tw-pt-4 jlls-text">{{ 'contact_page.description'|trans|raw }}</div></div><div class="col-md tw-px-4 md:tw-px-0">{{ form_start(form, { 'attr': {'id': 'contact-form'} }) }}<div class="tw-mb-6">{{ form_row(form.subject, { 'attr': {'class': 'jlls-form-input'} }) }}</div><div class="tw-mb-6">{{ form_row(form.email, { 'attr': {'class': 'jlls-form-input'} }) }}</div><div class="tw-mb-4">{{ form_row(form.body, { 'attr': {'class': 'tw-px-2 jlls-form-textarea', 'style': 'height: 20em;'} }) }}</div><div class="tw-pb-3 md:tw-pb-0 tw-text-center"><div class="{{ captchaSubmitClass() }}" {{ captchaSubmitDataAttributes() }}></div><button type="submit" class="submit-button jlls-button-default">{{ 'contact_page.send'|trans }}</button></div>{{ form_end(form) }}</div></div></div></div></div></div></div></div>{% endblock %}{% block javascripts %}{{ captchaJavascript('contact-form', 'submit-button') }}<script>{{ inlineJsWrapperBegin() }}window.appFunctions.toggleFaqSection = function (sectionId) {if (jQuery('.faq-section-content-' + sectionId).hasClass('d-none')) {jQuery('.faq-section-content-' + sectionId).removeClass('d-none');jQuery('.faq-section-icon-' + sectionId).removeClass('fa-chevron-circle-right').addClass('fa-chevron-circle-down');} else {jQuery('.faq-section-content-' + sectionId).addClass('d-none');jQuery('.faq-section-icon-' + sectionId).removeClass('fa-chevron-circle-down').addClass('fa-chevron-circle-right');}}{{ inlineJsWrapperEnd() }}</script>{% endblock %}