<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* /default/contact_for_corporate_clients.html.twig */
class __TwigTemplate_9ce814450c821cdabfefcfb87a33eb07 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main_content' => [$this, 'block_main_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "/default/contact_for_corporate_clients.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "/default/contact_for_corporate_clients.html.twig"));
$this->parent = $this->load("/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_main_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main_content"));
// line 4
yield " <div class=\"row text-center mt-5\">
<div class=\"col\">
<div class=\"card\">
<div class=\"card-header primary-color text-black text-left\">
<h1 class=\"mb-0 h2\">";
// line 8
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.headline"), "html", null, true);
yield "</h1>
</div>
<div class=\"card-body\">
<div class=\"container-fluid\">
<div class=\"row pt-2\">
<div class=\"col-md-6 col-12 pr-md-5 mb-5 mb-md-3\">
";
// line 14
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 14, $this->source); })()), 'form_start', ["attr" => ["id" => "contact-for-corporate-clients-form"]]);
yield "
<h5 class=\"text-left form-inline mb-0\">
";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.i_need_personell"), "html", null, true);
yield "
</h5>
<ul class=\"pl-1\">
<div class=\"text-left mt-3\">";
// line 19
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 19, $this->source); })()), "numberOfOffices", [], "any", false, false, false, 19), 'errors');
yield "</div>
<li class=\"d-flex flex-row justify-content-start\">
<span class=\"h5 mt-3 pt-2\">- ca.</span>
<div class=\"md-form ml-3 mr-3 my-2\">
";
// line 23
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 23, $this->source); })()), "numberOfOffices", [], "any", false, false, false, 23), 'widget', ["attr" => ["style" => "max-width: 100px;"]]);
yield "
</div>
<span class=\"h5 mt-3 pt-2 pb-0 mb-0\">";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.offices"), "html", null, true);
yield "</span>
</li>
<div class=\"text-left\">";
// line 27
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 27, $this->source); })()), "numberOfVacancies", [], "any", false, false, false, 27), 'errors');
yield "</div>
<li class=\"d-flex flex-row justify-content-start\">
<span class=\"h5 mt-3 pt-2\">- ca.</span>
<div class=\"md-form ml-3 mr-3 my-2\">
";
// line 31
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 31, $this->source); })()), "numberOfVacancies", [], "any", false, false, false, 31), 'widget', ["attr" => ["style" => "max-width: 100px;"]]);
yield "
</div>
<span class=\"h5 mt-3 pt-2 pb-0 mb-0\">";
// line 33
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.vacancies"), "html", null, true);
yield "</span>
</li>
</ul>
<div class=\"md-form mb-3\" style=\"margin-top: -10px;\">
";
// line 37
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 37, $this->source); })()), "name", [], "any", false, false, false, 37), 'row');
yield "
</div>
<div class=\"md-form mb-3\">
";
// line 41
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 41, $this->source); })()), "company", [], "any", false, false, false, 41), 'row');
yield "
</div>
<div class=\"md-form mb-3\">
";
// line 45
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 45, $this->source); })()), "email", [], "any", false, false, false, 45), 'row');
yield "
</div>
<div class=\"md-form mb-5\">
";
// line 49
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 49, $this->source); })()), "phone", [], "any", false, false, false, 49), 'row');
yield "
</div>
<div class=\"form-group mb-3\">
<span class=\"font-weight-bold\"> ";
// line 53
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_message.optional"), "html", null, true);
yield "</span>
";
// line 54
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 54, $this->source); })()), "body", [], "any", false, false, false, 54), 'row', ["attr" => ["class" => "pl-2 pr-2", "style" => "height: 20em;"]]);
yield "
</div>
<div class=\"";
// line 57
yield $this->extensions['App\Twig\AppExtension']->captchaSubmitClassFunction();
yield "\" ";
yield $this->extensions['App\Twig\AppExtension']->captchaSubmitDataAttributesFunction();
yield "></div>
<button type=\"submit\" class=\"submit-button btn btn-primary\">";
// line 58
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.send"), "html", null, true);
yield "</button>
";
// line 60
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 60, $this->source); })()), 'form_end');
yield "
</div>
<div class=\"col-md-6 col-12 pl-md-5 pr-3 text-left mb-5 mb-md-3\">
<h5 class=\"text-left\">
";
// line 65
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.call_us"), "html", null, true);
yield "
</h5>
<h5 class=\"mt-4\">
";
// line 68
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.phone"), "html", null, true);
yield "
</h5>
<a href=\"tel:021329143066\" class=\"btn font-weight-bold p-2\" >
<i class=\"fa fa-phone fa-lg\" aria-hidden=\"true\"></i>
</a>
<a href=\"tel:021329143066\">
";
// line 74
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.gg_phone"), "html", null, true);
yield "
</a>
<h5 class=\"mt-4\">
";
// line 77
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.email"), "html", null, true);
yield "
</h5>
<a href=\"mailto:info@joboo.de\" class=\"btn font-weight-bold p-2\" >
<i class=\"fa fa-envelope fa-lg\" aria-hidden=\"true\"></i>
</a>
<a href=\"mailto:info@joboo.de\">
";
// line 83
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contact_page.topic.faq.gg_email"), "html", null, true);
yield "
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 94
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 95
yield " ";
yield $this->extensions['App\Twig\AppExtension']->captchaJavascriptFunction("contact-for-corporate-clients-form", "submit-button");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "/default/contact_for_corporate_clients.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 260 => 95, 247 => 94, 226 => 83, 217 => 77, 211 => 74, 202 => 68, 196 => 65, 188 => 60, 183 => 58, 177 => 57, 171 => 54, 167 => 53, 160 => 49, 153 => 45, 146 => 41, 139 => 37, 132 => 33, 127 => 31, 120 => 27, 115 => 25, 110 => 23, 103 => 19, 97 => 16, 92 => 14, 83 => 8, 77 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends '/base.html.twig' %}
{% block main_content %}
<div class=\"row text-center mt-5\">
<div class=\"col\">
<div class=\"card\">
<div class=\"card-header primary-color text-black text-left\">
<h1 class=\"mb-0 h2\">{{ 'contact_page.topic.faq.headline'|trans }}</h1>
</div>
<div class=\"card-body\">
<div class=\"container-fluid\">
<div class=\"row pt-2\">
<div class=\"col-md-6 col-12 pr-md-5 mb-5 mb-md-3\">
{{ form_start(form, { 'attr': {'id': 'contact-for-corporate-clients-form'} }) }}
<h5 class=\"text-left form-inline mb-0\">
{{ 'contact_page.topic.faq.i_need_personell'|trans }}
</h5>
<ul class=\"pl-1\">
<div class=\"text-left mt-3\">{{ form_errors(form.numberOfOffices) }}</div>
<li class=\"d-flex flex-row justify-content-start\">
<span class=\"h5 mt-3 pt-2\">- ca.</span>
<div class=\"md-form ml-3 mr-3 my-2\">
{{ form_widget(form.numberOfOffices, {'attr': {'style': 'max-width: 100px;'} }) }}
</div>
<span class=\"h5 mt-3 pt-2 pb-0 mb-0\">{{ 'contact_page.topic.faq.offices'|trans }}</span>
</li>
<div class=\"text-left\">{{ form_errors(form.numberOfVacancies) }}</div>
<li class=\"d-flex flex-row justify-content-start\">
<span class=\"h5 mt-3 pt-2\">- ca.</span>
<div class=\"md-form ml-3 mr-3 my-2\">
{{ form_widget(form.numberOfVacancies, {'attr': {'style': 'max-width: 100px;'} }) }}
</div>
<span class=\"h5 mt-3 pt-2 pb-0 mb-0\">{{ 'contact_page.topic.faq.vacancies'|trans }}</span>
</li>
</ul>
<div class=\"md-form mb-3\" style=\"margin-top: -10px;\">
{{ form_row(form.name) }}
</div>
<div class=\"md-form mb-3\">
{{ form_row(form.company) }}
</div>
<div class=\"md-form mb-3\">
{{ form_row(form.email) }}
</div>
<div class=\"md-form mb-5\">
{{ form_row(form.phone) }}
</div>
<div class=\"form-group mb-3\">
<span class=\"font-weight-bold\"> {{ 'contact_message.optional'|trans }}</span>
{{ form_row(form.body, { 'attr': {'class': 'pl-2 pr-2', 'style': 'height: 20em;'} }) }}
</div>
<div class=\"{{ captchaSubmitClass() }}\" {{ captchaSubmitDataAttributes() }}></div>
<button type=\"submit\" class=\"submit-button btn btn-primary\">{{ 'contact_page.send'|trans }}</button>
{{ form_end(form) }}
</div>
<div class=\"col-md-6 col-12 pl-md-5 pr-3 text-left mb-5 mb-md-3\">
<h5 class=\"text-left\">
{{ 'contact_page.topic.faq.call_us'|trans }}
</h5>
<h5 class=\"mt-4\">
{{ 'contact_page.topic.faq.phone'|trans }}
</h5>
<a href=\"tel:021329143066\" class=\"btn font-weight-bold p-2\" >
<i class=\"fa fa-phone fa-lg\" aria-hidden=\"true\"></i>
</a>
<a href=\"tel:021329143066\">
{{ 'contact_page.topic.faq.gg_phone'|trans }}
</a>
<h5 class=\"mt-4\">
{{ 'contact_page.topic.faq.email'|trans }}
</h5>
<a href=\"mailto:info@joboo.de\" class=\"btn font-weight-bold p-2\" >
<i class=\"fa fa-envelope fa-lg\" aria-hidden=\"true\"></i>
</a>
<a href=\"mailto:info@joboo.de\">
{{ 'contact_page.topic.faq.gg_email'|trans }}
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ captchaJavascript('contact-for-corporate-clients-form', 'submit-button') }}
{% endblock %}", "/default/contact_for_corporate_clients.html.twig", "/workspace/backend-app/templates/default/contact_for_corporate_clients.html.twig");
}
}