<?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/Page/index.html.twig */
class __TwigTemplate_26111cde4d64a44d074d8579711c4c545e3c34442461af04a03110d6de2ccfef 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", "@Web/Page/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/Page/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/Page/index.html.twig"));
// line 23
$context["isDoc"] = ((twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 23, $this->source); })()), "isAbout", [], "any", false, false, false, 23) || twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 23, $this->source); })()), "isPayment", [], "any", false, false, false, 23)) || (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 23, $this->source); })()), "url", [], "any", false, false, false, 23) == "conditions"));
// line 1
$this->parent = $this->loadTemplate("@Web/layout.html.twig", "@Web/Page/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_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 "\t";
$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=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_js/page.min.js"), "html", null, true);
echo "\" charset=\"utf-8\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
// line 25
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 26
echo "\t<div class=\"pages clearfix";
if ((isset($context["isDoc"]) || array_key_exists("isDoc", $context) ? $context["isDoc"] : (function () { throw new RuntimeError('Variable "isDoc" does not exist.', 26, $this->source); })())) {
echo " docs";
}
echo "\">
\t\t<h1>";
// line 27
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 27, $this->source); })()), "title", [], "any", false, false, false, 27), "html", null, true);
echo "</h1>
\t\t";
// line 29
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 29, $this->source); })()), "commentShow", [], "any", false, false, false, 29)) {
// line 30
echo "\t\t\t<span
\t\t\t\tclass=\"top-header-button heading-button first-of-type js-call-popup-button qa\"
\t\t\t\tdata-target-id=\"comments-block\"
\t\t\t>
\t\t\t\t";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("comment_add_question"), "html", null, true);
echo "
\t\t\t</span>
\t\t\t<span
\t\t\t\tclass=\"top-header-button heading-button js-call-popup-button\"
\t\t\t\tdata-target-id=\"subscribe-block\"
\t\t\t>
\t\t\t\t";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("subscribe"), "html", null, true);
echo "
\t\t\t</span>
\t\t\t";
// line 42
$this->loadTemplate("@Web/Comment/comment-tab.html.twig", "@Web/Page/index.html.twig", 42)->display(twig_array_merge($context, ["unid" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 42, $this->source); })()), "unid", [], "any", false, false, false, 42), "entity" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 42, $this->source); })()), "id", [], "any", false, false, false, 42), "type" => 4, "place" => "top"]));
// line 43
echo "\t\t";
}
// line 44
echo "
\t\t";
// line 45
if ((array_key_exists("linkEdit", $context) && ((isset($context["linkEdit"]) || array_key_exists("linkEdit", $context) ? $context["linkEdit"] : (function () { throw new RuntimeError('Variable "linkEdit" does not exist.', 45, $this->source); })()) != ""))) {
// line 46
echo "\t\t\t[ <a href=\"";
echo twig_escape_filter($this->env, (isset($context["linkEdit"]) || array_key_exists("linkEdit", $context) ? $context["linkEdit"] : (function () { throw new RuntimeError('Variable "linkEdit" does not exist.', 46, $this->source); })()), "html", null, true);
echo "\" class=\"link-edit\" target=\"_blank\" rel=\"noopener\">edit</a> ]
\t\t";
}
// line 48
echo "
\t\t";
// line 49
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 49, $this->source); })()), "isPayment", [], "any", false, false, false, 49)) {
// line 50
echo "\t\t\t<div class=\"price-warning price-warning-";
echo twig_escape_filter($this->env, $this->extensions['WebBundle\Twig\AppExtension']->userLocale(), "html", null, true);
echo "\">
\t\t\t\t";
// line 51
if (($this->extensions['WebBundle\Twig\AppExtension']->userCountry() == "ru")) {
// line 52
echo "\t\t\t\t\t<p>";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page_price_warning", ["%cur%" => $this->extensions['WebBundle\Twig\AppExtension']->curLimit()]);
echo "</p>
\t\t\t\t\t<p>";
// line 53
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page_price_warning_2", ["%cur%" => $this->extensions['WebBundle\Twig\AppExtension']->curLimit()]);
echo "</p>
\t\t\t\t";
} else {
// line 55
echo "\t\t\t\t\t<p>";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("page_price_warning_new");
echo "</p>
\t\t\t\t";
}
// line 57
echo "\t\t\t</div>
\t\t";
}
// line 59
echo "
\t</div>
\t<div
\t\tclass=\"body-content-page
\t\t";
// line 63
if ((isset($context["isDoc"]) || array_key_exists("isDoc", $context) ? $context["isDoc"] : (function () { throw new RuntimeError('Variable "isDoc" does not exist.', 63, $this->source); })())) {
echo " docs";
}
// line 64
echo "\t\t";
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 64, $this->source); })()), "isPayment", [], "any", false, false, false, 64)) {
echo " payment-and-delivery-page";
}
// line 65
echo "\t\t";
if ((twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 65, $this->source); })()), "url", [], "any", false, false, false, 65) == "conditions")) {
echo " conditions";
}
echo "\"
\t>
\t\t";
// line 67
echo twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 67, $this->source); })()), "body", [], "any", false, false, false, 67);
echo "
\t</div>
\t";
// line 70
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 70, $this->source); })()), "commentShow", [], "any", false, false, false, 70)) {
// line 71
echo "\t\t";
$this->loadTemplate("@Web/Comment/comment-tab.html.twig", "@Web/Page/index.html.twig", 71)->display(twig_array_merge($context, ["unid" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 71, $this->source); })()), "unid", [], "any", false, false, false, 71), "entity" => twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 71, $this->source); })()), "id", [], "any", false, false, false, 71), "type" => 4, "place" => "bottom"]));
// line 72
echo "\t";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d->leave($__internal_17fc5a9d7f60dc995440a5a315cc27cefd5208dd5c9d418ecd10c2a16ddca18d_prof);
}
public function getTemplateName()
{
return "@Web/Page/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 328 => 72, 325 => 71, 323 => 70, 317 => 67, 309 => 65, 304 => 64, 300 => 63, 294 => 59, 290 => 57, 284 => 55, 279 => 53, 274 => 52, 272 => 51, 267 => 50, 265 => 49, 262 => 48, 256 => 46, 254 => 45, 251 => 44, 248 => 43, 246 => 42, 241 => 40, 232 => 34, 226 => 30, 224 => 29, 219 => 27, 212 => 26, 199 => 25, 184 => 19, 179 => 18, 166 => 17, 151 => 14, 146 => 13, 133 => 12, 118 => 9, 113 => 8, 100 => 7, 84 => 4, 71 => 3, 57 => 1, 55 => 23, 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 %}
\t{{ parent() }}
\t<link rel=\"stylesheet\" href=\"{{ asset('_css/pages.min.css') }}\" />
{% endblock %}
{% block javascripts %}
\t{{ parent() }}
\t<script type=\"text/javascript\" src=\"{{ asset('_js/page.min.js') }}\" charset=\"utf-8\"></script>
{% endblock %}
{# для новых стилей docs страниц #}
{% set isDoc = page.isAbout or page.isPayment or page.url == \"conditions\" %}
{% block content %}
\t<div class=\"pages clearfix{% if isDoc %} docs{% endif %}\">
\t\t<h1>{{ page.title }}</h1>
\t\t{% if page.commentShow %}
\t\t\t<span
\t\t\t\tclass=\"top-header-button heading-button first-of-type js-call-popup-button qa\"
\t\t\t\tdata-target-id=\"comments-block\"
\t\t\t>
\t\t\t\t{{ 'comment_add_question' | trans }}
\t\t\t</span>
\t\t\t<span
\t\t\t\tclass=\"top-header-button heading-button js-call-popup-button\"
\t\t\t\tdata-target-id=\"subscribe-block\"
\t\t\t>
\t\t\t\t{{ 'subscribe' | trans }}
\t\t\t</span>
\t\t\t{% include '@Web/Comment/comment-tab.html.twig' with {'unid': page.unid, 'entity': page.id, 'type': 4, 'place': 'top'} %}
\t\t{% endif %}
\t\t{% if linkEdit is defined and linkEdit != '' %}
\t\t\t[ <a href=\"{{ linkEdit }}\" class=\"link-edit\" target=\"_blank\" rel=\"noopener\">edit</a> ]
\t\t{% endif %}
\t\t{% if page.isPayment %}
\t\t\t<div class=\"price-warning price-warning-{{ userLocale() }}\">
\t\t\t\t{% if userCountry() == 'ru' %}
\t\t\t\t\t<p>{{ 'page_price_warning' | trans({'%cur%': curLimit() }) | raw }}</p>
\t\t\t\t\t<p>{{ 'page_price_warning_2' | trans({'%cur%': curLimit() }) | raw }}</p>
\t\t\t\t{% else %}
\t\t\t\t\t<p>{{ 'page_price_warning_new' | trans | raw }}</p>
\t\t\t\t{% endif %}
\t\t\t</div>
\t\t{% endif %}
\t</div>
\t<div
\t\tclass=\"body-content-page
\t\t{% if isDoc %} docs{% endif %}
\t\t{% if page.isPayment %} payment-and-delivery-page{% endif %}
\t\t{% if page.url == \"conditions\" %} conditions{% endif %}\"
\t>
\t\t{{ page.body | raw }}
\t</div>
\t{% if page.commentShow %}
\t\t{% include '@Web/Comment/comment-tab.html.twig' with {'unid': page.unid, 'entity': page.id, 'type': 4, 'place': 'bottom'} %}
\t{% endif %}
{% endblock %}
", "@Web/Page/index.html.twig", "/var/www/dev5.tile.expert/src/WebBundle/Resources/views/Page/index.html.twig");
}
}