<?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;
/* contacts/contacts.html.twig */
class __TwigTemplate_556c52d4dfcf63f6fe53ca10de8f1628a37f972ade2d959c32c6e72062a46138 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'meta' => [$this, 'block_meta'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@Web/layout.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", "contacts/contacts.html.twig"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "contacts/contacts.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "contacts/contacts.html.twig"));
$this->parent = $this->loadTemplate("@Web/layout.html.twig", "contacts/contacts.html.twig", 1);
$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 3
public function block_title($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", "title"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 4
echo "\t";
echo twig_get_attribute($this->env, $this->source, (isset($context["meta"]) || array_key_exists("meta", $context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.', 4, $this->source); })()), "title", [], "any", false, false, false, 4);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 7
public function block_meta($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", "meta"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 8
echo "\t<meta name=\"keywords\" content=\"";
echo twig_get_attribute($this->env, $this->source, (isset($context["meta"]) || array_key_exists("meta", $context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.', 8, $this->source); })()), "keywords", [], "any", false, false, false, 8);
echo "\" />
\t<meta name=\"description\" content=\"";
// line 9
echo twig_get_attribute($this->env, $this->source, (isset($context["meta"]) || array_key_exists("meta", $context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.', 9, $this->source); })()), "description", [], "any", false, false, false, 9);
echo "\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 12
public function block_stylesheets($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", "stylesheets"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 13
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
\t<link rel=\"stylesheet\" href=\"";
// line 14
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_css/pages.min.css"), "html", null, true);
echo "\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 17
public function block_javascripts($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", "javascripts"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 18
echo "\t";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
\t<script type=\"text/javascript\" src=\"//media.twiliocdn.com/sdk/js/client/releases/1.10.0/twilio.min.js\"></script>
\t<script src=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_js/contact.js"), "html", null, true);
echo "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 23
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 24
echo "\t";
$context["isRTWidget"] = $this->extensions['WebBundle\Twig\AppExtension']->useRTWidget();
// line 25
echo "
\t<div class=\"pages page-contacts\">
\t\t<h1>";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page_contacts.header"), "html", null, true);
echo "</h1>
\t</div>
\t<div class=\"page-contacts js-page-contacts container-fluid clearfix\">
\t\t<div class=\"contacts-cell row clearfix\">";
// line 32
echo "\t\t\t";
$context["noChoose"] = "";
// line 33
echo "\t\t\t";
$context["currentCountryId"] = "0";
// line 34
echo "\t\t\t";
if ((twig_length_filter($this->env, (isset($context["availableLanguages"]) || array_key_exists("availableLanguages", $context) ? $context["availableLanguages"] : (function () { throw new RuntimeError('Variable "availableLanguages" does not exist.', 34, $this->source); })())) == 1)) {
// line 35
echo "\t\t\t\t";
$context["noChoose"] = "no-active";
// line 36
echo "\t\t\t";
}
// line 37
echo "
\t\t\t<div class=\"col-xs-12 col-sm-5 col-md-4 lang-list\">
\t\t\t\t<h5>";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("header_country"), "html", null, true);
echo "</h5>
\t\t\t ";
// line 42
echo "\t\t\t ";
$context["basicCountries"] = [];
// line 43
echo "\t\t\t ";
$context["secondaryCountries"] = [];
// line 44
echo "\t\t\t ";
$context["currCountryLocale"] = "";
// line 45
echo "
\t\t\t ";
// line 46
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["countryList"]) || array_key_exists("countryList", $context) ? $context["countryList"] : (function () { throw new RuntimeError('Variable "countryList" does not exist.', 46, $this->source); })()));
foreach ($context['_seq'] as $context["key"] => $context["country"]) {
// line 47
echo "\t\t\t\t\t";
// line 48
echo "\t\t\t\t\t\t";
// line 49
echo "\t\t\t\t\t";
// line 50
echo "
\t\t\t ";
// line 51
if (((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 51, $this->source); })()) == twig_lower_filter($this->env, $context["key"]))) {
// line 52
echo "\t\t\t ";
$context["currCountryLocale"] = twig_get_attribute($this->env, $this->source, $context["country"], "locale", [], "array", false, false, false, 52);
// line 53
echo "\t\t\t ";
}
// line 54
echo "\t\t\t ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['country'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 55
echo "
\t\t\t <div class=\"simple-list-drop-container country-block-contact js-country-block-contact\">
\t\t\t <div class=\"list-drop-active\" role=\"show-list-drop\">
\t\t\t\t\t\t<input type=\"text\" class=\"active-status\" />
\t\t\t </div>
\t\t\t <ul class=\"simple-list-drop\">
\t\t\t ";
// line 62
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["basicCountries"]) || array_key_exists("basicCountries", $context) ? $context["basicCountries"] : (function () { throw new RuntimeError('Variable "basicCountries" does not exist.', 62, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["newcountry"]) {
if ((twig_get_attribute($this->env, $this->source, $context["newcountry"], "key", [], "any", false, false, false, 62) != "en")) {
// line 63
echo "\t\t\t ";
$context["key"] = twig_get_attribute($this->env, $this->source, $context["newcountry"], "key", [], "any", false, false, false, 63);
// line 64
echo "\t\t\t ";
$context["country"] = twig_get_attribute($this->env, $this->source, $context["newcountry"], "country", [], "any", false, false, false, 64);
// line 65
echo "\t\t\t ";
$context["activeClass"] = "";
// line 66
echo "\t\t\t ";
if (((isset($context["countryCode"]) || array_key_exists("countryCode", $context) ? $context["countryCode"] : (function () { throw new RuntimeError('Variable "countryCode" does not exist.', 66, $this->source); })()) == twig_lower_filter($this->env, (isset($context["key"]) || array_key_exists("key", $context) ? $context["key"] : (function () { throw new RuntimeError('Variable "key" does not exist.', 66, $this->source); })())))) {
// line 67
echo "\t\t\t ";
$context["activeClass"] = " active js-default-option";
// line 68
echo "\t\t\t\t\t\t\t\t";
$context["currentCountryId"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["newcountry"], "country", [], "array", false, false, false, 68), "id", [], "array", false, false, false, 68);
// line 69
echo "\t\t\t ";
}
// line 70
echo "\t\t\t <li class=\"simple-list-item";
echo twig_escape_filter($this->env, (isset($context["activeClass"]) || array_key_exists("activeClass", $context) ? $context["activeClass"] : (function () { throw new RuntimeError('Variable "activeClass" does not exist.', 70, $this->source); })()), "html", null, true);
echo "\"
\t\t\t data-prior-lang=\"";
// line 71
((twig_get_attribute($this->env, $this->source, ($context["country"] ?? null), "locales", [], "array", true, true, false, 71)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["country"]) || array_key_exists("country", $context) ? $context["country"] : (function () { throw new RuntimeError('Variable "country" does not exist.', 71, $this->source); })()), "locales", [], "array", false, false, false, 71), "html", null, true))) : (print ("en")));
echo "\"
\t\t\t\t\t\t\t\tdata-simpledrop-value=\"";
// line 72
echo twig_escape_filter($this->env, (isset($context["key"]) || array_key_exists("key", $context) ? $context["key"] : (function () { throw new RuntimeError('Variable "key" does not exist.', 72, $this->source); })()), "html", null, true);
echo "\"
\t\t\t\t\t\t\t\tdata-simpledrop-text=\"";
// line 73
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["country"]) || array_key_exists("country", $context) ? $context["country"] : (function () { throw new RuntimeError('Variable "country" does not exist.', 73, $this->source); })()), "name", [], "array", false, false, false, 73), "html", null, true);
echo "\"
\t\t\t\t\t\t\t>
\t\t\t <span class=\"thumb flag flag-";
// line 75
echo twig_escape_filter($this->env, (isset($context["key"]) || array_key_exists("key", $context) ? $context["key"] : (function () { throw new RuntimeError('Variable "key" does not exist.', 75, $this->source); })()), "html", null, true);
echo "\"></span>
\t\t\t ";
// line 76
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["country"]) || array_key_exists("country", $context) ? $context["country"] : (function () { throw new RuntimeError('Variable "country" does not exist.', 76, $this->source); })()), "name", [], "array", false, false, false, 76), "html", null, true);
echo "
\t\t\t </li>
\t\t\t ";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['newcountry'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 79
echo "
\t\t\t <li class=\"divider\"></li>
\t\t\t ";
// line 82
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["countryList"]) || array_key_exists("countryList", $context) ? $context["countryList"] : (function () { throw new RuntimeError('Variable "countryList" does not exist.', 82, $this->source); })()));
foreach ($context['_seq'] as $context["key"] => $context["country"]) {
// line 83
echo "\t\t\t ";
$context["activeClass"] = "";
// line 84
echo "\t\t\t ";
if (((isset($context["countryCode"]) || array_key_exists("countryCode", $context) ? $context["countryCode"] : (function () { throw new RuntimeError('Variable "countryCode" does not exist.', 84, $this->source); })()) == twig_lower_filter($this->env, $context["key"]))) {
// line 85
echo "\t\t\t ";
$context["activeClass"] = "active ";
// line 86
echo " ";
$context["currentCountryId"] = twig_get_attribute($this->env, $this->source, $context["country"], "id", [], "array", false, false, false, 86);
// line 87
echo "\t\t\t ";
}
// line 88
echo "
\t\t\t <li class=\"";
// line 89
echo twig_escape_filter($this->env, (isset($context["activeClass"]) || array_key_exists("activeClass", $context) ? $context["activeClass"] : (function () { throw new RuntimeError('Variable "activeClass" does not exist.', 89, $this->source); })()), "html", null, true);
echo "simple-list-item\"
\t\t\t data-prior-lang=\"";
// line 90
((twig_get_attribute($this->env, $this->source, $context["country"], "locales", [], "array", true, true, false, 90)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["country"], "locales", [], "array", false, false, false, 90), "html", null, true))) : (print ("en")));
echo "\"
\t\t\t\t\t\t\t\tdata-simpledrop-value=\"";
// line 91
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "\"
\t\t\t\t\t\t\t\tdata-simpledrop-text=\"";
// line 92
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["country"], "name", [], "array", false, false, false, 92), "html", null, true);
echo "\"
\t\t\t\t\t\t\t>
\t\t\t <span class=\"thumb flag flag-";
// line 94
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "\"></span>
\t\t\t ";
// line 95
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["country"], "name", [], "array", false, false, false, 95), "html", null, true);
echo "
\t\t\t </li>
\t\t\t ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['country'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 98
echo "\t\t\t </ul>
\t\t\t </div>
\t\t\t\t<h5>";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contacts.change_lang"), "html", null, true);
echo "</h5>
\t\t\t\t<div class=\"change-lang-wrapper\">
\t\t\t\t\t<ul class=\"change-lang-cont js-change-lang-cont list-unstyled\">
\t\t\t\t\t\t";
// line 104
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["availableLanguages"]) || array_key_exists("availableLanguages", $context) ? $context["availableLanguages"] : (function () { throw new RuntimeError('Variable "availableLanguages" does not exist.', 104, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["langCountry"]) {
// line 105
echo "\t \t";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["localeNames"]) || array_key_exists("localeNames", $context) ? $context["localeNames"] : (function () { throw new RuntimeError('Variable "localeNames" does not exist.', 105, $this->source); })()));
foreach ($context['_seq'] as $context["key"] => $context["lang"]) {
// line 106
echo "\t\t\t\t\t\t\t\t";
if (($context["key"] == $context["langCountry"])) {
// line 107
echo "\t\t\t\t\t\t\t\t\t";
$context["activeClass"] = "";
// line 108
echo "\t\t\t\t\t\t\t\t\t";
if (($context["langCountry"] == (isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 108, $this->source); })()))) {
// line 109
echo "\t\t\t\t\t\t\t\t\t\t";
$context["activeClass"] = " active";
// line 110
echo "\t\t \t\t\t";
}
// line 111
echo "\t\t\t\t\t\t\t\t\t<li";
if (((isset($context["noChoose"]) || array_key_exists("noChoose", $context) ? $context["noChoose"] : (function () { throw new RuntimeError('Variable "noChoose" does not exist.', 111, $this->source); })()) || (isset($context["activeClass"]) || array_key_exists("activeClass", $context) ? $context["activeClass"] : (function () { throw new RuntimeError('Variable "activeClass" does not exist.', 111, $this->source); })()))) {
echo " class=\"";
echo twig_escape_filter($this->env, (isset($context["noChoose"]) || array_key_exists("noChoose", $context) ? $context["noChoose"] : (function () { throw new RuntimeError('Variable "noChoose" does not exist.', 111, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["activeClass"]) || array_key_exists("activeClass", $context) ? $context["activeClass"] : (function () { throw new RuntimeError('Variable "activeClass" does not exist.', 111, $this->source); })()), "html", null, true);
echo "\"";
}
// line 112
echo "\t\t\t \t\t\tdata-val=\"";
echo twig_escape_filter($this->env, $context["langCountry"], "html", null, true);
echo "\"
\t\t\t \t\t>";
// line 113
echo twig_escape_filter($this->env, $context["lang"], "html", null, true);
echo "</li>
\t\t\t\t\t\t\t\t";
}
// line 115
echo "\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['lang'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 116
echo "\t ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['langCountry'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 117
echo "\t\t\t\t\t</ul>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"col-xs-12 col-sm-7 col-md-8\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"contacts-blocks-main-wrapper\">
\t\t\t\t\t\t<div class=\"contacts-blocks-inner-wrapper\">
\t\t\t\t\t\t\t<div class=\"contact-page-block-wrapper big-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background hidden\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon big-icon chat-wrap-icon\">
\t\t\t\t\t\t\t\t\t\t";
// line 130
if ((isset($context["isRTWidget"]) || array_key_exists("isRTWidget", $context) ? $context["isRTWidget"] : (function () { throw new RuntimeError('Variable "isRTWidget" does not exist.', 130, $this->source); })())) {
// line 131
echo "\t\t\t\t\t\t\t\t\t\t\t<a id=\"chat-widget-contacts\" class=\"big-icon-link chat-link\">
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 133
echo "\t\t\t\t\t\t\t\t\t\t\t<a id=\"chat-widget-contacts\" target=\"_blank\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_chatb_chatbpage");
echo "\" class=\"big-icon-link chat-link\">
\t\t\t\t\t\t\t\t\t\t";
}
// line 135
echo "\t\t\t\t\t\t\t\t\t\t\t";
$this->loadTemplate("@Web/SVGIconsCode/contact-chat.html.twig", "contacts/contacts.html.twig", 135)->display($context);
// line 136
echo "\t\t\t\t\t\t\t\t\t\t\t<span>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contacts.chat"), "html", null, true);
echo "</span>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"chat-cons-status\"
\t\t\t\t\t\t\t\t\t\t\t\t data-text-online=\"";
// line 138
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("online"), "html", null, true);
echo "\"
\t\t\t\t\t\t\t\t\t\t\t\t data-text-offline=\"";
// line 139
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("offline"), "html", null, true);
echo "\"
\t\t\t\t\t\t\t\t\t\t\t></span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>";
// line 145
echo "<div class=\"contact-page-block-wrapper big-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background hidden\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon big-icon\">
\t\t\t\t\t\t\t\t\t\t";
// line 149
$context["isDev"] = "";
// line 150
echo "\t\t\t\t\t\t\t\t\t\t";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["te"]) || array_key_exists("te", $context) ? $context["te"] : (function () { throw new RuntimeError('Variable "te" does not exist.', 150, $this->source); })()), "request", [], "any", false, false, false, 150), "get", [0 => "dev"], "method", false, false, false, 150)) {
// line 151
echo "\t\t\t\t\t\t\t\t\t\t\t";
$context["isDev"] = "true";
// line 152
echo "\t\t\t\t\t\t\t\t\t\t";
}
// line 153
echo "\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"big-icon-link free-call-link js-free-call-link\" data-is-dev=\"";
echo twig_escape_filter($this->env, (isset($context["isDev"]) || array_key_exists("isDev", $context) ? $context["isDev"] : (function () { throw new RuntimeError('Variable "isDev" does not exist.', 153, $this->source); })()), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"call-icon-wrapper\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 155
$this->loadTemplate("@Web/SVGIconsCode/contact-free-call.html.twig", "contacts/contacts.html.twig", 155)->display($context);
// line 156
echo "\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-circle\"
\t\t\t\t\t\t\t\t\t\t\t\t\t data-text-online=\"on\"
\t\t\t\t\t\t\t\t\t\t\t\t\t data-text-offline=\"off\"
\t\t\t\t\t\t\t\t\t\t\t\t></span>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<span>";
// line 161
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contacts.free_call"), "html", null, true);
echo "</span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>";
// line 166
echo "<div class=\"contact-page-block-wrapper medium-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"tel:";
// line 170
echo twig_escape_filter($this->env, (isset($context["phone"]) || array_key_exists("phone", $context) ? $context["phone"] : (function () { throw new RuntimeError('Variable "phone" does not exist.', 170, $this->source); })()), "html", null, true);
echo "\" id=\"mobilePhoneNumber\" class=\"big-icon-link mobile-phone-number\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 171
$this->loadTemplate("@Web/SVGIconsCode/contact-mobile.html.twig", "contacts/contacts.html.twig", 171)->display($context);
// line 172
echo "\t\t\t\t\t\t\t\t\t\t\t<span>";
echo twig_escape_filter($this->env, (isset($context["phone"]) || array_key_exists("phone", $context) ? $context["phone"] : (function () { throw new RuntimeError('Variable "phone" does not exist.', 172, $this->source); })()), "html", null, true);
echo "</span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>";
// line 177
echo "<div class=\"contact-page-block-wrapper medium-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon\">
\t\t\t\t\t\t\t\t\t\t";
// line 181
$context["mailTo"] = ("mailto:" . (isset($context["email"]) || array_key_exists("email", $context) ? $context["email"] : (function () { throw new RuntimeError('Variable "email" does not exist.', 181, $this->source); })()));
// line 182
echo "\t\t\t\t\t\t\t\t\t\t";
// line 183
echo "\t\t\t\t\t\t\t\t\t\t";
$context["font_small"] = "";
// line 184
echo "\t\t\t\t\t\t\t\t\t\t";
// line 185
echo "\t\t\t\t\t\t\t\t\t\t";
$context["isNl"] = "";
// line 186
echo "\t\t\t\t\t\t\t\t\t\t";
$context["userLocale"] = $this->extensions['WebBundle\Twig\AppExtension']->userLocale();
// line 187
echo "\t\t\t\t\t\t\t\t\t\t";
if ((((((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 187, $this->source); })()) == "nl") || ((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 187, $this->source); })()) == "fi")) || ((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 187, $this->source); })()) == "de")) || ((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 187, $this->source); })()) == "fr"))) {
// line 188
echo "\t\t\t\t\t\t\t\t\t\t\t";
$context["font_small"] = " font-small";
// line 189
echo "\t\t\t\t\t\t\t\t\t\t\t";
if (((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 189, $this->source); })()) == "nl")) {
// line 190
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
$context["isNl"] = " nl";
// line 191
echo "\t\t\t\t\t\t\t\t\t\t\t";
}
// line 192
echo "\t\t\t\t\t\t\t\t\t\t";
}
// line 193
echo "\t\t\t\t\t\t\t\t\t\t<a class=\"big-icon-link email-link";
echo twig_escape_filter($this->env, (isset($context["font_small"]) || array_key_exists("font_small", $context) ? $context["font_small"] : (function () { throw new RuntimeError('Variable "font_small" does not exist.', 193, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, (isset($context["isNl"]) || array_key_exists("isNl", $context) ? $context["isNl"] : (function () { throw new RuntimeError('Variable "isNl" does not exist.', 193, $this->source); })()), "html", null, true);
echo "\" href=\"";
echo twig_escape_filter($this->env, (isset($context["mailTo"]) || array_key_exists("mailTo", $context) ? $context["mailTo"] : (function () { throw new RuntimeError('Variable "mailTo" does not exist.', 193, $this->source); })()), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 194
$this->loadTemplate("@Web/SVGIconsCode/contact-email.html.twig", "contacts/contacts.html.twig", 194)->display($context);
// line 195
echo "\t\t\t\t\t\t\t\t\t\t\t<span>";
echo twig_escape_filter($this->env, (isset($context["email"]) || array_key_exists("email", $context) ? $context["email"] : (function () { throw new RuntimeError('Variable "email" does not exist.', 195, $this->source); })()), "html", null, true);
echo "</span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
// line 198
$context["local"] = $this->extensions['WebBundle\Twig\AppExtension']->userLocale();
// line 199
echo "\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>";
// line 201
echo "<div class=\"contact-page-block-wrapper medium-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon social-link js-social-media-block\">
\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.pinterest.com/tileexpert/pins/\" class=\"pinterest-link\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 205
$this->loadTemplate("@Web/SVGIconsCode/contact-social-pinterest.html.twig", "contacts/contacts.html.twig", 205)->display($context);
// line 206
echo "\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t";
// line 207
if (((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 207, $this->source); })()) == "ru")) {
// line 208
echo "\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.instagram.com/tileexpertrussia\" class=\"instagram-link\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 209
$this->loadTemplate("@Web/SVGIconsCode/contact-social-instagram.html.twig", "contacts/contacts.html.twig", 209)->display($context);
// line 210
echo "\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 212
echo "\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://instagram.com/tile.expert/\" class=\"instagram-link\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 213
$this->loadTemplate("@Web/SVGIconsCode/contact-social-instagram.html.twig", "contacts/contacts.html.twig", 213)->display($context);
// line 214
echo "\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t";
}
// line 216
echo "
\t\t\t\t\t\t\t\t\t\t<div class=\"clearfix\"></div>
\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://twitter.com/TILE_EXPERT\" class=\"twitter-link\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 219
$this->loadTemplate("@Web/SVGIconsCode/contact-social-twitter.html.twig", "contacts/contacts.html.twig", 219)->display($context);
// line 220
echo "\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t";
// line 221
if (((isset($context["userLocale"]) || array_key_exists("userLocale", $context) ? $context["userLocale"] : (function () { throw new RuntimeError('Variable "userLocale" does not exist.', 221, $this->source); })()) == "ru")) {
// line 222
echo "\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.facebook.com/tileexpertrussia\" class=\"facebook-link\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 223
$this->loadTemplate("@Web/SVGIconsCode/contact-social-facebook.html.twig", "contacts/contacts.html.twig", 223)->display($context);
// line 224
echo "\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 226
echo "\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.facebook.com/tile.expert\" class=\"facebook-link\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 227
$this->loadTemplate("@Web/SVGIconsCode/contact-social-facebook.html.twig", "contacts/contacts.html.twig", 227)->display($context);
// line 228
echo "\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t";
}
// line 230
echo "\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"schedule\">
\t\t\t\t\t\t";
// line 239
if (((twig_length_filter($this->env, (isset($context["holidaysString"]) || array_key_exists("holidaysString", $context) ? $context["holidaysString"] : (function () { throw new RuntimeError('Variable "holidaysString" does not exist.', 239, $this->source); })())) > 0) && ((isset($context["holidaysString"]) || array_key_exists("holidaysString", $context) ? $context["holidaysString"] : (function () { throw new RuntimeError('Variable "holidaysString" does not exist.', 239, $this->source); })()) != "-"))) {
// line 240
echo "\t\t\t\t\t\t\t<div class=\"holidays\">
\t\t\t\t\t\t\t\t<span class=\"s-left\">";
// line 241
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contacts_holidays"), "html", null, true);
echo "</span> <span class=\"s-right\">";
echo twig_escape_filter($this->env, (isset($context["holidaysString"]) || array_key_exists("holidaysString", $context) ? $context["holidaysString"] : (function () { throw new RuntimeError('Variable "holidaysString" does not exist.', 241, $this->source); })()), "html", null, true);
echo "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
// line 244
echo "
\t\t\t\t\t\t";
// line 245
if (((twig_length_filter($this->env, (isset($context["halfHolidaysString"]) || array_key_exists("halfHolidaysString", $context) ? $context["halfHolidaysString"] : (function () { throw new RuntimeError('Variable "halfHolidaysString" does not exist.', 245, $this->source); })())) > 0) && ((isset($context["halfHolidaysString"]) || array_key_exists("halfHolidaysString", $context) ? $context["halfHolidaysString"] : (function () { throw new RuntimeError('Variable "halfHolidaysString" does not exist.', 245, $this->source); })()) != "-"))) {
// line 246
echo "\t\t\t\t\t\t\t<div class=\"holidays\">
\t\t\t\t\t\t\t\t<span class=\"s-left\">";
// line 247
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contacts_half_holidays"), "html", null, true);
echo "</span> <span class=\"s-right\">";
echo twig_escape_filter($this->env, (isset($context["halfHolidaysString"]) || array_key_exists("halfHolidaysString", $context) ? $context["halfHolidaysString"] : (function () { throw new RuntimeError('Variable "halfHolidaysString" does not exist.', 247, $this->source); })()), "html", null, true);
echo "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
// line 250
echo "
\t\t\t\t\t\t<div class=\"workdays\">
\t\t\t\t\t\t\t<span class=\"s-left\">";
// line 252
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contacts_workingdays"), "html", null, true);
echo "</span>
";
// line 253
if ((isset($context["isUnionWorkDaysAndWeekend"]) || array_key_exists("isUnionWorkDaysAndWeekend", $context) ? $context["isUnionWorkDaysAndWeekend"] : (function () { throw new RuntimeError('Variable "isUnionWorkDaysAndWeekend" does not exist.', 253, $this->source); })())) {
// line 254
echo " <span class=\"s-right\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weekday.1"), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weekday.0"), "html", null, true);
echo ": ";
echo twig_escape_filter($this->env, (isset($context["unionTime"]) || array_key_exists("unionTime", $context) ? $context["unionTime"] : (function () { throw new RuntimeError('Variable "unionTime" does not exist.', 254, $this->source); })()), "html", null, true);
echo " (";
echo twig_escape_filter($this->env, (isset($context["capital"]) || array_key_exists("capital", $context) ? $context["capital"] : (function () { throw new RuntimeError('Variable "capital" does not exist.', 254, $this->source); })()), "html", null, true);
echo ")</span>
";
} else {
// line 256
echo "\t\t\t\t\t\t\t <span class=\"s-right\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weekday.1"), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weekday.5"), "html", null, true);
echo ": ";
echo twig_escape_filter($this->env, (isset($context["workDaysTime"]) || array_key_exists("workDaysTime", $context) ? $context["workDaysTime"] : (function () { throw new RuntimeError('Variable "workDaysTime" does not exist.', 256, $this->source); })()), "html", null, true);
if ((isset($context["weekendIsOnline"]) || array_key_exists("weekendIsOnline", $context) ? $context["weekendIsOnline"] : (function () { throw new RuntimeError('Variable "weekendIsOnline" does not exist.', 256, $this->source); })())) {
echo "; ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weekday.6"), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("weekday.0"), "html", null, true);
echo ": ";
echo twig_escape_filter($this->env, (isset($context["weekendDaysTime"]) || array_key_exists("weekendDaysTime", $context) ? $context["weekendDaysTime"] : (function () { throw new RuntimeError('Variable "weekendDaysTime" does not exist.', 256, $this->source); })()), "html", null, true);
}
echo " (";
echo twig_escape_filter($this->env, (isset($context["capital"]) || array_key_exists("capital", $context) ? $context["capital"] : (function () { throw new RuntimeError('Variable "capital" does not exist.', 256, $this->source); })()), "html", null, true);
echo ")</span>
";
}
// line 258
echo "\t\t\t\t\t\t</div>
";
// line 267
echo "\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t";
// line 272
$this->loadTemplate("contacts/online_call_block.html.twig", "contacts/contacts.html.twig", 272)->display($context);
// line 273
echo "\t</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
public function getTemplateName()
{
return "contacts/contacts.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 799 => 273, 797 => 272, 790 => 267, 787 => 258, 767 => 256, 755 => 254, 753 => 253, 749 => 252, 745 => 250, 737 => 247, 734 => 246, 732 => 245, 729 => 244, 721 => 241, 718 => 240, 716 => 239, 705 => 230, 701 => 228, 699 => 227, 696 => 226, 692 => 224, 690 => 223, 687 => 222, 685 => 221, 682 => 220, 680 => 219, 675 => 216, 671 => 214, 669 => 213, 666 => 212, 662 => 210, 660 => 209, 657 => 208, 655 => 207, 652 => 206, 650 => 205, 644 => 201, 641 => 199, 639 => 198, 632 => 195, 630 => 194, 622 => 193, 619 => 192, 616 => 191, 613 => 190, 610 => 189, 607 => 188, 604 => 187, 601 => 186, 598 => 185, 596 => 184, 593 => 183, 591 => 182, 589 => 181, 583 => 177, 575 => 172, 573 => 171, 569 => 170, 563 => 166, 556 => 161, 549 => 156, 547 => 155, 541 => 153, 538 => 152, 535 => 151, 532 => 150, 530 => 149, 524 => 145, 516 => 139, 512 => 138, 506 => 136, 503 => 135, 497 => 133, 493 => 131, 491 => 130, 476 => 117, 470 => 116, 464 => 115, 459 => 113, 454 => 112, 446 => 111, 443 => 110, 440 => 109, 437 => 108, 434 => 107, 431 => 106, 426 => 105, 422 => 104, 416 => 101, 411 => 98, 402 => 95, 398 => 94, 393 => 92, 389 => 91, 385 => 90, 381 => 89, 378 => 88, 375 => 87, 372 => 86, 369 => 85, 366 => 84, 363 => 83, 359 => 82, 354 => 79, 344 => 76, 340 => 75, 335 => 73, 331 => 72, 327 => 71, 322 => 70, 319 => 69, 316 => 68, 313 => 67, 310 => 66, 307 => 65, 304 => 64, 301 => 63, 296 => 62, 287 => 55, 281 => 54, 278 => 53, 275 => 52, 273 => 51, 270 => 50, 268 => 49, 266 => 48, 264 => 47, 260 => 46, 257 => 45, 254 => 44, 251 => 43, 248 => 42, 243 => 39, 239 => 37, 236 => 36, 233 => 35, 230 => 34, 227 => 33, 224 => 32, 217 => 27, 213 => 25, 210 => 24, 197 => 23, 182 => 20, 176 => 18, 163 => 17, 148 => 14, 143 => 13, 130 => 12, 115 => 9, 110 => 8, 97 => 7, 81 => 4, 68 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@Web/layout.html.twig' %}
{% block title %}
\t{{ meta.title | raw }}
{% endblock %}
{% block meta %}
\t<meta name=\"keywords\" content=\"{{ meta.keywords | raw }}\" />
\t<meta name=\"description\" content=\"{{ meta.description | raw }}\" />
{% endblock %}
{% block stylesheets %}
{{ parent() }}
\t<link rel=\"stylesheet\" href=\"{{ asset('_css/pages.min.css') }}\" />
{% endblock %}
{% block javascripts %}
\t{{ parent() }}
\t<script type=\"text/javascript\" src=\"//media.twiliocdn.com/sdk/js/client/releases/1.10.0/twilio.min.js\"></script>
\t<script src=\"{{ asset('_js/contact.js') }}\"></script>
{% endblock %}
{% block content %}
\t{% set isRTWidget = useRTWidget() %}
\t<div class=\"pages page-contacts\">
\t\t<h1>{{ 'page_contacts.header' | trans }}</h1>
\t</div>
\t<div class=\"page-contacts js-page-contacts container-fluid clearfix\">
\t\t<div class=\"contacts-cell row clearfix\">{# убрал row #}
\t\t\t{% set noChoose = '' %}
\t\t\t{% set currentCountryId = '0' %}
\t\t\t{% if availableLanguages | length == 1 %}
\t\t\t\t{% set noChoose = 'no-active' %}
\t\t\t{% endif %}
\t\t\t<div class=\"col-xs-12 col-sm-5 col-md-4 lang-list\">
\t\t\t\t<h5>{{ 'header_country' | trans }}</h5>
\t\t\t {# сформировать списки стран #}
\t\t\t {% set basicCountries = [] %}
\t\t\t {% set secondaryCountries = [] %}
\t\t\t {% set currCountryLocale = '' %}
\t\t\t {% for key, country in countryList %}
\t\t\t\t\t{#{% if key == 'fi' or key == 'fr' or key == 'de' or key == 'it' or key == 'nl' or key == 'gb' or key == 'us' %}#}
\t\t\t\t\t\t{#{% set basicCountries = basicCountries | merge([{'key': key, 'country': country}]) %}#}
\t\t\t\t\t{#{% endif %}#}
\t\t\t {% if locale == key | lower %}
\t\t\t {% set currCountryLocale = country['locale'] %}
\t\t\t {% endif %}
\t\t\t {% endfor %}
\t\t\t <div class=\"simple-list-drop-container country-block-contact js-country-block-contact\">
\t\t\t <div class=\"list-drop-active\" role=\"show-list-drop\">
\t\t\t\t\t\t<input type=\"text\" class=\"active-status\" />
\t\t\t </div>
\t\t\t <ul class=\"simple-list-drop\">
\t\t\t {% for newcountry in basicCountries if newcountry.key != 'en' %}
\t\t\t {% set key = newcountry.key %}
\t\t\t {% set country = newcountry.country %}
\t\t\t {% set activeClass = '' %}
\t\t\t {% if countryCode == key | lower %}
\t\t\t {% set activeClass = ' active js-default-option' %}
\t\t\t\t\t\t\t\t{% set currentCountryId = newcountry['country']['id'] %}
\t\t\t {% endif %}
\t\t\t <li class=\"simple-list-item{{ activeClass }}\"
\t\t\t data-prior-lang=\"{{ country['locales'] is defined ? country['locales'] : 'en' }}\"
\t\t\t\t\t\t\t\tdata-simpledrop-value=\"{{ key }}\"
\t\t\t\t\t\t\t\tdata-simpledrop-text=\"{{ country['name'] }}\"
\t\t\t\t\t\t\t>
\t\t\t <span class=\"thumb flag flag-{{ key }}\"></span>
\t\t\t {{ country['name'] }}
\t\t\t </li>
\t\t\t {% endfor %}
\t\t\t <li class=\"divider\"></li>
\t\t\t {% for key, country in countryList %}
\t\t\t {% set activeClass = '' %}
\t\t\t {% if countryCode == key | lower %}
\t\t\t {% set activeClass = 'active ' %}
{% set currentCountryId = country['id'] %}
\t\t\t {% endif %}
\t\t\t <li class=\"{{ activeClass }}simple-list-item\"
\t\t\t data-prior-lang=\"{{ country['locales'] is defined ? country['locales'] : 'en' }}\"
\t\t\t\t\t\t\t\tdata-simpledrop-value=\"{{ key }}\"
\t\t\t\t\t\t\t\tdata-simpledrop-text=\"{{ country['name'] }}\"
\t\t\t\t\t\t\t>
\t\t\t <span class=\"thumb flag flag-{{ key }}\"></span>
\t\t\t {{ country['name'] }}
\t\t\t </li>
\t\t\t {% endfor %}
\t\t\t </ul>
\t\t\t </div>
\t\t\t\t<h5>{{ 'contacts.change_lang' | trans }}</h5>
\t\t\t\t<div class=\"change-lang-wrapper\">
\t\t\t\t\t<ul class=\"change-lang-cont js-change-lang-cont list-unstyled\">
\t\t\t\t\t\t{% for langCountry in availableLanguages %}
\t \t{% for key, lang in localeNames %}
\t\t\t\t\t\t\t\t{% if key == langCountry %}
\t\t\t\t\t\t\t\t\t{% set activeClass = '' %}
\t\t\t\t\t\t\t\t\t{% if langCountry == locale %}
\t\t\t\t\t\t\t\t\t\t{% set activeClass = ' active' %}
\t\t \t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t<li{% if noChoose or activeClass %} class=\"{{ noChoose }}{{ activeClass }}\"{% endif %}
\t\t\t \t\t\tdata-val=\"{{ langCountry }}\"
\t\t\t \t\t>{{ lang }}</li>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endfor %}
\t {% endfor %}
\t\t\t\t\t</ul>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"col-xs-12 col-sm-7 col-md-8\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"contacts-blocks-main-wrapper\">
\t\t\t\t\t\t<div class=\"contacts-blocks-inner-wrapper\">
\t\t\t\t\t\t\t<div class=\"contact-page-block-wrapper big-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background hidden\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon big-icon chat-wrap-icon\">
\t\t\t\t\t\t\t\t\t\t{% if isRTWidget %}
\t\t\t\t\t\t\t\t\t\t\t<a id=\"chat-widget-contacts\" class=\"big-icon-link chat-link\">
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t<a id=\"chat-widget-contacts\" target=\"_blank\" href=\"{{ path('app_chatb_chatbpage') }}\" class=\"big-icon-link chat-link\">
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-chat.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t<span>{{ 'contacts.chat' | trans }}</span>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"chat-cons-status\"
\t\t\t\t\t\t\t\t\t\t\t\t data-text-online=\"{{ 'online' | trans }}\"
\t\t\t\t\t\t\t\t\t\t\t\t data-text-offline=\"{{ 'offline' | trans }}\"
\t\t\t\t\t\t\t\t\t\t\t></span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>{#
\t\t\t\t\t\t\t#}<div class=\"contact-page-block-wrapper big-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background hidden\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon big-icon\">
\t\t\t\t\t\t\t\t\t\t{% set isDev = '' %}
\t\t\t\t\t\t\t\t\t\t{% if te.request.get('dev') %}
\t\t\t\t\t\t\t\t\t\t\t{% set isDev = 'true' %}
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"big-icon-link free-call-link js-free-call-link\" data-is-dev=\"{{ isDev }}\">
\t\t\t\t\t\t\t\t\t\t\t<div class=\"call-icon-wrapper\">
\t\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-free-call.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"status-circle\"
\t\t\t\t\t\t\t\t\t\t\t\t\t data-text-online=\"on\"
\t\t\t\t\t\t\t\t\t\t\t\t\t data-text-offline=\"off\"
\t\t\t\t\t\t\t\t\t\t\t\t></span>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<span>{{ 'contacts.free_call' | trans }}</span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>{#
\t\t\t\t\t\t\t#}<div class=\"contact-page-block-wrapper medium-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon\">
\t\t\t\t\t\t\t\t\t\t<a href=\"tel:{{ phone }}\" id=\"mobilePhoneNumber\" class=\"big-icon-link mobile-phone-number\">
\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-mobile.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t<span>{{ phone }}</span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>{#
\t\t\t\t\t\t\t#}<div class=\"contact-page-block-wrapper medium-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-block-background\"></div>
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon\">
\t\t\t\t\t\t\t\t\t\t{% set mailTo = 'mailto:' ~ email %}
\t\t\t\t\t\t\t\t\t\t{# нужно, чтобы адрес эл. почты не выходил за пределы экрана на маленьких экранах #}
\t\t\t\t\t\t\t\t\t\t{% set font_small = '' %}
\t\t\t\t\t\t\t\t\t\t{# для Голландии уменьшить размер шрифта эл. адреса #}
\t\t\t\t\t\t\t\t\t\t{% set isNl = '' %}
\t\t\t\t\t\t\t\t\t\t{% set userLocale = userLocale() %}
\t\t\t\t\t\t\t\t\t\t{% if userLocale == 'nl' or userLocale == 'fi' or userLocale == 'de' or userLocale == 'fr' %}
\t\t\t\t\t\t\t\t\t\t\t{% set font_small = ' font-small' %}
\t\t\t\t\t\t\t\t\t\t\t{% if userLocale == 'nl' %}
\t\t\t\t\t\t\t\t\t\t\t\t{% set isNl = ' nl' %}
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t<a class=\"big-icon-link email-link{{ font_small }}{{ isNl }}\" href=\"{{ mailTo }}\">
\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-email.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t<span>{{ email }}</span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% set local = userLocale() %}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>{#
\t\t\t\t\t\t\t#}<div class=\"contact-page-block-wrapper medium-block-wrapper\">
\t\t\t\t\t\t\t\t<div class=\"contact-page-block\">
\t\t\t\t\t\t\t\t\t<div class=\"wrap-icon social-link js-social-media-block\">
\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.pinterest.com/tileexpert/pins/\" class=\"pinterest-link\">
\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-social-pinterest.html.twig' %}
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t{% if userLocale == 'ru' %}
\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.instagram.com/tileexpertrussia\" class=\"instagram-link\">
\t\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-social-instagram.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://instagram.com/tile.expert/\" class=\"instagram-link\">
\t\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-social-instagram.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t<div class=\"clearfix\"></div>
\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://twitter.com/TILE_EXPERT\" class=\"twitter-link\">
\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-social-twitter.html.twig' %}
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t{% if userLocale == 'ru' %}
\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.facebook.com/tileexpertrussia\" class=\"facebook-link\">
\t\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-social-facebook.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" href=\"https://www.facebook.com/tile.expert\" class=\"facebook-link\">
\t\t\t\t\t\t\t\t\t\t\t\t{% include '@Web/SVGIconsCode/contact-social-facebook.html.twig' %}
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"schedule\">
\t\t\t\t\t\t{% if holidaysString | length > 0 and holidaysString != '-' %}
\t\t\t\t\t\t\t<div class=\"holidays\">
\t\t\t\t\t\t\t\t<span class=\"s-left\">{{ 'contacts_holidays' | trans }}</span> <span class=\"s-right\">{{ holidaysString }}</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% if halfHolidaysString | length > 0 and halfHolidaysString != '-' %}
\t\t\t\t\t\t\t<div class=\"holidays\">
\t\t\t\t\t\t\t\t<span class=\"s-left\">{{ 'contacts_half_holidays' | trans }}</span> <span class=\"s-right\">{{ halfHolidaysString }}</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t<div class=\"workdays\">
\t\t\t\t\t\t\t<span class=\"s-left\">{{ 'contacts_workingdays' | trans }}</span>
{% if isUnionWorkDaysAndWeekend %}
<span class=\"s-right\"> {{ 'weekday.1' | trans }} - {{ 'weekday.0' | trans }}: {{ unionTime }} ({{ capital }})</span>
{% else %}
\t\t\t\t\t\t\t <span class=\"s-right\"> {{ 'weekday.1' | trans }} - {{ 'weekday.5' | trans }}: {{ workDaysTime }}{% if weekendIsOnline %}; {{ 'weekday.6' | trans }} - {{ 'weekday.0' | trans }}: {{ weekendDaysTime }}{% endif %} ({{ capital }})</span>
{% endif %}
\t\t\t\t\t\t</div>
{#\t\t\t\t\t\t<br>#}
{#\t\t\t\t\t\t{% if 'it' == getCurLocale() %}#}
{#\t\t\t\t\t\t\t<div>#}
{#\t\t\t\t\t\t\t\t\t<span>#}
{#\t\t\t\t\t\t\t\t\t\t{{ 'it_cons_vacation' | trans }}#}
{#\t\t\t\t\t\t\t\t\t</span>#}
{#\t\t\t\t\t\t\t</div>#}
{#\t\t\t\t\t\t{% endif %}#}
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t{% include 'contacts/online_call_block.html.twig' %}
\t</div>
{% endblock %}
", "contacts/contacts.html.twig", "/var/www/dev5.tile.expert/templates/contacts/contacts.html.twig");
}
}