<?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;
/* Slivki/orderAsGift/index_certificate_all.html.twig */
class __TwigTemplate_19cc0fb6a830779cce60096e6add5d6465fabced749c7f91c8f848bda6e3bd90 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'messenger' => [$this, 'block_messenger'],
'left_sidebar' => [$this, 'block_left_sidebar'],
'mainColumnClass' => [$this, 'block_mainColumnClass'],
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'popups' => [$this, 'block_popups'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Slivki/orderAsGift/index_certificate_all.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Slivki/orderAsGift/index_certificate_all.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "Slivki/orderAsGift/index_certificate_all.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 8
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__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 9
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
<link href=\"/css/foodcort.min.css?v=";
// line 10
echo twig_escape_filter($this->env, (isset($context["foodcort_page_css"]) || array_key_exists("foodcort_page_css", $context) ? $context["foodcort_page_css"] : (function () { throw new RuntimeError('Variable "foodcort_page_css" does not exist.', 10, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/css/orderAsGift.min.css?v=";
// line 11
echo twig_escape_filter($this->env, (isset($context["order_as_gift_css"]) || array_key_exists("order_as_gift_css", $context) ? $context["order_as_gift_css"] : (function () { throw new RuntimeError('Variable "order_as_gift_css" does not exist.', 11, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\">
<link href=\"/css/gifts.css?v=";
// line 13
echo twig_escape_filter($this->env, (isset($context["order_as_gift_css"]) || array_key_exists("order_as_gift_css", $context) ? $context["order_as_gift_css"] : (function () { throw new RuntimeError('Variable "order_as_gift_css" does not exist.', 13, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\"/>
<link rel=\"stylesheet\" href=\"/css/swiper/swiper.min.css\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 18
public function block_messenger($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "messenger"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "messenger"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 19
public function block_left_sidebar($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "left_sidebar"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "left_sidebar"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 20
public function block_mainColumnClass($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainColumnClass"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainColumnClass"));
echo " one-column bg-white";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 21
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__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 22
echo " <div class=\"delivery-page container sf-font\">
<div class=\"delivery-page-container\">
<div class=\"category-block-gift\">
<div class=\"tittle-block-category\">
<h4>Сервис подарочных сертификатов </br>с дополнительными возможностями!</h4>
<p class=\"sf-medium\">Подарки по-новому! Необычно, эстетично, технологично!</p>
<p style=\"font-size: 14px;\">Дари снег! Или чистку унитаза! Звезды с неба! Что угодно! Мы поможем подобрать то, что надо!</p>
<div class=\"tittle-block-gifts\">
Такого вы еще не видели 🤩
</div>
</div>
<div class=\"col px-0\">
<div class=\"scroll-top-block\">
<div class=\"category-items-block\"></div>
<div class=\"category-items-block--two\" dir=\"rtl\"></div>
</div>
</div>
<div class=\"filter-for-category-block\">
<p>Дари снег! Или чистку унитаза! Звезды с неба! Что угодно! Мы поможем подобрать то, что надо!</p>
<div class=\"d-flex\">
<div class=\"categories-block\">
<div class=\"dropdown\">
<div class=\"select\">
<span>Категория</span>
<i class=\"fa fa-chevron-left\"></i>
</div>
<input id=\"categoryID\" type=\"hidden\">
<ul class=\"dropdown-menu\">
<li data-id=\"\" id=\"all\">Все</li>
</ul>
</div>
</div>
";
// line 58
echo " <div class=\"d-flex\">
<input id=\"fromPrice\" type=\"number\" class=\"from-price-filter mr-3\" placeholder=\"Цена от\" value=\"\">
<input id=\"toPrice\" type=\"number\" class=\"to-price-filter\" placeholder=\"Цена до\" value=\"\">
</div>
<button id=\"filterByPrice\" class=\"button-send-filters\">ПОДОБРАТЬ ИДЕАЛЬНЫЙ ПОДАРОК</button>
</div>
</div>
<div class=\"tittle-category-page\">
<h2></h2>
<p></p>
</div>
<div class=\"category-row-block\">
<div class=\"category-row-item\">1 сентября</div>
<div class=\"category-row-item\">День учителя</div>
<div class=\"category-row-item\">День матери</div>
<div class=\"category-row-item\">1 сентября</div>
<div class=\"category-row-item\">День учителя</div>
<div class=\"category-row-item\">День матери</div>
</div>
</div>
<div class=\"container-offers\">
<div class=\"offers-list mt-3\">
<div class=\"offers-list-items\"></div>
</div>
</div>
</div>
</div>
";
// line 85
$this->displayBlock('footer', $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 86
echo " ";
echo $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getFooter($this->env);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 90
public function block_popups($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "popups"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "popups"));
// line 91
echo " ";
$this->displayParentBlock("popups", $context, $blocks);
echo "
";
// line 92
$this->loadTemplate("Slivki/mobile/popup/loading_landing_popup.html.twig", "Slivki/orderAsGift/index_certificate_all.html.twig", 92)->display($context);
// line 93
echo " ";
$this->loadTemplate("Slivki/orderAsGift/popup_details.html.twig", "Slivki/orderAsGift/index_certificate_all.html.twig", 93)->display($context);
// line 94
echo " ";
$this->loadTemplate("Slivki/popups/share_gift_modal.html.twig", "Slivki/orderAsGift/index_certificate_all.html.twig", 94)->display($context);
// line 95
echo " ";
$this->loadTemplate("Slivki/popups/create_massage_popup.html.twig", "Slivki/orderAsGift/index_certificate_all.html.twig", 95)->display($context);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 98
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__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 99
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script>
let isCertificateAll = true;
</script>
<!-- JavaScript Bundle with Popper -->
<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
<script src=\"/js/swiper-js/swiper.min.js\"></script>
<script type=\"module\" src=\"/js/order_as_gift/main.js?v=";
// line 106
echo twig_escape_filter($this->env, (isset($context["order_as_gift_js_version"]) || array_key_exists("order_as_gift_js_version", $context) ? $context["order_as_gift_js_version"] : (function () { throw new RuntimeError('Variable "order_as_gift_js_version" does not exist.', 106, $this->source); })()), "html", null, true);
echo "\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/sharer.js@latest/sharer.min.js\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Slivki/orderAsGift/index_certificate_all.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 321 => 106, 310 => 99, 300 => 98, 289 => 95, 286 => 94, 283 => 93, 281 => 92, 276 => 91, 266 => 90, 253 => 86, 234 => 85, 205 => 58, 168 => 22, 158 => 21, 139 => 20, 121 => 19, 103 => 18, 89 => 13, 84 => 11, 80 => 10, 75 => 9, 65 => 8, 42 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{#<meta property=\"og:image\" content=\"https://www.viber.com/app/uploads/geneic_2021_ogggeneric_logo.jpg\" />#}
{#<meta property=\"og:image:width\" content=\"600\" />#}
{#<meta property=\"og:image:height\" content=\"600\" />#}
{#<meta name=\"twitter:card\" content=\"summary_large_image\" />#}
{#<meta name=\"twitter:creator\" content=\"@viber\" />#}
{#<meta name=\"twitter:site\" content=\"@viber\" />#}
{% block stylesheets %}
{{ parent() }}
<link href=\"/css/foodcort.min.css?v={{ foodcort_page_css }}\" rel=\"stylesheet\" type=\"text/css\"/>
<link href=\"/css/orderAsGift.min.css?v={{ order_as_gift_css }}\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\">
<link href=\"/css/gifts.css?v={{ order_as_gift_css }}\" rel=\"stylesheet\" type=\"text/css\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\"/>
<link rel=\"stylesheet\" href=\"/css/swiper/swiper.min.css\" />
{% endblock %}
{% block messenger %}{% endblock %}
{% block left_sidebar %}{% endblock %}
{% block mainColumnClass %} one-column bg-white{% endblock %}
{% block content %}
<div class=\"delivery-page container sf-font\">
<div class=\"delivery-page-container\">
<div class=\"category-block-gift\">
<div class=\"tittle-block-category\">
<h4>Сервис подарочных сертификатов </br>с дополнительными возможностями!</h4>
<p class=\"sf-medium\">Подарки по-новому! Необычно, эстетично, технологично!</p>
<p style=\"font-size: 14px;\">Дари снег! Или чистку унитаза! Звезды с неба! Что угодно! Мы поможем подобрать то, что надо!</p>
<div class=\"tittle-block-gifts\">
Такого вы еще не видели 🤩
</div>
</div>
<div class=\"col px-0\">
<div class=\"scroll-top-block\">
<div class=\"category-items-block\"></div>
<div class=\"category-items-block--two\" dir=\"rtl\"></div>
</div>
</div>
<div class=\"filter-for-category-block\">
<p>Дари снег! Или чистку унитаза! Звезды с неба! Что угодно! Мы поможем подобрать то, что надо!</p>
<div class=\"d-flex\">
<div class=\"categories-block\">
<div class=\"dropdown\">
<div class=\"select\">
<span>Категория</span>
<i class=\"fa fa-chevron-left\"></i>
</div>
<input id=\"categoryID\" type=\"hidden\">
<ul class=\"dropdown-menu\">
<li data-id=\"\" id=\"all\">Все</li>
</ul>
</div>
</div>
{# <div class=\"categories-block\">Категория</div>#}
<div class=\"d-flex\">
<input id=\"fromPrice\" type=\"number\" class=\"from-price-filter mr-3\" placeholder=\"Цена от\" value=\"\">
<input id=\"toPrice\" type=\"number\" class=\"to-price-filter\" placeholder=\"Цена до\" value=\"\">
</div>
<button id=\"filterByPrice\" class=\"button-send-filters\">ПОДОБРАТЬ ИДЕАЛЬНЫЙ ПОДАРОК</button>
</div>
</div>
<div class=\"tittle-category-page\">
<h2></h2>
<p></p>
</div>
<div class=\"category-row-block\">
<div class=\"category-row-item\">1 сентября</div>
<div class=\"category-row-item\">День учителя</div>
<div class=\"category-row-item\">День матери</div>
<div class=\"category-row-item\">1 сентября</div>
<div class=\"category-row-item\">День учителя</div>
<div class=\"category-row-item\">День матери</div>
</div>
</div>
<div class=\"container-offers\">
<div class=\"offers-list mt-3\">
<div class=\"offers-list-items\"></div>
</div>
</div>
</div>
</div>
{% block footer %}
{{ getFooter() }}
{% endblock %}
{% endblock %}
{% block popups %}
{{ parent() }}
{% include 'Slivki/mobile/popup/loading_landing_popup.html.twig' %}
{% include 'Slivki/orderAsGift/popup_details.html.twig' %}
{% include 'Slivki/popups/share_gift_modal.html.twig' %}
{% include 'Slivki/popups/create_massage_popup.html.twig' %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
let isCertificateAll = true;
</script>
<!-- JavaScript Bundle with Popper -->
<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
<script src=\"/js/swiper-js/swiper.min.js\"></script>
<script type=\"module\" src=\"/js/order_as_gift/main.js?v={{ order_as_gift_js_version }}\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/sharer.js@latest/sharer.min.js\"></script>
{% endblock %}
", "Slivki/orderAsGift/index_certificate_all.html.twig", "/mnt/data/virtwww/test1/templates/Slivki/orderAsGift/index_certificate_all.html.twig");
}
}