<?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;
/* @Web/Catalog/index.html.twig */
class __TwigTemplate_760198051acc2e9dfd606c821d19f1e67902983c19e5cc7441d5486b8646b30b extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'meta' => [$this, 'block_meta'],
'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", "@Web/Catalog/index.html.twig"));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Web/Catalog/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Web/Catalog/index.html.twig"));
$this->parent = $this->loadTemplate("@Web/layout.html.twig", "@Web/Catalog/index.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_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 4
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
<link rel=\"stylesheet\" href=\"";
// line 5
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_css/catalog.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 8
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 9
echo " ";
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); })()), "title", [], "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_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 13
echo " ";
if (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.', 13, $this->source); })()), "description", [], "any", false, false, false, 13)) {
// line 14
echo " <meta name=\"description\" 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.', 14, $this->source); })()), "description", [], "any", false, false, false, 14);
echo "\"/>
";
}
// line 16
echo " ";
if (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.', 16, $this->source); })()), "keywords", [], "any", false, false, false, 16)) {
// line 17
echo " <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.', 17, $this->source); })()), "keywords", [], "any", false, false, false, 17);
echo "\"/>
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((array_key_exists("noindex", $context) && (isset($context["noindex"]) || array_key_exists("noindex", $context) ? $context["noindex"] : (function () { throw new RuntimeError('Variable "noindex" does not exist.', 21, $this->source); })()))) {
// line 22
echo " ";
// line 23
echo " ";
}
// line 24
echo "
<meta name=\"Priority\" content=\"2\"/>
<meta property=\"og:type\" content=\"website\"/>
<meta property=\"og:title\" content=\"";
// line 27
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.', 27, $this->source); })()), "title", [], "any", false, false, false, 27);
echo "\"/>
<meta property=\"og:description\" content=\"";
// line 28
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.', 28, $this->source); })()), "description", [], "any", false, false, false, 28);
echo "\"/>
<meta property=\"og:locale\" content=\"";
// line 29
echo twig_escape_filter($this->env, 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.', 29, $this->source); })()), "locale", [], "any", false, false, false, 29), "getCurLocaleISO", [], "method", false, false, false, 29), "html", null, true);
echo "\"/>
<meta property=\"og:url\" content=\"";
// line 30
echo twig_escape_filter($this->env, 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.', 30, $this->source); })()), "request", [], "any", false, false, false, 30), "uri", [], "any", false, false, false, 30), "html", null, true);
echo "\"/>
<meta property=\"og:image\" content=\"https://tile.expert/img/histories/tile-catalogue.jpg\"/>
<meta property=\"og:image:width\" content=\"400\"/>
<meta property=\"og:image:height\" content=\"254\"/>
<meta property=\"og:image:type\" content=\"image/jpeg\"/>
<meta property=\"og:site_name\" content=\"Tile.Expert\"/>
<meta name=\"locale\" content=\"";
// line 36
echo twig_escape_filter($this->env, 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.', 36, $this->source); })()), "locale", [], "any", false, false, false, 36), "getCurLocaleISO", [], "method", false, false, false, 36), "html", null, true);
echo "\"/>
<!--<PageMap>
<DataObject type=\"thumbnail\">
<Attribute name=\"src\" value=\"https://tile.expert/img/histories/tile-catalogue.jpg\"/>
<Attribute name=\"width\" value=\"400\"/>
<Attribute name=\"height\" value=\"254\"/>
</DataObject>
</PageMap>-->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 47
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 48
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
// line 50
if (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.', 50, $this->source); })()), "checkIsDev", [], "any", false, false, false, 50)) {
// line 51
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_js/designer.js"), "html", null, true);
echo "\"></script>
<script defer src=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_js/catalog.js"), "html", null, true);
echo "\"></script>
";
} else {
// line 54
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_js/designer.min.js"), "html", null, true);
echo "\"></script>
<script defer src=\"";
// line 55
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_js/catalog.min.js"), "html", null, true);
echo "\"></script>
";
}
// line 57
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 60
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 61
echo " <div style=\"position: absolute; top: -1000px;\">
<div class=\"blue-point\"></div>
<div class=\"small-timer\"></div>
<div class=\"js-idea-add idea-add\"></div>
</div>
<div class=\"progres-bar-outer\">
<div class=\"progres-bar-inner\"></div>
</div>
<div
id=\"search-content\" class=\"clearfix body-content wrap-catalog with-short-filters\"
data-action=\"";
// line 71
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_catalog");
echo "?as_json=1\"
data-all=\"";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("all"), "html", null, true);
echo "\"
data-design=\"";
// line 73
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("designers"), "html", null, true);
echo "\"
data-subkey=\"";
// line 74
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 74, $this->source); })()), "subkey", [], "any", false, false, false, 74), "html", null, true);
echo "\"
data-url=\"";
// line 75
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 75, $this->source); })()), "request", [], "any", false, false, false, 75), "pathInfo", [], "any", false, false, false, 75), "html", null, true);
echo "\"
data-gclid=\"";
// line 76
if ((twig_length_filter($this->env, (isset($context["gclid"]) || array_key_exists("gclid", $context) ? $context["gclid"] : (function () { throw new RuntimeError('Variable "gclid" does not exist.', 76, $this->source); })())) > 0)) {
echo twig_escape_filter($this->env, ("?gclid=" . (isset($context["gclid"]) || array_key_exists("gclid", $context) ? $context["gclid"] : (function () { throw new RuntimeError('Variable "gclid" does not exist.', 76, $this->source); })())), "html", null, true);
}
echo "\"
data-factory-review-url=\"";
// line 77
echo twig_escape_filter($this->env, (isset($context["factoryReviewsUrl"]) || array_key_exists("factoryReviewsUrl", $context) ? $context["factoryReviewsUrl"] : (function () { throw new RuntimeError('Variable "factoryReviewsUrl" does not exist.', 77, $this->source); })()), "html", null, true);
echo "\"
>
";
// line 79
$this->loadTemplate("@Web/Catalog/search-content.html.twig", "@Web/Catalog/index.html.twig", 79)->display(twig_array_merge($context, ["meta" => (isset($context["meta"]) || array_key_exists("meta", $context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.', 79, $this->source); })()), "result" => (isset($context["result"]) || array_key_exists("result", $context) ? $context["result"] : (function () { throw new RuntimeError('Variable "result" does not exist.', 79, $this->source); })()), "discount" => (isset($context["discount"]) || array_key_exists("discount", $context) ? $context["discount"] : (function () { throw new RuntimeError('Variable "discount" does not exist.', 79, $this->source); })())]));
// line 80
echo " </div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
public function getTemplateName()
{
return "@Web/Catalog/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 334 => 80, 332 => 79, 327 => 77, 321 => 76, 317 => 75, 313 => 74, 309 => 73, 305 => 72, 301 => 71, 289 => 61, 276 => 60, 262 => 57, 257 => 55, 252 => 54, 247 => 52, 242 => 51, 240 => 50, 234 => 48, 221 => 47, 198 => 36, 189 => 30, 185 => 29, 181 => 28, 177 => 27, 172 => 24, 169 => 23, 167 => 22, 164 => 21, 161 => 19, 155 => 17, 152 => 16, 146 => 14, 143 => 13, 130 => 12, 114 => 9, 101 => 8, 86 => 5, 81 => 4, 68 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@Web/layout.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('_css/catalog.min.css') }}\"/>
{% endblock %}
{% block title %}
{{ meta.title | raw }}
{% endblock %}
{% block meta %}
{% if meta.description %}
<meta name=\"description\" content=\"{{ meta.description | raw }}\"/>
{% endif %}
{% if meta.keywords %}
<meta name=\"keywords\" content=\"{{ meta.keywords | raw }}\"/>
{% endif %}
{# добавил noindex - всегда не работает #}
{% if noindex is defined and noindex %}
{# <meta name=\"robots\" content=\"noindex, nofollow\"/> #}
{% endif %}
<meta name=\"Priority\" content=\"2\"/>
<meta property=\"og:type\" content=\"website\"/>
<meta property=\"og:title\" content=\"{{ meta.title | raw }}\"/>
<meta property=\"og:description\" content=\"{{ meta.description | raw }}\"/>
<meta property=\"og:locale\" content=\"{{ te.locale.getCurLocaleISO() }}\"/>
<meta property=\"og:url\" content=\"{{ te.request.uri }}\"/>
<meta property=\"og:image\" content=\"https://tile.expert/img/histories/tile-catalogue.jpg\"/>
<meta property=\"og:image:width\" content=\"400\"/>
<meta property=\"og:image:height\" content=\"254\"/>
<meta property=\"og:image:type\" content=\"image/jpeg\"/>
<meta property=\"og:site_name\" content=\"Tile.Expert\"/>
<meta name=\"locale\" content=\"{{ te.locale.getCurLocaleISO() }}\"/>
<!--<PageMap>
<DataObject type=\"thumbnail\">
<Attribute name=\"src\" value=\"https://tile.expert/img/histories/tile-catalogue.jpg\"/>
<Attribute name=\"width\" value=\"400\"/>
<Attribute name=\"height\" value=\"254\"/>
</DataObject>
</PageMap>-->
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% if te.checkIsDev %}
<script src=\"{{ asset('_js/designer.js') }}\"></script>
<script defer src=\"{{ asset('_js/catalog.js') }}\"></script>
{% else %}
<script src=\"{{ asset('_js/designer.min.js') }}\"></script>
<script defer src=\"{{ asset('_js/catalog.min.js') }}\"></script>
{% endif %}
{% endblock %}
{% block content %}
<div style=\"position: absolute; top: -1000px;\">
<div class=\"blue-point\"></div>
<div class=\"small-timer\"></div>
<div class=\"js-idea-add idea-add\"></div>
</div>
<div class=\"progres-bar-outer\">
<div class=\"progres-bar-inner\"></div>
</div>
<div
id=\"search-content\" class=\"clearfix body-content wrap-catalog with-short-filters\"
data-action=\"{{ path('app_catalog') }}?as_json=1\"
data-all=\"{{ 'all' | trans }}\"
data-design=\"{{ 'designers' | trans }}\"
data-subkey=\"{{ content.subkey }}\"
data-url=\"{{ app.request.pathInfo }}\"
data-gclid=\"{% if gclid | length > 0 %}{{ '?gclid='~gclid }}{% endif %}\"
data-factory-review-url=\"{{ factoryReviewsUrl }}\"
>
{% include '@Web/Catalog/search-content.html.twig' with { 'meta': meta, 'result': result, 'discount': discount} %}
</div>
{% endblock %}
", "@Web/Catalog/index.html.twig", "/var/www/dev5.tile.expert/src/WebBundle/Resources/views/Catalog/index.html.twig");
}
}