<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* pages/vacancy_detail_layout_base.html.twig */
class __TwigTemplate_6bdc817412a6ad58c9fe2158fe566181 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
'vacancy_modal' => [$this, 'block_vacancy_modal'],
'vacancy_header_fixed' => [$this, 'block_vacancy_header_fixed'],
'vacancy_page_data' => [$this, 'block_vacancy_page_data'],
'vacancy_hero' => [$this, 'block_vacancy_hero'],
'vacancy_page' => [$this, 'block_vacancy_page'],
'vacancy_header' => [$this, 'block_vacancy_header'],
'vacancy_multisite_notification' => [$this, 'block_vacancy_multisite_notification'],
'vacancy_company_logo' => [$this, 'block_vacancy_company_logo'],
'vacancy_block_title' => [$this, 'block_vacancy_block_title'],
'vacancy_options_top' => [$this, 'block_vacancy_options_top'],
'custom_salary_li' => [$this, 'block_custom_salary_li'],
'vacancy_map_modal' => [$this, 'block_vacancy_map_modal'],
'vacancy_actions' => [$this, 'block_vacancy_actions'],
'vacancy_actions_share' => [$this, 'block_vacancy_actions_share'],
'vacancy_content' => [$this, 'block_vacancy_content'],
'vacancy_block_main' => [$this, 'block_vacancy_block_main'],
'vacancy_footer_actions' => [$this, 'block_vacancy_footer_actions'],
'vacancy_block_main_applicantform' => [$this, 'block_vacancy_block_main_applicantform'],
'vacancy_block_main_recruiter' => [$this, 'block_vacancy_block_main_recruiter'],
'vacancy_block_sidebar' => [$this, 'block_vacancy_block_sidebar'],
'vacancy_sidebar_company' => [$this, 'block_vacancy_sidebar_company'],
'vacancy_sidebar_company_logo' => [$this, 'block_vacancy_sidebar_company_logo'],
'vacancy_sidebar_usps' => [$this, 'block_vacancy_sidebar_usps'],
'vacancy_block_sidebar_open_close_date' => [$this, 'block_vacancy_block_sidebar_open_close_date'],
'vacancy_block_sidebar_related_vacancies' => [$this, 'block_vacancy_block_sidebar_related_vacancies'],
'vacancy_block_sidebar_recruiter' => [$this, 'block_vacancy_block_sidebar_recruiter'],
'vacancy_footer' => [$this, 'block_vacancy_footer'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "pages/vacancy_detail_layout_base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/vacancy_detail_layout_base.html.twig"));
// line 1
if ( !array_key_exists("actionWhatsappHref", $context)) {
// line 2
echo " ";
$context["actionWhatsappHref"] = $this->extensions['App\Twig\ShareButtonExtension']->getShareOnWhatsAppUrl((((($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vacancy") . " '") . twig_trim_filter(twig_get_attribute($this->env, $this->source, // line 3
(isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 3, $this->source); })()), "title", [], "any", false, false, false, 3), null, "right")) . "': ") . $this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancy_detail", ["id" => twig_get_attribute($this->env, $this->source, // line 4
(isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 4, $this->source); })()), "id", [], "any", false, false, false, 4), "slug" => twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 4, $this->source); })()), "slug", [], "any", false, false, false, 4)]))), $this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile());
}
// line 8
echo "
";
// line 9
$this->displayBlock('content', $context, $blocks);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function block_content($context, array $blocks = [])
{
$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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 10
echo " ";
$this->displayBlock('vacancy_modal', $context, $blocks);
// line 19
echo "
";
// line 20
$this->displayBlock('vacancy_header_fixed', $context, $blocks);
// line 66
echo "
<!-- vacancy view -->
";
// line 68
$this->displayBlock('vacancy_page_data', $context, $blocks);
// line 72
echo " ";
$this->displayBlock('vacancy_hero', $context, $blocks);
// line 73
echo " ";
$this->displayBlock('vacancy_page', $context, $blocks);
// line 580
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 10
public function block_vacancy_modal($context, array $blocks = [])
{
$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", "vacancy_modal"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_modal"));
// line 11
echo " ";
if (twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 11, $this->source); })()), "externalUrl", [], "any", false, false, false, 11))) {
// line 12
echo " <!-- Modal -->
";
// line 13
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Page\\ApplicantController::formModalAction", ["id" => twig_get_attribute($this->env, $this->source, // line 15
(isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 15, $this->source); })()), "id", [], "any", false, false, false, 15)]));
// line 16
echo "
";
}
// line 18
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 20
public function block_vacancy_header_fixed($context, array $blocks = [])
{
$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", "vacancy_header_fixed"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_header_fixed"));
// line 21
echo " <header data-component=\"MenuMobile,Favorite\"
data-vacancy-id=\"";
// line 22
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 22, $this->source); })()), "id", [], "any", false, false, false, 22), "html", null, true);
echo "\"
class=\"vacancy-header-top fixed-top\">
<div class=\"flex-container\">
<h2>";
// line 25
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["vacancy"] ?? null), "options", [], "any", false, true, false, 25), "functie", [], "any", true, true, false, 25)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_first($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 25, $this->source); })()), "options", [], "any", false, false, false, 25), "functie", [], "any", false, false, false, 25)), "value", [], "any", false, false, false, 25), "html", null, true);
} else {
echo twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 25, $this->source); })()), "title", [], "any", false, false, false, 25);
}
echo "</h2>
<div class=\"button-set h-align h-align-right\">
";
// line 27
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 27, $this->source); })()), "published", [], "any", false, false, false, 27)) {
// line 28
echo " ";
if ($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("feature_vacancy_save_as_favorite")) {
// line 29
echo " <span class=\"d-none\" data-is-favorited=\"true\">
<i class=\"fal fa-times icon-before\"></i>
";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Remove"), "html", null, true);
echo "
</span>
<span class=\"d-none\" data-is-favorited=\"false\">
<i class=\"fal fa-star icon-before\"></i>
";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Save"), "html", null, true);
echo "
</span>
<a href=\"javascript:void(0)\" title=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Save as favorite"), "html", null, true);
echo "\"
class=\"is-btn is-btn_add-to-favorites is-btn-outlined-primary favorite-add favorite-vacancy\">
</a>
";
}
// line 41
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 41, $this->source); })()), "externalUrl", [], "any", false, false, false, 41)) {
// line 42
echo " <a target=\"_blank\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 42, $this->source); })()), "externalUrl", [], "any", false, false, false, 42), "html", null, true);
echo "\"
title=\"";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "\"
data-component=\"ExternalApplication\"
data-vacancy-id=\"";
// line 45
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 45, $this->source); })()), "id", [], "any", false, false, false, 45), "html", null, true);
echo "\"
class=\"is-btn is-background-color-accent\">
<i class=\"fal fa-pencil icon-before\"></i>
";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "
</a>
";
} else {
// line 51
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancy_apply", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 51, $this->source); })()), "id", [], "any", false, false, false, 51)]), "html", null, true);
echo "\"
title=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "\"
data-vacancy-id=\"";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 53, $this->source); })()), "id", [], "any", false, false, false, 53), "html", null, true);
echo "\"
class=\"is-btn apply-btn ";
// line 54
if ( !$this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile()) {
echo " apply-btn_modal";
}
echo "\"
";
// line 55
if ( !$this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile()) {
echo "data-toggle=\"modal\"
data-target=\"#vacancyApplyModal\"";
}
// line 56
echo ">
<i class=\"fal fa-pencil icon-before\"></i>
";
// line 58
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "
</a>
";
}
// line 61
echo " ";
}
// line 62
echo " </div>
</div>
</header>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 68
public function block_vacancy_page_data($context, array $blocks = [])
{
$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", "vacancy_page_data"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_page_data"));
// line 69
echo " <div data-component=\"Vacancy,Favorite,Apply,CustomHeader\"
data-vacancy-id=\"";
// line 70
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 70, $this->source); })()), "id", [], "any", false, false, false, 70), "html", null, true);
echo "\"";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["vacancy"] ?? null), "company", [], "any", false, true, false, 70), "heroName", [], "any", true, true, false, 70) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 70, $this->source); })()), "company", [], "any", false, false, false, 70), "heroName", [], "any", false, false, false, 70)))) {
// line 71
echo " data-custom-header=\"";
echo twig_escape_filter($this->env, $this->extensions['App\Twig\AssetExtension']->asset(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 71, $this->source); })()), "company", [], "any", false, false, false, 71), "hero", [], "any", false, false, false, 71)), "html", null, true);
echo "\"";
}
echo ">";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 72
public function block_vacancy_hero($context, array $blocks = [])
{
$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", "vacancy_hero"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_hero"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 73
public function block_vacancy_page($context, array $blocks = [])
{
$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", "vacancy_page"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_page"));
// line 74
echo " <div class=\"";
echo (($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_vacancy_detail_is_wrapper")) ? ("is-wrapper") : (""));
echo " page page_vacancy-detail_layout_base\">
<div class=\"row\">
<div class=\"col-12\">
";
// line 77
$this->displayBlock('vacancy_header', $context, $blocks);
// line 275
echo " </div>
</div>
";
// line 277
$this->displayBlock('vacancy_content', $context, $blocks);
// line 575
echo " </div>
";
// line 576
$this->displayBlock('vacancy_footer', $context, $blocks);
// line 579
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 77
public function block_vacancy_header($context, array $blocks = [])
{
$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", "vacancy_header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_header"));
// line 78
echo " <div class=\"card vacancy-header is-box-shadow-0 animation-element fadeup-element is-overflow-visible\">
<div class=\"vacancy-intro\">
<div class=\"card-body\">
";
// line 81
if ((twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 81, $this->source); })()), "site", [], "any", false, false, false, 81) != $this->extensions['App\Twig\SiteExtension']->getCurrentSite())) {
// line 82
echo " <div class=\"row\">
<div class=\"col-12\">
";
// line 84
$this->displayBlock('vacancy_multisite_notification', $context, $blocks);
// line 93
echo " </div>
</div>
";
}
// line 96
echo " <div class=\"row\">
";
// line 97
$this->displayBlock('vacancy_company_logo', $context, $blocks);
// line 110
echo " <div class=\"col-12 col-md-10\">
";
// line 111
$this->displayBlock('vacancy_block_title', $context, $blocks);
// line 269
echo " </div>
</div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 84
public function block_vacancy_multisite_notification($context, array $blocks = [])
{
$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", "vacancy_multisite_notification"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_multisite_notification"));
// line 85
echo " <div class=\"alert alert-success is-margin-bottom-30 is-padding-15\">
Deze vacature staat origineel op
<a class=\"is-margin-top-0 is-color-black\" target=\"_blank\"
href=\"";
// line 88
echo twig_escape_filter($this->env, $this->extensions['App\Twig\SiteExtension']->getSiteUrl("vacancy_detail", twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 88, $this->source); })()), "site", [], "any", false, false, false, 88), ["id" => twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 88, $this->source); })()), "id", [], "any", false, false, false, 88), "slug" => twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 88, $this->source); })()), "slug", [], "any", false, false, false, 88)]), "html", null, true);
echo "\">
";
// line 89
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 89, $this->source); })()), "site", [], "any", false, false, false, 89), "html", null, true);
echo "
</a>.
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 97
public function block_vacancy_company_logo($context, array $blocks = [])
{
$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", "vacancy_company_logo"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_company_logo"));
// line 98
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["vacancy"] ?? null), "company", [], "any", false, true, false, 98), "logo", [], "any", true, true, false, 98) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 98, $this->source); })()), "company", [], "any", false, false, false, 98), "logo", [], "any", false, false, false, 98))) {
// line 99
echo " <div class=\"col-12 col-md-2\">
<figure class=\"logo logo-left\">
<a href=\"";
// line 101
echo twig_escape_filter($this->env, $this->extensions['App\Twig\CompanyPathExtension']->companyDetailPath(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 101, $this->source); })()), "company", [], "any", false, false, false, 101)), "html", null, true);
echo "\"
title=\"";
// line 102
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("View company page"), "html", null, true);
echo "\">
<img loading=\"lazy\" src=\"";
// line 103
echo twig_escape_filter($this->env, $this->extensions['App\Twig\AssetExtension']->asset(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 103, $this->source); })()), "company", [], "any", false, false, false, 103), "logo", [], "any", false, false, false, 103)), "html", null, true);
echo "\"
alt=\"";
// line 104
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 104, $this->source); })()), "company", [], "any", false, false, false, 104), "name", [], "any", false, false, false, 104), "html", null, true);
echo "\">
</a>
</figure>
</div>
";
}
// line 109
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 111
public function block_vacancy_block_title($context, array $blocks = [])
{
$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", "vacancy_block_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_title"));
// line 112
echo " <div class=\"vacancy-title\">
<h1>";
// line 113
echo twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 113, $this->source); })()), "title", [], "any", false, false, false, 113);
echo "</h1>
</div>
<div class=\"vacancy-options\">
<ul>
";
// line 117
$this->displayBlock('vacancy_options_top', $context, $blocks);
// line 124
echo " ";
$this->displayBlock('custom_salary_li', $context, $blocks);
// line 131
echo " ";
if (( !$this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("feature_vacancy_custom_salary") && $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_salary_visible_on_detail"))) {
// line 132
echo " <li>
<i class=\"far fa-euro-sign\"></i> ";
// line 133
echo twig_escape_filter($this->env, $this->env->getFilter('money_localized_format')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 133, $this->source); })()), "salary", [], "any", false, false, false, 133)), "html", null, true);
echo "
</li>
";
}
// line 136
echo " ";
if (($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_visible_on_detail") || $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_address_visible_on_detail"))) {
// line 137
echo " <li>
";
// line 138
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_on_detail_icon")) {
// line 139
echo " <i class=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_on_detail_icon");
echo "\"></i>
";
} else {
// line 141
echo " <i class=\"fal fa-map-marker-alt\"></i>
";
}
// line 143
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_address_visible_on_detail")) {
// line 144
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 144, $this->source); })()), "address", [], "any", false, false, false, 144), "html", null, true);
echo "
";
} elseif ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_visible_on_detail")) {
// line 146
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 146, $this->source); })()), "city", [], "any", false, false, false, 146), "html", null, true);
echo "
";
}
// line 148
echo " ";
$this->displayBlock('vacancy_map_modal', $context, $blocks);
// line 160
echo " </li>
";
}
// line 162
echo " </ul>
</div>
";
// line 164
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 164, $this->source); })()), "published", [], "any", false, false, false, 164)) {
// line 165
echo " <div class=\"vacancy-actions\">
";
// line 166
$this->displayBlock('vacancy_actions', $context, $blocks);
// line 188
echo " ";
if ($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("feature_vacancy_save_as_favorite")) {
// line 189
echo " <div class=\"widget widget--favorite\">
<span class=\"d-none\" data-is-favorited=\"true\">
<i class=\"far fa-times icon-before\"></i>
";
// line 192
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Remove"), "html", null, true);
echo "
<span class=\"d-none d-md-block\"> ";
// line 193
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("as favorite"), "html", null, true);
echo "</span>
</span>
<span class=\"d-none\" data-is-favorited=\"false\">
<i class=\"far fa-star icon-before\"></i>
";
// line 197
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Save as favorite"), "html", null, true);
echo "
</span>
<a href=\"javascript:void(0)\"
class=\"favorite-add favorite-vacancy\">
</a>
</div>
";
}
// line 204
echo " ";
if ( !twig_test_empty($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_share_on"))) {
// line 205
echo " ";
$this->displayBlock('vacancy_actions_share', $context, $blocks);
// line 265
echo " ";
}
// line 266
echo " </div>
";
}
// line 268
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 117
public function block_vacancy_options_top($context, array $blocks = [])
{
$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", "vacancy_options_top"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_options_top"));
// line 118
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 118, $this->source); })()), "optionValues", [], "any", false, false, false, 118));
foreach ($context['_seq'] as $context["_key"] => $context["optionValue"]) {
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["optionValue"], "option", [], "any", false, false, false, 118), "visibleInDetail", [], "any", false, false, false, 118)) {
// line 119
echo " <li>
<i class=\"";
// line 120
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["optionValue"], "option", [], "any", false, false, false, 120), "fontAwesomeIcon", [], "any", false, false, false, 120), "html", null, true);
echo "\"></i>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["optionValue"], "value", [], "any", false, false, false, 120), "html", null, true);
echo "
</li>
";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['optionValue'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 123
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 124
public function block_custom_salary_li($context, array $blocks = [])
{
$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", "custom_salary_li"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "custom_salary_li"));
// line 125
echo " ";
if (($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("feature_vacancy_custom_salary") && twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 125, $this->source); })()), "customSalary", [], "any", false, false, false, 125))) {
// line 126
echo " <li>
<i class=\"far fa-euro-sign\"></i> ";
// line 127
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 127, $this->source); })()), "customSalary", [], "any", false, false, false, 127), "html", null, true);
echo "
</li>
";
}
// line 130
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 148
public function block_vacancy_map_modal($context, array $blocks = [])
{
$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", "vacancy_map_modal"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_map_modal"));
// line 149
echo " <span class=\"option-sub\">
<a title=\"";
// line 150
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Show on map"), "html", null, true);
echo "\"
data-component=\"MapModal\"
data-lat=\"";
// line 152
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 152, $this->source); })()), "latitude", [], "any", false, false, false, 152), "html", null, true);
echo "\"
data-long=\"";
// line 153
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 153, $this->source); })()), "longitude", [], "any", false, false, false, 153), "html", null, true);
echo "\"
data-zoom=\"9\">
( <i class=\"far fa-fw fa-map\"></i>
";
// line 156
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Show on map"), "html", null, true);
echo ")
</a>
</span>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 166
public function block_vacancy_actions($context, array $blocks = [])
{
$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", "vacancy_actions"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_actions"));
// line 167
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 167, $this->source); })()), "externalUrl", [], "any", false, false, false, 167)) {
// line 168
echo " <a target=\"_blank\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 168, $this->source); })()), "externalUrl", [], "any", false, false, false, 168), "html", null, true);
echo "\"
title=\"";
// line 169
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply to vacancy"), "html", null, true);
echo "\"
data-component=\"ExternalApplication\"
data-vacancy-id=\"";
// line 171
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 171, $this->source); })()), "id", [], "any", false, false, false, 171), "html", null, true);
echo "\"
class=\"is-btn is-background-color-accent\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
";
// line 175
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "
</a>
";
} else {
// line 178
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancy_apply", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 178, $this->source); })()), "id", [], "any", false, false, false, 178)]), "html", null, true);
echo "\"
title=\"";
// line 179
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply to vacancy"), "html", null, true);
echo "\"
data-vacancy-id=\"";
// line 180
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 180, $this->source); })()), "id", [], "any", false, false, false, 180), "html", null, true);
echo "\"
class=\"is-btn apply-btn ";
// line 181
if ( !$this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile()) {
echo " apply-btn_modal";
}
echo "\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
";
// line 184
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "
</a>
";
}
// line 187
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 205
public function block_vacancy_actions_share($context, array $blocks = [])
{
$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", "vacancy_actions_share"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_actions_share"));
// line 206
echo " <div class=\"widget widget--share dropdown show\">
<a class=\"dropdown-toggle\" role=\"button\"
id=\"dropdownMenuLink\"
data-toggle=\"dropdown\" aria-haspopup=\"true\"
aria-expanded=\"false\">
<i class=\"fal fa-share-alt icon-before is-color-primary\"></i>";
// line 211
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share vacancy"), "html", null, true);
echo "
</a>
<div class=\"dropdown-menu\"
aria-labelledby=\"dropdownMenuLink\">
";
// line 215
if (twig_in_filter("facebook", $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_share_on"))) {
// line 216
echo " <a target=\"_blank\"
href=\"https://www.facebook.com/sharer/sharer.php?u=";
// line 217
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 217, $this->source); })()), "request", [], "any", false, false, false, 217), "uri", [], "any", false, false, false, 217), "html", null, true);
echo "\"
title=\"";
// line 218
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 218, $this->source); })()), "title", [], "any", false, false, false, 218), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("on Facebook"), "html", null, true);
echo "\"
class=\"facebook dropdown-item\"><i
class=\"fab fa-facebook-f fa-fw is-color-primary\"></i>
Facebook
</a>
";
}
// line 224
echo " ";
if (twig_in_filter("linkedIn", $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_share_on"))) {
// line 225
echo " <a target=\"_blank\"
href=\"https://www.linkedin.com/shareArticle?url=";
// line 226
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 226, $this->source); })()), "request", [], "any", false, false, false, 226), "uri", [], "any", false, false, false, 226), "html", null, true);
echo "&title=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 226, $this->source); })()), "title", [], "any", false, false, false, 226), "html", null, true);
echo "&summary=";
echo twig_escape_filter($this->env, twig_striptags(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 226, $this->source); })()), "intro", [], "any", false, false, false, 226)), "html", null, true);
echo "&source=LinkedIn\"
title=\"";
// line 227
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 227, $this->source); })()), "title", [], "any", false, false, false, 227), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("on"), "html", null, true);
echo " LinkedIn\"
class=\"linkedin dropdown-item\"><i
class=\"fab fa-linkedin-in fa-fw is-color-primary\"></i>
LinkedIn
</a>
";
}
// line 233
echo " ";
if (twig_in_filter("twitter", $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_share_on"))) {
// line 234
echo " <a target=\"_blank\"
href=\"https://twitter.com/intent/tweet?text=";
// line 235
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 235, $this->source); })()), "title", [], "any", false, false, false, 235), "html", null, true);
echo "&url=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 235, $this->source); })()), "request", [], "any", false, false, false, 235), "uri", [], "any", false, false, false, 235), "html", null, true);
echo "\"
title=\"";
// line 236
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 236, $this->source); })()), "title", [], "any", false, false, false, 236), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("on Twitter"), "html", null, true);
echo "\"
class=\"twitter dropdown-item\"><i
class=\"fab fa-x-twitter fa-fw is-color-primary\"></i>
Twitter
</a>
";
}
// line 242
echo " ";
if (twig_in_filter("email", $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_share_on"))) {
// line 243
echo " <a target=\"_blank\"
href=\"";
// line 244
echo $this->extensions['App\Twig\ShareButtonExtension']->getShareByEmailUrl("", "", (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 244, $this->source); })()));
echo "\"
title=\"";
// line 245
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share by mail"), "html", null, true);
echo "\"
class=\"mail dropdown-item\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fas fa-envelope-open icon-before is-color-primary\"></i>
E-mail
</a>
";
}
// line 252
echo " ";
if (twig_in_filter("whatsapp", $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_share_on"))) {
// line 253
echo " <a href=\"";
echo twig_escape_filter($this->env, (isset($context["actionWhatsappHref"]) || array_key_exists("actionWhatsappHref", $context) ? $context["actionWhatsappHref"] : (function () { throw new RuntimeError('Variable "actionWhatsappHref" does not exist.', 253, $this->source); })()), "html", null, true);
echo "\"
title=\"";
// line 254
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Share with Whatsapp"), "html", null, true);
echo "\"
class=\"whatsapp dropdown-item\"
target=\"_blank\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fab fa-whatsapp icon-before is-color-primary\"></i>
Whatsapp
</a>
";
}
// line 262
echo " </div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 277
public function block_vacancy_content($context, array $blocks = [])
{
$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", "vacancy_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_content"));
// line 278
echo " <div class=\"row\">
";
// line 279
$this->displayBlock('vacancy_block_main', $context, $blocks);
// line 364
echo " ";
$this->displayBlock('vacancy_block_sidebar', $context, $blocks);
// line 573
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 279
public function block_vacancy_block_main($context, array $blocks = [])
{
$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", "vacancy_block_main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_main"));
// line 280
echo " <main class=\"col-12 col-lg-8\">
<div class=\"card animation-element fadeup-element fade-start-section\">
<div class=\"card-body vacancy-content\">
";
// line 283
$this->loadTemplate("pages/blocks/inavailable_message.html.twig", "pages/vacancy_detail_layout_base.html.twig", 283)->display($context);
// line 284
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_intro_visible_on_detail")) {
// line 285
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 285, $this->source); })()), "intro", [], "any", false, false, false, 285);
echo "
";
}
// line 287
echo " ";
echo $this->extensions['App\Twig\DescriptionExtension']->getDescription((isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 287, $this->source); })()));
echo "
";
// line 288
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 288, $this->source); })()), "canApply", [], "any", false, false, false, 288)) {
// line 289
echo " <div class=\"button-set h-align h-align-left\">
";
// line 290
$this->displayBlock('vacancy_footer_actions', $context, $blocks);
// line 312
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancies");
echo "\" class=\"is-color-base is-hover-color-primary\"><i
class=\"fal fa-angle-left icon-before is-color-primary\"></i> ";
// line 313
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("To vacancy overview"), "html", null, true);
echo "
</a>
</div>
";
}
// line 317
echo " </div>
</div>
";
// line 319
$this->displayBlock('vacancy_block_main_applicantform', $context, $blocks);
// line 321
echo " ";
$this->displayBlock('vacancy_block_main_recruiter', $context, $blocks);
// line 362
echo " </main>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 290
public function block_vacancy_footer_actions($context, array $blocks = [])
{
$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", "vacancy_footer_actions"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_footer_actions"));
// line 291
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 291, $this->source); })()), "externalUrl", [], "any", false, false, false, 291)) {
// line 292
echo " <a target=\"_blank\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 292, $this->source); })()), "externalUrl", [], "any", false, false, false, 292), "html", null, true);
echo "\"
title=\"";
// line 293
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply"), "html", null, true);
echo "\"
class=\"is-btn is-background-color-accent is-margin-bottom-0 is-margin-bottom-mobile-15\"
data-component=\"ExternalApplication\"
data-vacancy-id=\"";
// line 296
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 296, $this->source); })()), "id", [], "any", false, false, false, 296), "html", null, true);
echo "\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
";
// line 299
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply to vacancy"), "html", null, true);
echo "
</a>
";
} else {
// line 302
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancy_apply", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 302, $this->source); })()), "id", [], "any", false, false, false, 302)]), "html", null, true);
echo "\"
title=\"";
// line 303
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply to vacancy"), "html", null, true);
echo "\"
data-vacancy-id=\"";
// line 304
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 304, $this->source); })()), "id", [], "any", false, false, false, 304), "html", null, true);
echo "\"
class=\"is-btn apply-btn ";
// line 305
if ( !$this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile()) {
echo " apply-btn_modal";
}
echo " is-margin-bottom-0 is-margin-bottom-mobile-15\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
";
// line 308
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Apply to vacancy"), "html", null, true);
echo "
</a>
";
}
// line 311
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 319
public function block_vacancy_block_main_applicantform($context, array $blocks = [])
{
$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", "vacancy_block_main_applicantform"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_main_applicantform"));
// line 320
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 321
public function block_vacancy_block_main_recruiter($context, array $blocks = [])
{
$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", "vacancy_block_main_recruiter"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_main_recruiter"));
// line 322
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 322, $this->source); })()), "recruiter", [], "any", false, false, false, 322)) {
// line 323
echo " <div class=\"widget widget--recruiter card animation-element fadeup-element\">
<div class=\"card-body\">
<div class=\"row\">
";
// line 326
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 326, $this->source); })()), "recruiter", [], "any", false, false, false, 326), "pictureName", [], "any", false, false, false, 326)) {
// line 327
echo " <div class=\"recruiter-img col-12 col-sm-3 col-lg-12 col-xl-3 is-margin-right-0\">
<img loading=\"lazy\" src=\"";
// line 328
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 328, $this->source); })()), "recruiter", [], "any", false, false, false, 328), "picture"), "html", null, true);
echo "\"
alt=\"";
// line 329
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 329, $this->source); })()), "recruiter", [], "any", false, false, false, 329), "firstname", [], "any", false, false, false, 329), "html", null, true);
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 329, $this->source); })()), "recruiter", [], "any", false, false, false, 329), "lastnameprefix", [], "any", false, false, false, 329)) {
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 329, $this->source); })()), "recruiter", [], "any", false, false, false, 329), "lastnameprefix", [], "any", false, false, false, 329), "html", null, true);
}
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 329, $this->source); })()), "recruiter", [], "any", false, false, false, 329), "lastname", [], "any", false, false, false, 329), "html", null, true);
echo "\">
</div>
";
}
// line 332
echo " <div class=\"recruiter-info col-12 col-sm-9 col-lg-12 col-xl-9\">
<h2>";
// line 333
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("For more information"), "html", null, true);
echo "</h2>
<p>
<span>";
// line 335
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 335, $this->source); })()), "recruiter", [], "any", false, false, false, 335), "firstname", [], "any", false, false, false, 335), "html", null, true);
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 335, $this->source); })()), "recruiter", [], "any", false, false, false, 335), "lastnameprefix", [], "any", false, false, false, 335)) {
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 335, $this->source); })()), "recruiter", [], "any", false, false, false, 335), "lastnameprefix", [], "any", false, false, false, 335), "html", null, true);
}
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 335, $this->source); })()), "recruiter", [], "any", false, false, false, 335), "lastname", [], "any", false, false, false, 335), "html", null, true);
echo "</span><br>
<a href=\"mailto:";
// line 336
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 336, $this->source); })()), "recruiter", [], "any", false, false, false, 336), "email", [], "any", false, false, false, 336), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 336, $this->source); })()), "recruiter", [], "any", false, false, false, 336), "email", [], "any", false, false, false, 336), "html", null, true);
echo "</a><br>
";
// line 337
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 337, $this->source); })()), "recruiter", [], "any", false, false, false, 337), "phone", [], "any", false, false, false, 337))) {
// line 338
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->env->getFilter('formatPhoneRFC3966')->getCallable()(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 338, $this->source); })()), "recruiter", [], "any", false, false, false, 338), "phone", [], "any", false, false, false, 338)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 338, $this->source); })()), "recruiter", [], "any", false, false, false, 338), "phone", [], "any", false, false, false, 338), "html", null, true);
echo "</a>
<br>
";
}
// line 341
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 341, $this->source); })()), "recruiter", [], "any", false, false, false, 341), "phone", [], "any", false, false, false, 341))) {
// line 342
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_show_whatsapp_button_recruiters")) {
// line 343
echo " ";
if ($this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile()) {
// line 344
echo " <a class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://api.whatsapp.com/send?phone=";
// line 345
echo twig_escape_filter($this->env, $this->env->getFilter('formatPhoneE164')->getCallable()(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 345, $this->source); })()), "recruiter", [], "any", false, false, false, 345), "phone", [], "any", false, false, false, 345)), "html", null, true);
echo "\"
title=\"";
// line 346
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 346, $this->source); })()), "recruiter", [], "any", false, false, false, 346), "firstName", [], "any", false, false, false, 346)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 346, $this->source); })()), "recruiter", [], "any", false, false, false, 346), "firstName", [], "any", false, false, false, 346)), "html", null, true);
echo "</a>
";
} else {
// line 348
echo " <a target=\"_blank\"
class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://web.whatsapp.com/send?phone=";
// line 350
echo twig_escape_filter($this->env, $this->env->getFilter('formatPhoneE164')->getCallable()(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 350, $this->source); })()), "recruiter", [], "any", false, false, false, 350), "phone", [], "any", false, false, false, 350)), "html", null, true);
echo "\"
title=\"";
// line 351
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 351, $this->source); })()), "recruiter", [], "any", false, false, false, 351), "firstName", [], "any", false, false, false, 351)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 351, $this->source); })()), "recruiter", [], "any", false, false, false, 351), "firstName", [], "any", false, false, false, 351)), "html", null, true);
echo "</a>
";
}
// line 353
echo " ";
}
// line 354
echo " ";
}
// line 355
echo " </p>
</div>
</div>
</div>
</div>
";
}
// line 361
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 364
public function block_vacancy_block_sidebar($context, array $blocks = [])
{
$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", "vacancy_block_sidebar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_sidebar"));
// line 365
echo " <aside class=\"col-12 col-lg-4\">
";
// line 366
$this->displayBlock('vacancy_sidebar_company', $context, $blocks);
// line 395
echo " ";
$this->displayBlock('vacancy_sidebar_usps', $context, $blocks);
// line 409
echo " ";
$this->displayBlock('vacancy_block_sidebar_open_close_date', $context, $blocks);
// line 430
echo " ";
$this->displayBlock('vacancy_block_sidebar_related_vacancies', $context, $blocks);
// line 499
echo " ";
$this->displayBlock('vacancy_block_sidebar_recruiter', $context, $blocks);
// line 540
echo " <div class=\"widget widget--sm widget--sm__default text-center animation-element fadeup-element\">
";
// line 541
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_facebook")) {
// line 542
echo " <a href=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_facebook");
echo "\"
title=\"";
// line 543
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Follow %site-company-name% on", ["%site-company-name%" => ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 543, $this->source); })()), "Getnoticed")) : ("Getnoticed"))]), "html", null, true);
echo " Facebook\"
target=\"_blank\"><i
class=\"fab fa-fw fa-facebook-f\"></i></a>
";
}
// line 547
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_twitter")) {
// line 548
echo " <a href=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_twitter");
echo "\"
title=\"";
// line 549
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Follow %site-company-name% on", ["%site-company-name%" => ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 549, $this->source); })()), "Getnoticed")) : ("Getnoticed"))]), "html", null, true);
echo " Twitter\"
target=\"_blank\"><i
class=\"fab fa-fw fa-x-twitter\"></i></a>
";
}
// line 553
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_linkedin")) {
// line 554
echo " <a href=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_linkedin");
echo "\"
title=\"";
// line 555
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Follow %site-company-name% on", ["%site-company-name%" => ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 555, $this->source); })()), "Getnoticed")) : ("Getnoticed"))]), "html", null, true);
echo " LinkedIn\"
target=\"_blank\"><i
class=\"fab fa-fw fa-linkedin-in\"></i></a>
";
}
// line 559
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_youtube")) {
// line 560
echo " <a href=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_youtube");
echo "\"
title=\"";
// line 561
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Follow %site-company-name% on", ["%site-company-name%" => ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 561, $this->source); })()), "Getnoticed")) : ("Getnoticed"))]), "html", null, true);
echo " Youtube\"
target=\"_blank\"><i
class=\"fab fa-fw fa-youtube\"></i></a>
";
}
// line 565
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_instagram")) {
// line 566
echo " <a href=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_social_instagram");
echo "\"
title=\"";
// line 567
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Follow %site-company-name% on", ["%site-company-name%" => ((array_key_exists("site_company_name", $context)) ? (_twig_default_filter((isset($context["site_company_name"]) || array_key_exists("site_company_name", $context) ? $context["site_company_name"] : (function () { throw new RuntimeError('Variable "site_company_name" does not exist.', 567, $this->source); })()), "Getnoticed")) : ("Getnoticed"))]), "html", null, true);
echo " Instagram\"
target=\"_blank\"><i class=\"fab fa-fw fa-instagram\"></i></a>
";
}
// line 570
echo " </div>
</aside>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 366
public function block_vacancy_sidebar_company($context, array $blocks = [])
{
$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", "vacancy_sidebar_company"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_sidebar_company"));
// line 367
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 367, $this->source); })()), "company", [], "any", false, false, false, 367)) {
// line 368
echo " <div class=\"card card_company animation-element fadeup-element\">
<div class=\"card-body\">
";
// line 370
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 370, $this->source); })()), "company", [], "any", false, false, false, 370), "video", [], "any", false, false, false, 370)) {
// line 371
echo " <div class=\"company_video embed-responsive embed-responsive-16by9\">
<iframe width=\"560\" height=\"315\" class=\"embed-responsive-item\"
src=\"";
// line 373
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 373, $this->source); })()), "company", [], "any", false, false, false, 373), "video", [], "any", false, false, false, 373), "html", null, true);
echo "\" frameborder=\"0\"
allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\"
allowfullscreen>
</iframe>
</div>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 378
($context["vacancy"] ?? null), "company", [], "any", false, true, false, 378), "logo", [], "any", true, true, false, 378) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 378, $this->source); })()), "company", [], "any", false, false, false, 378), "logo", [], "any", false, false, false, 378))) {
// line 379
echo " ";
$this->displayBlock('vacancy_sidebar_company_logo', $context, $blocks);
// line 388
echo " ";
}
// line 389
echo " <h2>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 389, $this->source); })()), "company", [], "any", false, false, false, 389), "name", [], "any", false, false, false, 389), "html", null, true);
echo "</h2>
";
// line 390
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 390, $this->source); })()), "company", [], "any", false, false, false, 390), "description", [], "any", false, false, false, 390);
echo "
</div>
</div>
";
}
// line 394
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 379
public function block_vacancy_sidebar_company_logo($context, array $blocks = [])
{
$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", "vacancy_sidebar_company_logo"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_sidebar_company_logo"));
// line 380
echo " <figure class=\"company-logo\">
<a href=\"";
// line 381
echo twig_escape_filter($this->env, $this->extensions['App\Twig\CompanyPathExtension']->companyDetailPath(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 381, $this->source); })()), "company", [], "any", false, false, false, 381)), "html", null, true);
echo "\"
title=\"";
// line 382
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("View office page"), "html", null, true);
echo "\">
<img loading=\"lazy\" src=\"";
// line 383
echo twig_escape_filter($this->env, $this->env->getRuntime('Liip\ImagineBundle\Templating\LazyFilterRuntime')->filter($this->extensions['App\Twig\AssetExtension']->asset(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 383, $this->source); })()), "company", [], "any", false, false, false, 383), "logo", [], "any", false, false, false, 383)), "w480"), "html", null, true);
echo "\"
alt=\"";
// line 384
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 384, $this->source); })()), "company", [], "any", false, false, false, 384), "name", [], "any", false, false, false, 384), "html", null, true);
echo "\"/>
</a>
</figure>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 395
public function block_vacancy_sidebar_usps($context, array $blocks = [])
{
$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", "vacancy_sidebar_usps"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_sidebar_usps"));
// line 396
echo " ";
if ( !twig_test_empty((isset($context["vacancyUsps"]) || array_key_exists("vacancyUsps", $context) ? $context["vacancyUsps"] : (function () { throw new RuntimeError('Variable "vacancyUsps" does not exist.', 396, $this->source); })()))) {
// line 397
echo " <div class=\"widget widget--office card\">
<div class=\"card-body\">
<div class=\"usps--list\">
";
// line 400
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["vacancyUsps"]) || array_key_exists("vacancyUsps", $context) ? $context["vacancyUsps"] : (function () { throw new RuntimeError('Variable "vacancyUsps" does not exist.', 400, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["usp"]) {
// line 401
echo " <span class=\"usp-icon\"><i
class=\"";
// line 402
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["usp"], "fontAwesomeIcon", [], "any", false, false, false, 402), "html", null, true);
echo "\"></i>";
echo twig_get_attribute($this->env, $this->source, $context["usp"], "value", [], "any", false, false, false, 402);
echo "</span>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['usp'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 404
echo " </div>
</div>
</div>
";
}
// line 408
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 409
public function block_vacancy_block_sidebar_open_close_date($context, array $blocks = [])
{
$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", "vacancy_block_sidebar_open_close_date"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_sidebar_open_close_date"));
// line 410
echo " ";
if (((twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 410, $this->source); })()), "startDate", [], "any", false, false, false, 410) && $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_show_start_date_detail")) || (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 410, $this->source); })()), "endDate", [], "any", false, false, false, 410) && $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_show_end_date_detail")))) {
// line 411
echo " <div class=\"card card_vac-info animation-element fadeup-element\">
<div class=\"card-body\">
<h3>";
// line 413
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vacancy information"), "html", null, true);
echo "</h3>
<ul class=\"is-margin-bottom-0\">
";
// line 415
if ((twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 415, $this->source); })()), "startDate", [], "any", false, false, false, 415) && $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_show_start_date_detail"))) {
// line 416
echo " <li>
<i class=\"fal fa-calendar-alt icon-before\"></i>";
// line 417
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Open since"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 417, $this->source); })()), "startDate", [], "any", false, false, false, 417), "d-m-Y"), "html", null, true);
echo "
</li>
";
}
// line 420
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 420, $this->source); })()), "endDate", [], "any", false, false, false, 420) && $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_show_end_date_detail"))) {
// line 421
echo " <li>
<i class=\"fal fa-hourglass-start icon-before\"></i>";
// line 422
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Closing date"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 422, $this->source); })()), "endDate", [], "any", false, false, false, 422), "d-m-Y"), "html", null, true);
echo "
</li>
";
}
// line 425
echo " </ul>
</div>
</div>
";
}
// line 429
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 430
public function block_vacancy_block_sidebar_related_vacancies($context, array $blocks = [])
{
$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", "vacancy_block_sidebar_related_vacancies"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_sidebar_related_vacancies"));
// line 431
echo " ";
if (($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("feature_vacancy_related_vacancies") && !twig_test_empty((isset($context["relatedVacancies"]) || array_key_exists("relatedVacancies", $context) ? $context["relatedVacancies"] : (function () { throw new RuntimeError('Variable "relatedVacancies" does not exist.', 431, $this->source); })())))) {
// line 432
echo " <div class=\"animation-element fadeup-element\">
<h2>";
// line 433
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Related vacancies"), "html", null, true);
echo "</h2>
<div class=\"card card_related-vacancies\">
";
// line 435
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["relatedVacancies"]) || array_key_exists("relatedVacancies", $context) ? $context["relatedVacancies"] : (function () { throw new RuntimeError('Variable "relatedVacancies" does not exist.', 435, $this->source); })()), 0, 3));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["vacancy"]) {
// line 436
echo " <div class=\"card-body ";
if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 436)) {
}
echo "\"
data-component=\"Favorite\"
data-vacancy-id=\"";
// line 438
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["vacancy"], "id", [], "any", false, false, false, 438), "html", null, true);
echo "\">
<div class=\"vacancy\">
<div class=\"vacancy-top\">
<div class=\"vacancy-title\">
<a title=\"";
// line 442
echo twig_get_attribute($this->env, $this->source, $context["vacancy"], "title", [], "any", false, false, false, 442);
echo "\"
href=\"";
// line 443
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancy_detail", ["id" => twig_get_attribute($this->env, $this->source, $context["vacancy"], "id", [], "any", false, false, false, 443), "slug" => twig_get_attribute($this->env, $this->source, $context["vacancy"], "slug", [], "any", false, false, false, 443)]), "html", null, true);
echo "\">
<h3>";
// line 444
echo twig_get_attribute($this->env, $this->source, $context["vacancy"], "title", [], "any", false, false, false, 444);
echo "</h3>
</a>
</div>
<div class=\"vacancy-badges\">
";
// line 448
if (twig_get_attribute($this->env, $this->source, $context["vacancy"], "new", [], "any", false, false, false, 448)) {
// line 449
echo " <span class=\"badge badge--new\">
<p>";
// line 450
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("New"), "html", null, true);
echo "</p>
</span>
";
}
// line 453
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["vacancy"], "featured", [], "any", false, false, false, 453)) {
// line 454
echo " <span class=\"badge badge--topvacancy\">
<p>";
// line 455
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Featured vacancy"), "html", null, true);
echo "</p>
</span>
";
}
// line 458
echo " </div>
</div>
<div class=\"vacancy-body\" data-format=\"IntroFormatter\">
";
// line 461
echo twig_striptags(twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["vacancy"], "intro", [], "any", false, false, false, 461), 0, _twig_default_filter($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_intro_character_limit"), 200)));
echo (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["vacancy"], "intro", [], "any", false, false, false, 461)) > _twig_default_filter($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_intro_character_limit"), 200))) ? ("...") : (""));
echo "
</div>
<div class=\"vacancy-footer\">
<div data-format=\"FooterFormatter\"
class=\"vacancy-options\">
<ul>
<li>
";
// line 468
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_on_detail_icon")) {
// line 469
echo " <i class=\"";
echo $this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_on_detail_icon");
echo "\"></i>
";
} else {
// line 471
echo " <i class=\"fal fa-map-marker-alt\"></i>
";
}
// line 473
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_address_visible_on_detail")) {
// line 474
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["vacancy"], "address", [], "any", false, false, false, 474), "html", null, true);
echo "
";
} elseif ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_city_visible_on_detail")) {
// line 476
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["vacancy"], "city", [], "any", false, false, false, 476), "html", null, true);
echo "
";
}
// line 478
echo " </li>
";
// line 479
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["vacancy"], "optionValues", [], "any", false, false, false, 479));
foreach ($context['_seq'] as $context["_key"] => $context["optionValue"]) {
// line 480
echo " <li>
<i class=\"";
// line 481
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["optionValue"], "option", [], "any", false, false, false, 481), "fontAwesomeIcon", [], "any", false, false, false, 481), "html", null, true);
echo "\"></i>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["optionValue"], "value", [], "any", false, false, false, 481), "html", null, true);
echo "
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['optionValue'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 484
echo " </ul>
</div>
<a href=\"";
// line 486
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vacancy_detail", ["id" => twig_get_attribute($this->env, $this->source, $context["vacancy"], "id", [], "any", false, false, false, 486), "slug" => twig_get_attribute($this->env, $this->source, $context["vacancy"], "slug", [], "any", false, false, false, 486)]), "html", null, true);
echo "\"
title=\"";
// line 487
echo twig_get_attribute($this->env, $this->source, $context["vacancy"], "title", [], "any", false, false, false, 487);
echo "\">
";
// line 488
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Show vacancy"), "html", null, true);
echo " <i
class=\"far fa-angle-right icon-after\"></i>
</a>
</div>
</div>
</div>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['vacancy'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 495
echo " </div>
</div>
";
}
// line 498
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 499
public function block_vacancy_block_sidebar_recruiter($context, array $blocks = [])
{
$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", "vacancy_block_sidebar_recruiter"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_block_sidebar_recruiter"));
// line 500
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 500, $this->source); })()), "recruiter", [], "any", false, false, false, 500)) {
// line 501
echo " <div class=\"card card_recruiter animation-element fadeup-element\">
<div class=\"card-body\">
<div class=\"row\">
";
// line 504
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 504, $this->source); })()), "recruiter", [], "any", false, false, false, 504), "pictureName", [], "any", false, false, false, 504)) {
// line 505
echo " <div class=\"recruiter-img col-12 col-sm-3 col-lg-12 col-xl-3 is-margin-right-0\">
<img loading=\"lazy\" src=\"";
// line 506
echo twig_escape_filter($this->env, $this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset(twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 506, $this->source); })()), "recruiter", [], "any", false, false, false, 506), "picture"), "html", null, true);
echo "\"
alt=\"";
// line 507
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 507, $this->source); })()), "recruiter", [], "any", false, false, false, 507), "firstname", [], "any", false, false, false, 507), "html", null, true);
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 507, $this->source); })()), "recruiter", [], "any", false, false, false, 507), "lastnameprefix", [], "any", false, false, false, 507)) {
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 507, $this->source); })()), "recruiter", [], "any", false, false, false, 507), "lastnameprefix", [], "any", false, false, false, 507), "html", null, true);
}
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 507, $this->source); })()), "recruiter", [], "any", false, false, false, 507), "lastname", [], "any", false, false, false, 507), "html", null, true);
echo "\">
</div>
";
}
// line 510
echo " <div class=\"recruiter-info col-12 col-sm-9 col-lg-12 col-xl-9\">
<h2>";
// line 511
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("For more information"), "html", null, true);
echo "</h2>
<p>
<span>";
// line 513
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 513, $this->source); })()), "recruiter", [], "any", false, false, false, 513), "firstname", [], "any", false, false, false, 513), "html", null, true);
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 513, $this->source); })()), "recruiter", [], "any", false, false, false, 513), "lastnameprefix", [], "any", false, false, false, 513)) {
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 513, $this->source); })()), "recruiter", [], "any", false, false, false, 513), "lastnameprefix", [], "any", false, false, false, 513), "html", null, true);
}
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 513, $this->source); })()), "recruiter", [], "any", false, false, false, 513), "lastname", [], "any", false, false, false, 513), "html", null, true);
echo "</span><br>
<a href=\"mailto:";
// line 514
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 514, $this->source); })()), "recruiter", [], "any", false, false, false, 514), "email", [], "any", false, false, false, 514), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 514, $this->source); })()), "recruiter", [], "any", false, false, false, 514), "email", [], "any", false, false, false, 514), "html", null, true);
echo "</a><br>
";
// line 515
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 515, $this->source); })()), "recruiter", [], "any", false, false, false, 515), "phone", [], "any", false, false, false, 515))) {
// line 516
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->env->getFilter('formatPhoneRFC3966')->getCallable()(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 516, $this->source); })()), "recruiter", [], "any", false, false, false, 516), "phone", [], "any", false, false, false, 516)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 516, $this->source); })()), "recruiter", [], "any", false, false, false, 516), "phone", [], "any", false, false, false, 516), "html", null, true);
echo "</a>
<br>
";
}
// line 519
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 519, $this->source); })()), "recruiter", [], "any", false, false, false, 519), "phone", [], "any", false, false, false, 519))) {
// line 520
echo " ";
if ($this->extensions['App\Component\Configuration\Twig\ConfigExtension']->getSetting("site_vacancy_show_whatsapp_button_recruiters")) {
// line 521
echo " ";
if ($this->extensions['MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobile()) {
// line 522
echo " <a class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://api.whatsapp.com/send?phone=";
// line 523
echo twig_escape_filter($this->env, $this->env->getFilter('formatPhoneE164')->getCallable()(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 523, $this->source); })()), "recruiter", [], "any", false, false, false, 523), "phone", [], "any", false, false, false, 523)), "html", null, true);
echo "\"
title=\"";
// line 524
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 524, $this->source); })()), "recruiter", [], "any", false, false, false, 524), "firstName", [], "any", false, false, false, 524)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 524, $this->source); })()), "recruiter", [], "any", false, false, false, 524), "firstName", [], "any", false, false, false, 524)), "html", null, true);
echo "</a>
";
} else {
// line 526
echo " <a target=\"_blank\"
class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://web.whatsapp.com/send?phone=";
// line 528
echo twig_escape_filter($this->env, $this->env->getFilter('formatPhoneE164')->getCallable()(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 528, $this->source); })()), "recruiter", [], "any", false, false, false, 528), "phone", [], "any", false, false, false, 528)), "html", null, true);
echo "\"
title=\"";
// line 529
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 529, $this->source); })()), "recruiter", [], "any", false, false, false, 529), "firstName", [], "any", false, false, false, 529)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_sprintf($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("App %s"), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["vacancy"]) || array_key_exists("vacancy", $context) ? $context["vacancy"] : (function () { throw new RuntimeError('Variable "vacancy" does not exist.', 529, $this->source); })()), "recruiter", [], "any", false, false, false, 529), "firstName", [], "any", false, false, false, 529)), "html", null, true);
echo "</a>
";
}
// line 531
echo " ";
}
// line 532
echo " ";
}
// line 533
echo " </p>
</div>
</div>
</div>
</div>
";
}
// line 539
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 576
public function block_vacancy_footer($context, array $blocks = [])
{
$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", "vacancy_footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "vacancy_footer"));
// line 577
echo " <!-- extra footer section for e.g. related items -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "pages/vacancy_detail_layout_base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 2002 => 577, 1992 => 576, 1982 => 539, 1974 => 533, 1971 => 532, 1968 => 531, 1961 => 529, 1957 => 528, 1953 => 526, 1946 => 524, 1942 => 523, 1939 => 522, 1936 => 521, 1933 => 520, 1930 => 519, 1921 => 516, 1919 => 515, 1913 => 514, 1903 => 513, 1898 => 511, 1895 => 510, 1883 => 507, 1879 => 506, 1876 => 505, 1874 => 504, 1869 => 501, 1866 => 500, 1856 => 499, 1846 => 498, 1841 => 495, 1820 => 488, 1816 => 487, 1812 => 486, 1808 => 484, 1797 => 481, 1794 => 480, 1790 => 479, 1787 => 478, 1781 => 476, 1775 => 474, 1772 => 473, 1768 => 471, 1762 => 469, 1760 => 468, 1749 => 461, 1744 => 458, 1738 => 455, 1735 => 454, 1732 => 453, 1726 => 450, 1723 => 449, 1721 => 448, 1714 => 444, 1710 => 443, 1706 => 442, 1699 => 438, 1692 => 436, 1675 => 435, 1670 => 433, 1667 => 432, 1664 => 431, 1654 => 430, 1644 => 429, 1638 => 425, 1630 => 422, 1627 => 421, 1624 => 420, 1616 => 417, 1613 => 416, 1611 => 415, 1606 => 413, 1602 => 411, 1599 => 410, 1589 => 409, 1579 => 408, 1573 => 404, 1563 => 402, 1560 => 401, 1556 => 400, 1551 => 397, 1548 => 396, 1538 => 395, 1524 => 384, 1520 => 383, 1516 => 382, 1512 => 381, 1509 => 380, 1499 => 379, 1489 => 394, 1482 => 390, 1477 => 389, 1474 => 388, 1471 => 379, 1469 => 378, 1461 => 373, 1457 => 371, 1455 => 370, 1451 => 368, 1448 => 367, 1438 => 366, 1426 => 570, 1420 => 567, 1415 => 566, 1412 => 565, 1405 => 561, 1400 => 560, 1397 => 559, 1390 => 555, 1385 => 554, 1382 => 553, 1375 => 549, 1370 => 548, 1367 => 547, 1360 => 543, 1355 => 542, 1353 => 541, 1350 => 540, 1347 => 499, 1344 => 430, 1341 => 409, 1338 => 395, 1336 => 366, 1333 => 365, 1323 => 364, 1313 => 361, 1305 => 355, 1302 => 354, 1299 => 353, 1292 => 351, 1288 => 350, 1284 => 348, 1277 => 346, 1273 => 345, 1270 => 344, 1267 => 343, 1264 => 342, 1261 => 341, 1252 => 338, 1250 => 337, 1244 => 336, 1234 => 335, 1229 => 333, 1226 => 332, 1214 => 329, 1210 => 328, 1207 => 327, 1205 => 326, 1200 => 323, 1197 => 322, 1187 => 321, 1177 => 320, 1167 => 319, 1157 => 311, 1151 => 308, 1143 => 305, 1139 => 304, 1135 => 303, 1130 => 302, 1124 => 299, 1118 => 296, 1112 => 293, 1107 => 292, 1104 => 291, 1094 => 290, 1083 => 362, 1080 => 321, 1078 => 319, 1074 => 317, 1067 => 313, 1062 => 312, 1060 => 290, 1057 => 289, 1055 => 288, 1050 => 287, 1044 => 285, 1041 => 284, 1039 => 283, 1034 => 280, 1024 => 279, 1013 => 573, 1010 => 364, 1008 => 279, 1005 => 278, 995 => 277, 983 => 262, 972 => 254, 967 => 253, 964 => 252, 954 => 245, 950 => 244, 947 => 243, 944 => 242, 931 => 236, 925 => 235, 922 => 234, 919 => 233, 906 => 227, 898 => 226, 895 => 225, 892 => 224, 879 => 218, 875 => 217, 872 => 216, 870 => 215, 863 => 211, 856 => 206, 846 => 205, 836 => 187, 830 => 184, 822 => 181, 818 => 180, 814 => 179, 809 => 178, 803 => 175, 796 => 171, 791 => 169, 786 => 168, 783 => 167, 773 => 166, 759 => 156, 753 => 153, 749 => 152, 744 => 150, 741 => 149, 731 => 148, 721 => 130, 715 => 127, 712 => 126, 709 => 125, 699 => 124, 689 => 123, 677 => 120, 674 => 119, 668 => 118, 658 => 117, 648 => 268, 644 => 266, 641 => 265, 638 => 205, 635 => 204, 625 => 197, 618 => 193, 614 => 192, 609 => 189, 606 => 188, 604 => 166, 601 => 165, 599 => 164, 595 => 162, 591 => 160, 588 => 148, 582 => 146, 576 => 144, 573 => 143, 569 => 141, 563 => 139, 561 => 138, 558 => 137, 555 => 136, 549 => 133, 546 => 132, 543 => 131, 540 => 124, 538 => 117, 531 => 113, 528 => 112, 518 => 111, 508 => 109, 500 => 104, 496 => 103, 492 => 102, 488 => 101, 484 => 99, 481 => 98, 471 => 97, 457 => 89, 453 => 88, 448 => 85, 438 => 84, 423 => 269, 421 => 111, 418 => 110, 416 => 97, 413 => 96, 408 => 93, 406 => 84, 402 => 82, 400 => 81, 395 => 78, 385 => 77, 375 => 579, 373 => 576, 370 => 575, 368 => 277, 364 => 275, 362 => 77, 355 => 74, 345 => 73, 327 => 72, 313 => 71, 309 => 70, 306 => 69, 296 => 68, 283 => 62, 280 => 61, 274 => 58, 270 => 56, 265 => 55, 259 => 54, 255 => 53, 251 => 52, 246 => 51, 240 => 48, 234 => 45, 229 => 43, 224 => 42, 221 => 41, 214 => 37, 209 => 35, 202 => 31, 198 => 29, 195 => 28, 193 => 27, 184 => 25, 178 => 22, 175 => 21, 165 => 20, 155 => 18, 151 => 16, 149 => 15, 148 => 13, 145 => 12, 142 => 11, 132 => 10, 121 => 580, 118 => 73, 115 => 72, 113 => 68, 109 => 66, 107 => 20, 104 => 19, 101 => 10, 82 => 9, 79 => 8, 76 => 4, 75 => 3, 73 => 2, 71 => 1,);
}
public function getSourceContext()
{
return new Source("{% if actionWhatsappHref is not defined %}
{% set actionWhatsappHref = getShareOnWhatsAppUrl(
\"Vacancy\"|trans ~ \" '\" ~ vacancy.title|trim(side='right') ~ \"': \" ~
absolute_url(path('vacancy_detail', {'id' : vacancy.id, 'slug' : vacancy.slug})),
is_mobile()
) %}
{% endif %}
{% block content %}
{% block vacancy_modal %}
{% if vacancy.externalUrl is empty %}
<!-- Modal -->
{{ render(controller(
'App\\\\Controller\\\\Page\\\\ApplicantController::formModalAction',
{ 'id': vacancy.id }
)) }}
{% endif %}
{% endblock %}
{% block vacancy_header_fixed %}
<header data-component=\"MenuMobile,Favorite\"
data-vacancy-id=\"{{ vacancy.id }}\"
class=\"vacancy-header-top fixed-top\">
<div class=\"flex-container\">
<h2>{% if vacancy.options.functie is defined %}{{ vacancy.options.functie|first.value }}{% else %}{{ vacancy.title|raw }}{% endif %}</h2>
<div class=\"button-set h-align h-align-right\">
{% if vacancy.published %}
{% if feature('feature_vacancy_save_as_favorite') %}
<span class=\"d-none\" data-is-favorited=\"true\">
<i class=\"fal fa-times icon-before\"></i>
{{ 'Remove'|trans }}
</span>
<span class=\"d-none\" data-is-favorited=\"false\">
<i class=\"fal fa-star icon-before\"></i>
{{ 'Save'|trans }}
</span>
<a href=\"javascript:void(0)\" title=\"{{ 'Save as favorite'|trans }}\"
class=\"is-btn is-btn_add-to-favorites is-btn-outlined-primary favorite-add favorite-vacancy\">
</a>
{% endif %}
{% if vacancy.externalUrl %}
<a target=\"_blank\" href=\"{{ vacancy.externalUrl }}\"
title=\"{{ 'Apply'|trans }}\"
data-component=\"ExternalApplication\"
data-vacancy-id=\"{{ vacancy.id }}\"
class=\"is-btn is-background-color-accent\">
<i class=\"fal fa-pencil icon-before\"></i>
{{ 'Apply'|trans }}
</a>
{% else %}
<a href=\"{{ path('vacancy_apply', {'id': vacancy.id }) }}\"
title=\"{{ 'Apply'|trans }}\"
data-vacancy-id=\"{{ vacancy.id }}\"
class=\"is-btn apply-btn {% if not is_mobile() %} apply-btn_modal{% endif %}\"
{% if not is_mobile() %}data-toggle=\"modal\"
data-target=\"#vacancyApplyModal\"{% endif %}>
<i class=\"fal fa-pencil icon-before\"></i>
{{ 'Apply'|trans }}
</a>
{% endif %}
{% endif %}
</div>
</div>
</header>
{% endblock vacancy_header_fixed %}
<!-- vacancy view -->
{% block vacancy_page_data %}
<div data-component=\"Vacancy,Favorite,Apply,CustomHeader\"
data-vacancy-id=\"{{ vacancy.id }}\"{% if vacancy.company.heroName is defined and vacancy.company.heroName is not empty %}
data-custom-header=\"{{ media_asset(vacancy.company.hero) }}\"{% endif %}>{% endblock %}
{% block vacancy_hero %}{% endblock vacancy_hero %}
{% block vacancy_page %}
<div class=\"{{ config_setting('site_vacancy_vacancy_detail_is_wrapper') ? 'is-wrapper' : '' }} page page_vacancy-detail_layout_base\">
<div class=\"row\">
<div class=\"col-12\">
{% block vacancy_header %}
<div class=\"card vacancy-header is-box-shadow-0 animation-element fadeup-element is-overflow-visible\">
<div class=\"vacancy-intro\">
<div class=\"card-body\">
{% if vacancy.site != current_site() %}
<div class=\"row\">
<div class=\"col-12\">
{% block vacancy_multisite_notification %}
<div class=\"alert alert-success is-margin-bottom-30 is-padding-15\">
Deze vacature staat origineel op
<a class=\"is-margin-top-0 is-color-black\" target=\"_blank\"
href=\"{{ site_url('vacancy_detail', vacancy.site, {'id': vacancy.id, 'slug': vacancy.slug}) }}\">
{{ vacancy.site }}
</a>.
</div>
{% endblock %}
</div>
</div>
{% endif %}
<div class=\"row\">
{% block vacancy_company_logo %}
{% if vacancy.company.logo is defined and vacancy.company.logo %}
<div class=\"col-12 col-md-2\">
<figure class=\"logo logo-left\">
<a href=\"{{ getCompanyDetailPath(vacancy.company) }}\"
title=\"{{ 'View company page'|trans }}\">
<img loading=\"lazy\" src=\"{{ media_asset(vacancy.company.logo) }}\"
alt=\"{{ vacancy.company.name }}\">
</a>
</figure>
</div>
{% endif %}
{% endblock vacancy_company_logo %}
<div class=\"col-12 col-md-10\">
{% block vacancy_block_title %}
<div class=\"vacancy-title\">
<h1>{{ vacancy.title|raw }}</h1>
</div>
<div class=\"vacancy-options\">
<ul>
{% block vacancy_options_top %}
{% for optionValue in vacancy.optionValues if optionValue.option.visibleInDetail %}
<li>
<i class=\"{{ optionValue.option.fontAwesomeIcon }}\"></i>{{ optionValue.value }}
</li>
{% endfor %}
{% endblock %}
{% block custom_salary_li %}
{% if feature('feature_vacancy_custom_salary') and vacancy.customSalary %}
<li>
<i class=\"far fa-euro-sign\"></i> {{ vacancy.customSalary }}
</li>
{% endif %}
{% endblock %}
{% if not feature('feature_vacancy_custom_salary') and config_setting('site_vacancy_salary_visible_on_detail') %}
<li>
<i class=\"far fa-euro-sign\"></i> {{ vacancy.salary|money_localized_format }}
</li>
{% endif %}
{% if config_setting('site_vacancy_city_visible_on_detail') or config_setting('site_vacancy_address_visible_on_detail') %}
<li>
{% if config_setting('site_vacancy_city_on_detail_icon') %}
<i class=\"{{ config_setting('site_vacancy_city_on_detail_icon') }}\"></i>
{% else %}
<i class=\"fal fa-map-marker-alt\"></i>
{% endif %}
{% if config_setting('site_vacancy_address_visible_on_detail') %}
{{ vacancy.address }}
{% elseif config_setting('site_vacancy_city_visible_on_detail') %}
{{ vacancy.city }}
{% endif %}
{% block vacancy_map_modal %}
<span class=\"option-sub\">
<a title=\"{{ 'Show on map'|trans }}\"
data-component=\"MapModal\"
data-lat=\"{{ vacancy.latitude }}\"
data-long=\"{{ vacancy.longitude }}\"
data-zoom=\"9\">
( <i class=\"far fa-fw fa-map\"></i>
{{ 'Show on map'|trans }})
</a>
</span>
{% endblock vacancy_map_modal %}
</li>
{% endif %}
</ul>
</div>
{% if vacancy.published %}
<div class=\"vacancy-actions\">
{% block vacancy_actions %}
{% if vacancy.externalUrl %}
<a target=\"_blank\" href=\"{{ vacancy.externalUrl }}\"
title=\"{{ 'Apply to vacancy'|trans }}\"
data-component=\"ExternalApplication\"
data-vacancy-id=\"{{ vacancy.id }}\"
class=\"is-btn is-background-color-accent\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
{{ 'Apply'|trans }}
</a>
{% else %}
<a href=\"{{ path('vacancy_apply', {'id': vacancy.id }) }}\"
title=\"{{ 'Apply to vacancy'|trans }}\"
data-vacancy-id=\"{{ vacancy.id }}\"
class=\"is-btn apply-btn {% if not is_mobile() %} apply-btn_modal{% endif %}\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
{{ 'Apply'|trans }}
</a>
{% endif %}
{% endblock vacancy_actions %}
{% if feature('feature_vacancy_save_as_favorite') %}
<div class=\"widget widget--favorite\">
<span class=\"d-none\" data-is-favorited=\"true\">
<i class=\"far fa-times icon-before\"></i>
{{ 'Remove'|trans }}
<span class=\"d-none d-md-block\"> {{ 'as favorite'|trans }}</span>
</span>
<span class=\"d-none\" data-is-favorited=\"false\">
<i class=\"far fa-star icon-before\"></i>
{{ 'Save as favorite'|trans }}
</span>
<a href=\"javascript:void(0)\"
class=\"favorite-add favorite-vacancy\">
</a>
</div>
{% endif %}
{% if config_setting('site_vacancy_share_on') is not empty %}
{% block vacancy_actions_share %}
<div class=\"widget widget--share dropdown show\">
<a class=\"dropdown-toggle\" role=\"button\"
id=\"dropdownMenuLink\"
data-toggle=\"dropdown\" aria-haspopup=\"true\"
aria-expanded=\"false\">
<i class=\"fal fa-share-alt icon-before is-color-primary\"></i>{{ 'Share vacancy'|trans }}
</a>
<div class=\"dropdown-menu\"
aria-labelledby=\"dropdownMenuLink\">
{% if 'facebook' in config_setting('site_vacancy_share_on') %}
<a target=\"_blank\"
href=\"https://www.facebook.com/sharer/sharer.php?u={{ app.request.uri }}\"
title=\"{{ 'Share'|trans }} {{ vacancy.title }} {{ \"on Facebook\"|trans }}\"
class=\"facebook dropdown-item\"><i
class=\"fab fa-facebook-f fa-fw is-color-primary\"></i>
Facebook
</a>
{% endif %}
{% if 'linkedIn' in config_setting('site_vacancy_share_on') %}
<a target=\"_blank\"
href=\"https://www.linkedin.com/shareArticle?url={{ app.request.uri }}&title={{ vacancy.title }}&summary={{ vacancy.intro|striptags }}&source=LinkedIn\"
title=\"{{ 'Share'|trans }} {{ vacancy.title }} {{ 'on'|trans }} LinkedIn\"
class=\"linkedin dropdown-item\"><i
class=\"fab fa-linkedin-in fa-fw is-color-primary\"></i>
LinkedIn
</a>
{% endif %}
{% if 'twitter' in config_setting('site_vacancy_share_on') %}
<a target=\"_blank\"
href=\"https://twitter.com/intent/tweet?text={{ vacancy.title }}&url={{ app.request.uri }}\"
title=\"{{ 'Share'|trans }} {{ vacancy.title }} {{ 'on Twitter'|trans }}\"
class=\"twitter dropdown-item\"><i
class=\"fab fa-x-twitter fa-fw is-color-primary\"></i>
Twitter
</a>
{% endif %}
{% if 'email' in config_setting('site_vacancy_share_on') %}
<a target=\"_blank\"
href=\"{{ getShareByEmailUrl('', '', vacancy) }}\"
title=\"{{ 'Share by mail'|trans }}\"
class=\"mail dropdown-item\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fas fa-envelope-open icon-before is-color-primary\"></i>
E-mail
</a>
{% endif %}
{% if 'whatsapp' in config_setting('site_vacancy_share_on') %}
<a href=\"{{ actionWhatsappHref }}\"
title=\"{{ 'Share with Whatsapp'|trans }}\"
class=\"whatsapp dropdown-item\"
target=\"_blank\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fab fa-whatsapp icon-before is-color-primary\"></i>
Whatsapp
</a>
{% endif %}
</div>
</div>
{% endblock vacancy_actions_share %}
{% endif %}
</div>
{% endif %}
{% endblock vacancy_block_title %}
</div>
</div>
</div>
</div>
</div>
{% endblock vacancy_header %}
</div>
</div>
{% block vacancy_content %}
<div class=\"row\">
{% block vacancy_block_main %}
<main class=\"col-12 col-lg-8\">
<div class=\"card animation-element fadeup-element fade-start-section\">
<div class=\"card-body vacancy-content\">
{% include 'pages/blocks/inavailable_message.html.twig' %}
{% if config_setting('site_vacancy_intro_visible_on_detail') %}
{{ vacancy.intro|raw }}
{% endif %}
{{ vacancy|vacancy_description|raw }}
{% if vacancy.canApply %}
<div class=\"button-set h-align h-align-left\">
{% block vacancy_footer_actions %}
{% if vacancy.externalUrl %}
<a target=\"_blank\" href=\"{{ vacancy.externalUrl }}\"
title=\"{{ 'Apply'|trans }}\"
class=\"is-btn is-background-color-accent is-margin-bottom-0 is-margin-bottom-mobile-15\"
data-component=\"ExternalApplication\"
data-vacancy-id=\"{{ vacancy.id }}\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
{{ 'Apply to vacancy'|trans }}
</a>
{% else %}
<a href=\"{{ path('vacancy_apply', {'id': vacancy.id }) }}\"
title=\"{{ 'Apply to vacancy'|trans }}\"
data-vacancy-id=\"{{ vacancy.id }}\"
class=\"is-btn apply-btn {% if not is_mobile() %} apply-btn_modal{% endif %} is-margin-bottom-0 is-margin-bottom-mobile-15\"
data-settings='{\"class\": \"buttonProps\"}'>
<i class=\"fal fa-pencil icon-before\"></i>
{{ 'Apply to vacancy'|trans }}
</a>
{% endif %}
{% endblock %}
<a href=\"{{ path('vacancies') }}\" class=\"is-color-base is-hover-color-primary\"><i
class=\"fal fa-angle-left icon-before is-color-primary\"></i> {{ 'To vacancy overview'|trans }}
</a>
</div>
{% endif %}
</div>
</div>
{% block vacancy_block_main_applicantform %}
{% endblock vacancy_block_main_applicantform %}
{% block vacancy_block_main_recruiter %}
{% if vacancy.recruiter %}
<div class=\"widget widget--recruiter card animation-element fadeup-element\">
<div class=\"card-body\">
<div class=\"row\">
{% if vacancy.recruiter.pictureName %}
<div class=\"recruiter-img col-12 col-sm-3 col-lg-12 col-xl-3 is-margin-right-0\">
<img loading=\"lazy\" src=\"{{ vich_uploader_asset(vacancy.recruiter, 'picture') }}\"
alt=\"{{ vacancy.recruiter.firstname }}{% if vacancy.recruiter.lastnameprefix %} {{ vacancy.recruiter.lastnameprefix }}{% endif%} {{ vacancy.recruiter.lastname }}\">
</div>
{% endif %}
<div class=\"recruiter-info col-12 col-sm-9 col-lg-12 col-xl-9\">
<h2>{{ 'For more information'|trans }}</h2>
<p>
<span>{{ vacancy.recruiter.firstname }}{% if vacancy.recruiter.lastnameprefix %} {{ vacancy.recruiter.lastnameprefix }}{% endif%} {{ vacancy.recruiter.lastname }}</span><br>
<a href=\"mailto:{{ vacancy.recruiter.email }}\">{{ vacancy.recruiter.email }}</a><br>
{% if vacancy.recruiter.phone is not empty %}
<a href=\"{{ vacancy.recruiter.phone|formatPhoneRFC3966 }}\">{{ vacancy.recruiter.phone }}</a>
<br>
{% endif %}
{% if vacancy.recruiter.phone is not empty %}
{% if config_setting('site_vacancy_show_whatsapp_button_recruiters') %}
{% if is_mobile() %}
<a class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://api.whatsapp.com/send?phone={{ vacancy.recruiter.phone|formatPhoneE164 }}\"
title=\"{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}\">{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}</a>
{% else %}
<a target=\"_blank\"
class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://web.whatsapp.com/send?phone={{ vacancy.recruiter.phone|formatPhoneE164 }}\"
title=\"{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}\">{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}</a>
{% endif %}
{% endif %}
{% endif %}
</p>
</div>
</div>
</div>
</div>
{% endif %}
{% endblock %}
</main>
{% endblock vacancy_block_main %}
{% block vacancy_block_sidebar %}
<aside class=\"col-12 col-lg-4\">
{% block vacancy_sidebar_company %}
{% if vacancy.company %}
<div class=\"card card_company animation-element fadeup-element\">
<div class=\"card-body\">
{% if vacancy.company.video %}
<div class=\"company_video embed-responsive embed-responsive-16by9\">
<iframe width=\"560\" height=\"315\" class=\"embed-responsive-item\"
src=\"{{ vacancy.company.video }}\" frameborder=\"0\"
allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\"
allowfullscreen>
</iframe>
</div>
{% elseif vacancy.company.logo is defined and vacancy.company.logo %}
{% block vacancy_sidebar_company_logo %}
<figure class=\"company-logo\">
<a href=\"{{ getCompanyDetailPath(vacancy.company) }}\"
title=\"{{ 'View office page'|trans }}\">
<img loading=\"lazy\" src=\"{{ media_asset(vacancy.company.logo)|imagine_filter('w480') }}\"
alt=\"{{ vacancy.company.name }}\"/>
</a>
</figure>
{% endblock vacancy_sidebar_company_logo %}
{% endif %}
<h2>{{ vacancy.company.name }}</h2>
{{ vacancy.company.description|raw }}
</div>
</div>
{% endif %}
{% endblock vacancy_sidebar_company %}
{% block vacancy_sidebar_usps %}
{% if vacancyUsps is not empty %}
<div class=\"widget widget--office card\">
<div class=\"card-body\">
<div class=\"usps--list\">
{% for usp in vacancyUsps %}
<span class=\"usp-icon\"><i
class=\"{{ usp.fontAwesomeIcon }}\"></i>{{ usp.value|raw }}</span>
{% endfor %}
</div>
</div>
</div>
{% endif %}
{% endblock %}
{% block vacancy_block_sidebar_open_close_date %}
{% if vacancy.startDate and config_setting('site_vacancy_show_start_date_detail') or vacancy.endDate and config_setting('site_vacancy_show_end_date_detail') %}
<div class=\"card card_vac-info animation-element fadeup-element\">
<div class=\"card-body\">
<h3>{{ 'Vacancy information'|trans }}</h3>
<ul class=\"is-margin-bottom-0\">
{% if vacancy.startDate and config_setting('site_vacancy_show_start_date_detail') %}
<li>
<i class=\"fal fa-calendar-alt icon-before\"></i>{{ 'Open since'|trans }} {{ vacancy.startDate|date('d-m-Y') }}
</li>
{% endif %}
{% if vacancy.endDate and config_setting('site_vacancy_show_end_date_detail') %}
<li>
<i class=\"fal fa-hourglass-start icon-before\"></i>{{ 'Closing date'|trans }} {{ vacancy.endDate|date('d-m-Y') }}
</li>
{% endif %}
</ul>
</div>
</div>
{% endif %}
{% endblock %}
{% block vacancy_block_sidebar_related_vacancies %}
{% if feature('feature_vacancy_related_vacancies') and relatedVacancies is not empty %}
<div class=\"animation-element fadeup-element\">
<h2>{{ 'Related vacancies'|trans }}</h2>
<div class=\"card card_related-vacancies\">
{% for vacancy in relatedVacancies[:3] %}
<div class=\"card-body {% if not loop.first %}{% endif %}\"
data-component=\"Favorite\"
data-vacancy-id=\"{{ vacancy.id }}\">
<div class=\"vacancy\">
<div class=\"vacancy-top\">
<div class=\"vacancy-title\">
<a title=\"{{ vacancy.title|raw }}\"
href=\"{{ path('vacancy_detail', {'id' : vacancy.id, 'slug' : vacancy.slug}) }}\">
<h3>{{ vacancy.title|raw }}</h3>
</a>
</div>
<div class=\"vacancy-badges\">
{% if vacancy.new %}
<span class=\"badge badge--new\">
<p>{{ 'New'|trans }}</p>
</span>
{% endif %}
{% if vacancy.featured %}
<span class=\"badge badge--topvacancy\">
<p>{{ 'Featured vacancy'|trans }}</p>
</span>
{% endif %}
</div>
</div>
<div class=\"vacancy-body\" data-format=\"IntroFormatter\">
{{ vacancy.intro[:config_setting('site_vacancy_intro_character_limit')|default(200)]|striptags|raw }}{{ vacancy.intro|length > config_setting('site_vacancy_intro_character_limit')|default(200) ? '...' : '' }}
</div>
<div class=\"vacancy-footer\">
<div data-format=\"FooterFormatter\"
class=\"vacancy-options\">
<ul>
<li>
{% if config_setting('site_vacancy_city_on_detail_icon') %}
<i class=\"{{ config_setting('site_vacancy_city_on_detail_icon') }}\"></i>
{% else %}
<i class=\"fal fa-map-marker-alt\"></i>
{% endif %}
{% if config_setting('site_vacancy_address_visible_on_detail') %}
{{ vacancy.address }}
{% elseif config_setting('site_vacancy_city_visible_on_detail') %}
{{ vacancy.city }}
{% endif %}
</li>
{% for optionValue in vacancy.optionValues %}
<li>
<i class=\"{{ optionValue.option.fontAwesomeIcon }}\"></i>{{ optionValue.value }}
</li>
{% endfor %}
</ul>
</div>
<a href=\"{{ path('vacancy_detail', {'id' : vacancy.id, 'slug' : vacancy.slug}) }}\"
title=\"{{ vacancy.title|raw }}\">
{{ 'Show vacancy'|trans }} <i
class=\"far fa-angle-right icon-after\"></i>
</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
{% endif %}
{% endblock vacancy_block_sidebar_related_vacancies %}
{% block vacancy_block_sidebar_recruiter %}
{% if vacancy.recruiter %}
<div class=\"card card_recruiter animation-element fadeup-element\">
<div class=\"card-body\">
<div class=\"row\">
{% if vacancy.recruiter.pictureName %}
<div class=\"recruiter-img col-12 col-sm-3 col-lg-12 col-xl-3 is-margin-right-0\">
<img loading=\"lazy\" src=\"{{ vich_uploader_asset(vacancy.recruiter, 'picture') }}\"
alt=\"{{ vacancy.recruiter.firstname }}{% if vacancy.recruiter.lastnameprefix %} {{ vacancy.recruiter.lastnameprefix }}{% endif%} {{ vacancy.recruiter.lastname }}\">
</div>
{% endif %}
<div class=\"recruiter-info col-12 col-sm-9 col-lg-12 col-xl-9\">
<h2>{{ 'For more information'|trans }}</h2>
<p>
<span>{{ vacancy.recruiter.firstname }}{% if vacancy.recruiter.lastnameprefix %} {{ vacancy.recruiter.lastnameprefix }}{% endif%} {{ vacancy.recruiter.lastname }}</span><br>
<a href=\"mailto:{{ vacancy.recruiter.email }}\">{{ vacancy.recruiter.email }}</a><br>
{% if vacancy.recruiter.phone is not empty %}
<a href=\"{{ vacancy.recruiter.phone|formatPhoneRFC3966 }}\">{{ vacancy.recruiter.phone }}</a>
<br>
{% endif %}
{% if vacancy.recruiter.phone is not empty %}
{% if config_setting('site_vacancy_show_whatsapp_button_recruiters') %}
{% if is_mobile() %}
<a class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://api.whatsapp.com/send?phone={{ vacancy.recruiter.phone|formatPhoneE164 }}\"
title=\"{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}\">{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}</a>
{% else %}
<a target=\"_blank\"
class=\"is-btn is-background-color-primary is-btn-small is-margin-top-10\"
href=\"https://web.whatsapp.com/send?phone={{ vacancy.recruiter.phone|formatPhoneE164 }}\"
title=\"{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}\">{{ \"App %s\"|trans|format(vacancy.recruiter.firstName) }}</a>
{% endif %}
{% endif %}
{% endif %}
</p>
</div>
</div>
</div>
</div>
{% endif %}
{% endblock %}
<div class=\"widget widget--sm widget--sm__default text-center animation-element fadeup-element\">
{% if config_setting('site_social_facebook') %}
<a href=\"{{ config_setting('site_social_facebook') }}\"
title=\"{{ 'Follow %site-company-name% on'|trans({'%site-company-name%': site_company_name|default('Getnoticed')}) }} Facebook\"
target=\"_blank\"><i
class=\"fab fa-fw fa-facebook-f\"></i></a>
{% endif %}
{% if config_setting('site_social_twitter') %}
<a href=\"{{ config_setting('site_social_twitter') }}\"
title=\"{{ 'Follow %site-company-name% on'|trans({'%site-company-name%': site_company_name|default('Getnoticed')}) }} Twitter\"
target=\"_blank\"><i
class=\"fab fa-fw fa-x-twitter\"></i></a>
{% endif %}
{% if config_setting('site_social_linkedin') %}
<a href=\"{{ config_setting('site_social_linkedin') }}\"
title=\"{{ 'Follow %site-company-name% on'|trans({'%site-company-name%': site_company_name|default('Getnoticed')}) }} LinkedIn\"
target=\"_blank\"><i
class=\"fab fa-fw fa-linkedin-in\"></i></a>
{% endif %}
{% if config_setting('site_social_youtube') %}
<a href=\"{{ config_setting('site_social_youtube') }}\"
title=\"{{ 'Follow %site-company-name% on'|trans({'%site-company-name%': site_company_name|default('Getnoticed')}) }} Youtube\"
target=\"_blank\"><i
class=\"fab fa-fw fa-youtube\"></i></a>
{% endif %}
{% if config_setting('site_social_instagram') %}
<a href=\"{{ config_setting('site_social_instagram') }}\"
title=\"{{ 'Follow %site-company-name% on'|trans({'%site-company-name%': site_company_name|default('Getnoticed')}) }} Instagram\"
target=\"_blank\"><i class=\"fab fa-fw fa-instagram\"></i></a>
{% endif %}
</div>
</aside>
{% endblock vacancy_block_sidebar %}
</div>
{% endblock vacancy_content %}
</div>
{% block vacancy_footer %}
<!-- extra footer section for e.g. related items -->
{% endblock vacancy_footer %}
{% endblock vacancy_page %}
</div>
{% endblock %}", "pages/vacancy_detail_layout_base.html.twig", "/home/mbobanen/domains/mbobanen.staging.03.getnoticed.nl/releases/3/templates/pages/vacancy_detail_layout_base.html.twig");
}
}