var/cache/dev/twig/76/76d2228b16abc05e85374ea8e1f3835f.php line 47

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* pages/vacancy_detail.html.twig */
  14. class __TwigTemplate_e6cd3a14a1f58a0356245077f8e3aba9 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.         ];
  24.     }
  25.     protected function doGetParent(array $context)
  26.     {
  27.         // line 1
  28.         return "pages/vacancy_detail_layout_base.html.twig";
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/vacancy_detail.html.twig"));
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/vacancy_detail.html.twig"));
  37.         $this->parent $this->loadTemplate("pages/vacancy_detail_layout_base.html.twig""pages/vacancy_detail.html.twig"1);
  38.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  39.         
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  41.         
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  43.     }
  44.     public function getTemplateName()
  45.     {
  46.         return "pages/vacancy_detail.html.twig";
  47.     }
  48.     public function isTraitable()
  49.     {
  50.         return false;
  51.     }
  52.     public function getDebugInfo()
  53.     {
  54.         return array (  34 => 1,);
  55.     }
  56.     public function getSourceContext()
  57.     {
  58.         return new Source("{% extends \"pages/vacancy_detail_layout_base.html.twig\" %}
  59. {#{% block content %}#}
  60.     {#<!-- Modal -->#}
  61.     {#{{ render(controller(#}
  62.         {#'App\\\\Controller\\\\Page\\\\ApplicantController::formModalAction',#}
  63.         {#{ 'id': vacancy.id }#}
  64.     {#)) }}#}
  65.     {#<!-- Version 2 of vacancy view -->#}
  66.     {#<div data-component=\"Vacancy,Favorite,Apply,CustomHeader\"#}
  67.          {#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 %}#}
  68.          {#class=\"component component--default component--vacancy-detail component--vacancy-detail__second-version\">#}
  69.         {#<div class=\"row\">#}
  70.             {#<div class=\"col\">#}
  71.                 {#<a href=\"{{ path('vacancies') }}\" title=\"{{ 'To vacancy overview'|trans }}\"#}
  72.                    {#class=\"is-btn is-btn--link is-btn--vacancy-overview pl-0 float-left\"#}
  73.                    {#data-settings='{\"class\": \"buttonProps\"}'>#}
  74.                     {#<i class=\"far fa-angle-left icon-before\"></i>#}
  75.                     {#{{ 'To vacancy overview'|trans }}#}
  76.                 {#</a>#}
  77.                 {#<div class=\"card\">#}
  78.                     {#<div class=\"vacancy-intro\">#}
  79.                         {#<div class=\"card-body\">#}
  80.                             {#<div class=\"row\">#}
  81.                                 {#{% if vacancy.company.logo is defined and vacancy.company.logo %}#}
  82.                                     {#<div class=\"col-12 col-md-2\">#}
  83.                                         {#<figure class=\"logo logo-left\">#}
  84.                                             {#<img loading=\"lazy\" src=\"{{ media_asset(vacancy.company.logo) }}\"#}
  85.                                                  {#alt=\"{{ vacancy.company.name }}\">#}
  86.                                         {#</figure>#}
  87.                                     {#</div>#}
  88.                                 {#{% endif %}#}
  89.                                 {#<div class=\"col-12 col-md-10\">#}
  90.                                     {#<div class=\"vacancy-title\">#}
  91.                                         {#<h1>{{ vacancy.title }}</h1>#}
  92.                                     {#</div>#}
  93.                                     {#<div class=\"vacancy-options\">#}
  94.                                         {#<ul>#}
  95.                                             {#{% if config_setting('site_vacancy_city_visible_on_detail') %}#}
  96.                                                 {#{% if vacancy.city %}#}
  97.                                                     {#<li>#}
  98.                                                         {#{% if config_setting('site_vacancy_city_on_detail_icon') %}#}
  99.                                                             {#<i class=\"{{ config_setting('site_vacancy_city_on_detail_icon') }}\"></i>#}
  100.                                                         {#{% else %}#}
  101.                                                             {#<i class=\"fas fa-fw fa-map-marker\"></i>#}
  102.                                                         {#{% endif %}#}
  103.                                                         {#{{ vacancy.city }}#}
  104.                                                     {#</li>#}
  105.                                                 {#{% endif %}#}
  106.                                             {#{% endif %}#}
  107.                                             {#{% for optionValue in vacancy.optionValues if optionValue.option.visibleInDetail %}#}
  108.                                                 {#<li>#}
  109.                                                     {#<i class=\"{{ optionValue.option.fontAwesomeIcon }}\"></i>{{ optionValue.value }}#}
  110.                                                 {#</li>#}
  111.                                             {#{% endfor %}#}
  112.                                             {#{% if feature('feature_vacancy_map') %}#}
  113.                                                 {#<li class=\"on-map\">#}
  114.                                                     {#<span class=\"option-sub\">(#}
  115.                                                         {#<a href=\"#\" title=\"{{ 'Show on map'|trans }}\"><i#}
  116.                                                                     {#class=\"far fa-fw fa-map\"></i>{{ 'Show on map'|trans }}</a>#}
  117.                                                     {#)</span>#}
  118.                                                 {#</li>#}
  119.                                             {#{% endif %}#}
  120.                                         {#</ul>#}
  121.                                     {#</div>#}
  122.                                     {#{% if vacancy.published %}#}
  123.                                         {#<div class=\"vacancy-actions\">#}
  124.                                             {#{% if vacancy.externalUrl %}#}
  125.                                                 {#<a target=\"_blank\" href=\"{{ vacancy.externalUrl }}\" title=\"{{ 'Apply'|trans }}\"#}
  126.                                                    {#class=\"is-btn is-background-color-accent\" data-settings='{\"class\": \"buttonProps\"}'>#}
  127.                                                     {#<i class=\"fal fa-pencil icon-before\"></i>#}
  128.                                                     {#{{ 'Apply'|trans }}#}
  129.                                                 {#</a>#}
  130.                                             {#{% else %}#}
  131.                                                 {#<a href=\"{{ path('vacancy_apply', {'id': vacancy.id }) }}\"#}
  132.                                                    {#title=\"{{ 'Apply'|trans }}\" class=\"is-btn is-background-color-accent{% if not is_mobile() %} apply-btn_modal{% endif %}\"#}
  133.                                                    {#data-settings='{\"class\": \"buttonProps\"}'>#}
  134.                                                     {#<i class=\"fal fa-pencil icon-before\"></i>#}
  135.                                                     {#{{ 'Apply'|trans }}#}
  136.                                                 {#</a>#}
  137.                                             {#{% endif %}#}
  138.                                             {#{% if feature('feature_vacancy_save_as_favorite') %}#}
  139.                                                 {#<span class=\"d-none\" data-is-favorited=\"true\">#}
  140.                                                 {#<i class=\"fal fa-times icon-before\"></i>#}
  141.                                                 {#<span>{{ 'Delete'|trans }} {{ 'as favorite'|trans }}</span>#}
  142.                                             {#</span>#}
  143.                                                 {#<span class=\"d-none\" data-is-favorited=\"false\">#}
  144.                                                 {#<i class=\"fal fa-star icon-before\"></i>#}
  145.                                                 {#<span>{{ 'Save as favorite'|trans }}</span>#}
  146.                                             {#</span>#}
  147.                                                 {#<a href=\"javascript:void(0)\" class=\"is-btn is-btn--link favourite favorite-add favorite-vacancy\"></a>#}
  148.                                             {#{% endif %}#}
  149.                                             {#{% include 'pages/partials/vacancy_detail_sharing.html.twig' %}#}
  150.                                         {#</div>#}
  151.                                     {#{% endif %}#}
  152.                                 {#</div>#}
  153.                             {#</div>#}
  154.                         {#</div>#}
  155.                     {#</div>#}
  156.                 {#</div>#}
  157.             {#</div>#}
  158.         {#</div>#}
  159.         {#<div class=\"row\">#}
  160.             {#<main class=\"col-12 col-lg-8\">#}
  161.                 {#<div class=\"card\">#}
  162.                     {#<div class=\"card-body\">#}
  163.                         {#{% include 'pages/blocks/inavailable_message.html.twig' %}#}
  164.                         {#{% if config_setting('site_vacancy_intro_visible_on_detail') %}#}
  165.                             {#{{ vacancy.intro|raw }}#}
  166.                         {#{% endif %}#}
  167.                         {#{{ vacancy|vacancy_description|raw }}#}
  168.                         {#{% if vacancy.canApply %}#}
  169.                             {#<div class=\"button-set h-align h-align-left\">#}
  170.                                 {#{% if vacancy.externalUrl %}#}
  171.                                     {#<a target=\"_blank\" href=\"{{ vacancy.externalUrl }}\" title=\"{{ 'Apply'|trans }}\"#}
  172.                                        {#class=\"is-btn is-background-color-accent\" data-settings='{\"class\": \"buttonProps\"}'>#}
  173.                                         {#<i class=\"fal fa-pencil icon-before\"></i>#}
  174.                                         {#{{ 'Apply'|trans }}#}
  175.                                     {#</a>#}
  176.                                 {#{% else %}#}
  177.                                     {#<a href=\"{{ path('vacancy_apply', {'id': vacancy.id }) }}\" title=\"{{ 'Apply'|trans }}\"#}
  178.                                        {#class=\"is-btn is-background-color-accent{% if not is_mobile() %} apply-btn_modal{% endif %}\" data-settings='{\"class\": \"buttonProps\"}'>#}
  179.                                         {#<i class=\"fal fa-pencil icon-before\"></i>#}
  180.                                         {#{{ 'Apply'|trans }}#}
  181.                                     {#</a>#}
  182.                                 {#{% endif %}#}
  183.                             {#</div>#}
  184.                         {#{% endif %}#}
  185.                     {#</div>#}
  186.                 {#</div>#}
  187.             {#</main>#}
  188.             {#<aside class=\"col-12 col-lg-4\">#}
  189.                 {#{% if vacancy.startDate and vacancy.endDate or vacancy.youtube %}#}
  190.                     {#<div class=\"widget widget--vac-info card\">#}
  191.                         {#<div class=\"card-body\">#}
  192.                             {#<h3>{{ 'Vacancy information'|trans }}</h3>#}
  193.                             {#{% if vacancy.startDate and vacancy.endDate %}#}
  194.                                 {#<ul>#}
  195.                                     {#{% if vacancy.startDate %}#}
  196.                                         {#<li><i class=\"far fa-calendar-alt\"></i>{{ 'Open since'|trans }} {{ vacancy.startDate|date('d-m-Y') }}</li>#}
  197.                                     {#{% endif %}#}
  198.                                     {#{% if vacancy.endDate %}#}
  199.                                         {#<li>#}
  200.                                             {#<i class=\"far fa-hourglass-start\"></i>{{ 'Closing date'|trans }} {{ vacancy.endDate|date('d-m-Y') }}#}
  201.                                         {#</li>#}
  202.                                     {#{% endif %}#}
  203.                                 {#</ul>#}
  204.                             {#{% endif %}#}
  205.                             {#{% if vacancy.youtube is not empty %}#}
  206.                                 {#<div class=\"embed-responsive embed-responsive-16by9\">#}
  207.                                     {#<iframe class=\"embed-responsive-item\" src=\"{{ vacancy.youtube|youtube }}\"#}
  208.                                             {#allowfullscreen></iframe>#}
  209.                                 {#</div>#}
  210.                             {#{% endif %}#}
  211.                         {#</div>#}
  212.                     {#</div>#}
  213.                 {#{% endif %}#}
  214.                 {#<div class=\"widget widget--office card\">#}
  215.                     {#<div class=\"card-body\">#}
  216.                         {#<h3>{{ vacancy.company.name }}</h3>#}
  217.                         {#{% if vacancy.address and vacancy.zipcode and vacancy.city %}#}
  218.                             {#<p>#}
  219.                                 {#{{ vacancy.address }} <br>#}
  220.                                 {#{{ vacancy.zipcode }}, {{ vacancy.city }}#}
  221.                             {#</p>#}
  222.                         {#{% else %}#}
  223.                             {#{% if vacancy.company.address and vacancy.company.zipcode and vacancy.company.city %}#}
  224.                                 {#<p>#}
  225.                                     {#{{ vacancy.company.address }} <br>#}
  226.                                     {#{{ vacancy.company.zipcode }}, {{ vacancy.company.city }}#}
  227.                                 {#</p>#}
  228.                             {#{% endif %}#}
  229.                         {#{% endif %}#}
  230.                         {#{% if feature('feature_vacancy_more_info') %}#}
  231.                             {#<ul>#}
  232.                                 {#<li>#}
  233.                                     {#<a href=\"#\" title=\"{{ 'More vacancies of'|trans }} {{ vacancy.company.name }}\">#}
  234.                                         {#<i class=\"far fa-list\"></i>{{ 'More vacancies of establishment / office'|trans }}#}
  235.                                     {#</a>#}
  236.                                 {#</li>#}
  237.                                 {#<li>#}
  238.                                     {#<a href=\"#\" title=\"{{ 'Employees speaking'|trans }}\">#}
  239.                                         {#<i class=\"fal fa-users\"></i>{{ 'Employees speaking'|trans }}#}
  240.                                     {#</a>#}
  241.                                 {#</li>#}
  242.                                 {#<li>#}
  243.                                     {#<a href=\"{{ getCompanyDetailPath(vacancy.company) }}\"#}
  244.                                        {#title=\"{{ 'More information'|trans }}\">#}
  245.                                         {#<i class=\"fal fa-info-circle\"></i>{{ 'More information'|trans }}#}
  246.                                     {#</a>#}
  247.                                 {#</li>#}
  248.                             {#</ul>#}
  249.                         {#{% endif %}#}
  250.                     {#</div>#}
  251.                 {#</div>#}
  252.                 {#{% if vacancy.recruiter %}#}
  253.                     {#<div class=\"widget widget--recruiter card\">#}
  254.                         {#<div class=\"card-body\">#}
  255.                             {#<div class=\"row\">#}
  256.                                 {#<div class=\"recruiter-img col-12 col-sm-3 col-lg-12 col-xl-4\">#}
  257.                                     {#<img loading=\"lazy\" src=\"{{ vich_uploader_asset(vacancy.recruiter, 'picture') }}\"#}
  258.                                          {#alt=\"{{ vacancy.recruiter.firstname }} {{ vacancy.recruiter.lastname }}\">#}
  259.                                 {#</div>#}
  260.                                 {#<div class=\"recruiter-info col-12 col-sm-9 col-lg-12 col-xl-8\">#}
  261.                                     {#<h3>{{ 'For more information'|trans }}</h3>#}
  262.                                     {#<p>#}
  263.                                         {#<span>{{ vacancy.recruiter.firstname }} {{ vacancy.recruiter.lastname }}</span><br>#}
  264.                                         {#{{ vacancy.recruiter.email }}<br>#}
  265.                                         {#{{ vacancy.recruiter.phone }}#}
  266.                                         {#{% if config_setting('site_vacancy_show_whatsapp_button_recruiters') %}#}
  267.                                             {#{% if is_mobile() %}#}
  268.                                                 {#<a 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>#}
  269.                                             {#{% else %}#}
  270.                                                 {#<a 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>#}
  271.                                             {#{% endif %}#}
  272.                                         {#{% endif %}#}
  273.                                     {#</p>#}
  274.                                 {#</div>#}
  275.                             {#</div>#}
  276.                         {#</div>#}
  277.                     {#</div>#}
  278.                 {#{% endif %}#}
  279.                 {#<div class=\"widget widget--sm widget--sm__default text-center\">#}
  280.                     {#{% if config_setting('site_social_facebook') %}#}
  281.                         {#<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>#}
  282.                     {#{% endif %}#}
  283.                     {#{% if config_setting('site_social_twitter') %}#}
  284.                         {#<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>#}
  285.                     {#{% endif %}#}
  286.                     {#{% if config_setting('site_social_linkedin') %}#}
  287.                         {#<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>#}
  288.                     {#{% endif %}#}
  289.                     {#{% if config_setting('site_social_youtube') %}#}
  290.                         {#<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>#}
  291.                     {#{% endif %}#}
  292.                     {#{% if config_setting('site_social_instagram') %}#}
  293.                         {#<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>#}
  294.                     {#{% endif %}#}
  295.                 {#</div>#}
  296.             {#</aside>#}
  297.             {#{% if feature('feature_vacancy_related_vacancies') and relatedVacancies is not empty %}#}
  298.                 {#<div class=\"col-12\">#}
  299.                     {#<div class=\"component component--related-vacancies\">#}
  300.                         {#<h2>{{ 'Related vacancies'|trans }}</h2>#}
  301.                         {#<div class=\"row\">#}
  302.                             {#{% for vacancy in relatedVacancies[:3] %}#}
  303.                                 {#<div class=\"col-12 {% if not loop.first %}col-md-6 {% endif %}col-lg-4 flex-same-height-item\">#}
  304.                                     {#<div data-component=\"Favorite\" data-vacancy-id=\"{{ vacancy.id }}\"#}
  305.                                          {#class=\"card vacancy__first-version\">#}
  306.                                         {#<div class=\"card-body\">#}
  307.                                             {#<div class=\"vacancy\">#}
  308.                                                 {#<div class=\"vacancy-top\">#}
  309.                                                     {#<div class=\"vacancy-title\">#}
  310.                                                         {#<a title=\"{{ vacancy.title }}\"#}
  311.                                                            {#href=\"{{ path('vacancy_detail', {'id' : vacancy.id, 'slug' : vacancy.slug}) }}\">#}
  312.                                                             {#<h3>{{ vacancy.title }}</h3>#}
  313.                                                         {#</a>#}
  314.                                                     {#</div>#}
  315.                                                     {#<div class=\"vacancy-badges\">#}
  316.                                                         {#{% if vacancy.new %}#}
  317.                                                             {#<span class=\"badge badge--new\">#}
  318.                                                                 {#<p>{{ 'New'|trans }}</p>#}
  319.                                                             {#</span>#}
  320.                                                         {#{% endif %}#}
  321.                                                         {#{% if vacancy.featured %}#}
  322.                                                             {#<span class=\"badge badge--topvacancy\">#}
  323.                                                                 {#<p>{{ 'Featured vacancy'|trans }}</p>#}
  324.                                                             {#</span>#}
  325.                                                         {#{% endif %}#}
  326.                                                     {#</div>#}
  327.                                                 {#</div>#}
  328.                                                 {#<div class=\"vacancy-body\" data-format=\"IntroFormatter\">#}
  329.                                                     {#{{ vacancy.intro[:config_setting('site_vacancy_intro_character_limit')|default(200)]|raw }}{{ vacancy.intro|length > config_setting('site_vacancy_intro_character_limit')|default(200) ? '...' : '' }}#}
  330.                                                 {#</div>#}
  331.                                                 {#<div class=\"vacancy-footer\">#}
  332.                                                     {#<div data-format=\"FooterFormatter\" class=\"vacancy-options\">#}
  333.                                                         {#<ul>#}
  334.                                                             {#{% if config_setting('site_vacancy_show_location') %}#}
  335.                                                                 {#<li><i class=\"fas fa-map-marker\"></i> {{ vacancy.city }}</li>#}
  336.                                                             {#{% endif %}#}
  337.                                                             {#{% for optionValue in vacancy.optionValues %}#}
  338.                                                                 {#<li>#}
  339.                                                                     {#<i class=\"{{ optionValue.option.fontAwesomeIcon }}\"></i>{{ optionValue.value }}#}
  340.                                                                 {#</li>#}
  341.                                                             {#{% endfor %}#}
  342.                                                         {#</ul>#}
  343.                                                     {#</div>#}
  344.                                                     {#<a href=\"{{ path('vacancy_detail', {'id' : vacancy.id, 'slug' : vacancy.slug}) }}\"#}
  345.                                                        {#title=\"{{ vacancy.title }}\"#}
  346.                                                        {#class=\"is-btn is-btn-small show-vacancy-btn\">#}
  347.                                                         {#{{ 'Show vacancy'|trans }}<i class=\"far fa-angle-right icon-after\"></i>#}
  348.                                                     {#</a>#}
  349.                                                 {#</div>#}
  350.                                             {#</div>#}
  351.                                         {#</div>#}
  352.                                     {#</div>#}
  353.                                 {#</div>#}
  354.                             {#{% endfor %}#}
  355.                         {#</div>#}
  356.                     {#</div>#}
  357.                 {#</div>#}
  358.             {#{% endif %}#}
  359.         {#</div>#}
  360.     {#</div>#}
  361. {#{% endblock %}#}""pages/vacancy_detail.html.twig""/home/mbobanen/domains/mbobanen.staging.03.getnoticed.nl/releases/3/templates/pages/vacancy_detail.html.twig");
  362.     }
  363. }