<?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;
/* contact/work-with-us.html.twig */
class __TwigTemplate_1b8653aae0791d0bd7bd28cd4552b172cc96fa0773599c7f030fdea3a48ef057 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 5
return "layouts/layout_b2c.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "contact/work-with-us.html.twig"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "contact/work-with-us.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "contact/work-with-us.html.twig"));
$this->parent = $this->loadTemplate("layouts/layout_b2c.html.twig", "contact/work-with-us.html.twig", 5);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 6
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->enter($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 7
echo "<section class=\"sub-header\">
<div class=\"name-page py-5 text-center\">
";
// line 9
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Lavora con noi"), "html", null, true);
echo "
</div>
<nav aria-label=\"breadcrumb\" class=\" breadcrumb-nav\">
<ol class=\"container breadcrumb\">
<li class=\"breadcrumb-item\"><a href=\"/\">home</a></li>
<li class=\"breadcrumb-item active\" aria-current=\"page\">";
// line 14
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("lavora con noi"), "html", null, true);
echo "</li>
</ol>
</nav>
</section>
<section class=\"intro container d-flex align-items-center justify-content-center mb-3\">
<div class=\"content-overlay\">
<h2>";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vuoi entrare a far parte del nostro team?"), "html", null, true);
echo "</h2>
<p>";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Compila il form sottostante con i tuoi dati e allega il tuo curriculum vitae."), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Valuteremo con attenzione la tua candidatura con l’obiettivo di coinvolgerti nelle nostre ricerche di personale. Tutti i campi sono obbligatori."), "html", null, true);
echo "</p>
</div>
<img src=\"/mecstore/b2c/assets/images/custom/workwithus_img01.jpg\" alt=\"\">
</section>
<section class=\"form container\">
";
// line 27
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 27, $this->source); })()), 'form_start');
echo "
<div class=\"form-row justify-content-end\">";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Campi obbligatori *"), "html", null, true);
echo "</div>
<div class=\"form-row\">
<label for=\"firstname\" class=\"col-sm-2 pr-3\">";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nome*"), "html", null, true);
echo "</label>
";
// line 31
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 31, $this->source); })()), "firstname", [], "any", false, false, false, 31), 'widget');
echo "
<label for=\"lastname\" class=\"col-sm-2 pr-3\">";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Cognome*"), "html", null, true);
echo "</label>
";
// line 33
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 33, $this->source); })()), "lastname", [], "any", false, false, false, 33), 'widget');
echo "
</div>
<div class=\"form-row\">
<label for=\"cap\" class=\"col-sm-2 pr-3\">";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("CAP"), "html", null, true);
echo "</label>
";
// line 37
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 37, $this->source); })()), "cap", [], "any", false, false, false, 37), 'widget');
echo "
<label for=\"city\" class=\"col-sm-2 pr-3\">";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Città"), "html", null, true);
echo "</label>
";
// line 39
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 39, $this->source); })()), "city", [], "any", false, false, false, 39), 'widget');
echo "
</div>
<div class=\"form-row\">
<label for=\"phone\" class=\"col-sm-2 pr-3\">";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Telefono"), "html", null, true);
echo "</label>
";
// line 43
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 43, $this->source); })()), "phone", [], "any", false, false, false, 43), 'widget');
echo "
<label for=\"email\" class=\"col-sm-2 pr-3\">";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Email*"), "html", null, true);
echo "</label>
";
// line 45
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 45, $this->source); })()), "email", [], "any", false, false, false, 45), 'widget');
echo "
</div>
<div class=\"form-row\">
<label for=\"area-interesse\" class=\"col-sm-2 pr-3\">";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Area di interesse"), "html", null, true);
echo "</label>
";
// line 49
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 49, $this->source); })()), "area_of_interest", [], "any", false, false, false, 49), 'widget');
echo "
<label for=\"filiale\" class=\"col-sm-2 pr-3\">";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Filiale"), "html", null, true);
echo "</label>
";
// line 51
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 51, $this->source); })()), "filiale", [], "any", false, false, false, 51), 'widget');
echo "
</div>
<div class=\"form-row\">
<label for=\"attachment\" class=\"col-sm-2 pr-3\">";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Allega CV"), "html", null, true);
echo "</label>
<div class=\"custom-file col-sm-4\">
";
// line 56
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 56, $this->source); })()), "file_upload", [], "any", false, false, false, 56), 'widget');
echo "
<label class=\"custom-file-label\" for=\"validatedCustomFile\">";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Seleziona file"), "html", null, true);
echo "</label>
</div>
</div>
<div class=\" d-flex align-items-center privacy offset-sm-2 custom-control custom-checkbox\">
";
// line 61
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 61, $this->source); })()), "consent", [], "any", false, false, false, 61), 'widget');
echo "
<label class=\"custom-control-label\">";
// line 62
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Dopo aver preso visione della presente <a href=\"/privacy-policy\">informativa sulla privacy</a>, acconsento al trattamento dei dati personali comunicati.*");
echo "</label>
</div>
<div class=\"form-row justify-content-end\">
";
// line 65
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 65, $this->source); })()), "_submit", [], "any", false, false, false, 65), 'widget');
echo "
</div>
";
// line 67
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 67, $this->source); })()), 'form_end');
echo "
</section>
<section class=\"candidacy container d-flex flex-wrap align-items-center\">
<div class=\"image col-md-4 col-12\">
<img src=\"/mecstore/b2c/assets/images/custom/CHIAVE_INGLESE.jpg\" alt=\"Il gruppo MECstore\">
</div>
<div class=\"text col-md-8 col-12\">
<h4>";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Sei un professionista e vuoi collaborare con noi?"), "html", null, true);
echo "</h4>
<p>";
// line 75
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Siamo sempre alla ricerca di professionisti e aziende con cui stringere accordi e collaborazioni. Raccontaci la tua proposta, potrebbe essere l'inizio di un lungo percorso assieme."), "html", null, true);
echo "</p>
<button class=\"btn c-button yellow\">";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("CONTATTACI"), "html", null, true);
echo "</button>
</div>
</section>
<!-- End .container -->
<div class=\"mb-6\"></div>
<!-- margin -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
public function getTemplateName()
{
return "contact/work-with-us.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 243 => 76, 239 => 75, 235 => 74, 225 => 67, 220 => 65, 214 => 62, 210 => 61, 203 => 57, 199 => 56, 194 => 54, 188 => 51, 184 => 50, 180 => 49, 176 => 48, 170 => 45, 166 => 44, 162 => 43, 158 => 42, 152 => 39, 148 => 38, 144 => 37, 140 => 36, 134 => 33, 130 => 32, 126 => 31, 122 => 30, 117 => 28, 113 => 27, 102 => 21, 98 => 20, 89 => 14, 81 => 9, 77 => 7, 64 => 6, 35 => 5,);
}
public function getSourceContext()
{
return new Source("{# @var this \\Pimcore\\Templating\\PhpEngine #}
{# @var view \\Pimcore\\Templating\\PhpEngine #}
{# @var app \\Pimcore\\Templating\\GlobalVariables #}
{# @var \$this->product \\AppBundle\\Model\\DefaultProduct #}
{% extends 'layouts/layout_b2c.html.twig' %}
{% block content %}
<section class=\"sub-header\">
<div class=\"name-page py-5 text-center\">
{{ 'Lavora con noi'|trans }}
</div>
<nav aria-label=\"breadcrumb\" class=\" breadcrumb-nav\">
<ol class=\"container breadcrumb\">
<li class=\"breadcrumb-item\"><a href=\"/\">home</a></li>
<li class=\"breadcrumb-item active\" aria-current=\"page\">{{ 'lavora con noi'|trans }}</li>
</ol>
</nav>
</section>
<section class=\"intro container d-flex align-items-center justify-content-center mb-3\">
<div class=\"content-overlay\">
<h2>{{ 'Vuoi entrare a far parte del nostro team?'|trans }}</h2>
<p>{{ \"Compila il form sottostante con i tuoi dati e allega il tuo curriculum vitae.\"|trans }} {{ \"Valuteremo con attenzione la tua candidatura con l’obiettivo di coinvolgerti nelle nostre ricerche di personale. Tutti i campi sono obbligatori.\"|trans }}</p>
</div>
<img src=\"/mecstore/b2c/assets/images/custom/workwithus_img01.jpg\" alt=\"\">
</section>
<section class=\"form container\">
{{ form_start(form) }}
<div class=\"form-row justify-content-end\">{{ 'Campi obbligatori *'|trans }}</div>
<div class=\"form-row\">
<label for=\"firstname\" class=\"col-sm-2 pr-3\">{{ 'Nome*'|trans }}</label>
{{ form_widget(form.firstname) }}
<label for=\"lastname\" class=\"col-sm-2 pr-3\">{{ 'Cognome*'|trans }}</label>
{{ form_widget(form.lastname) }}
</div>
<div class=\"form-row\">
<label for=\"cap\" class=\"col-sm-2 pr-3\">{{ 'CAP'|trans }}</label>
{{ form_widget(form.cap) }}
<label for=\"city\" class=\"col-sm-2 pr-3\">{{ 'Città'|trans }}</label>
{{ form_widget(form.city) }}
</div>
<div class=\"form-row\">
<label for=\"phone\" class=\"col-sm-2 pr-3\">{{ 'Telefono'|trans }}</label>
{{ form_widget(form.phone) }}
<label for=\"email\" class=\"col-sm-2 pr-3\">{{ 'Email*'|trans }}</label>
{{ form_widget(form.email) }}
</div>
<div class=\"form-row\">
<label for=\"area-interesse\" class=\"col-sm-2 pr-3\">{{ 'Area di interesse'|trans }}</label>
{{ form_widget(form.area_of_interest) }}
<label for=\"filiale\" class=\"col-sm-2 pr-3\">{{ 'Filiale'|trans }}</label>
{{ form_widget(form.filiale) }}
</div>
<div class=\"form-row\">
<label for=\"attachment\" class=\"col-sm-2 pr-3\">{{ 'Allega CV'|trans }}</label>
<div class=\"custom-file col-sm-4\">
{{ form_widget(form.file_upload) }}
<label class=\"custom-file-label\" for=\"validatedCustomFile\">{{ 'Seleziona file'|trans }}</label>
</div>
</div>
<div class=\" d-flex align-items-center privacy offset-sm-2 custom-control custom-checkbox\">
{{ form_widget(form.consent) }}
<label class=\"custom-control-label\">{{ 'Dopo aver preso visione della presente <a href=\"/privacy-policy\">informativa sulla privacy</a>, acconsento al trattamento dei dati personali comunicati.*'|trans|raw }}</label>
</div>
<div class=\"form-row justify-content-end\">
{{ form_widget(form._submit) }}
</div>
{{ form_end(form) }}
</section>
<section class=\"candidacy container d-flex flex-wrap align-items-center\">
<div class=\"image col-md-4 col-12\">
<img src=\"/mecstore/b2c/assets/images/custom/CHIAVE_INGLESE.jpg\" alt=\"Il gruppo MECstore\">
</div>
<div class=\"text col-md-8 col-12\">
<h4>{{ 'Sei un professionista e vuoi collaborare con noi?'|trans }}</h4>
<p>{{ \"Siamo sempre alla ricerca di professionisti e aziende con cui stringere accordi e collaborazioni. Raccontaci la tua proposta, potrebbe essere l'inizio di un lungo percorso assieme.\"|trans }}</p>
<button class=\"btn c-button yellow\">{{ 'CONTATTACI'|trans }}</button>
</div>
</section>
<!-- End .container -->
<div class=\"mb-6\"></div>
<!-- margin -->
{% endblock %}", "contact/work-with-us.html.twig", "/home/ubuntu/mecstore/website/templates/contact/work-with-us.html.twig");
}
}