var/cache/dev/twig/0b/0baf8f0dd4e16146f450712014522407f536a5531dde5a5e8722b3197dc5f6e9.php line 33

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* left_sidebar.html.twig */
  14. class __TwigTemplate_b8541073ab3f441ce3d1975c50661d2302827d427a8e063350aaa4dc91733d52 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""left_sidebar.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""left_sidebar.html.twig"));
  33.         // line 1
  34.         if ( !$this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  35.             // line 2
  36.             echo "    ";
  37.             echo $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getSidebar($this->env);
  38.             echo "
  39. ";
  40.         } else {
  41.             // line 4
  42.             echo "    <div data-oid=\"";
  43.             ((array_key_exists("categoryID"$context)) ? (print (twig_escape_filter($this->env, (isset($context["categoryID"]) || array_key_exists("categoryID"$context) ? $context["categoryID"] : (function () { throw new RuntimeError('Variable "categoryID" does not exist.'4$this->source); })()), "html"nulltrue))) : (print ("")));
  44.             echo "\" class=\"content--aside mobile-sidebar\"></div>
  45. ";
  46.         }
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     public function getTemplateName()
  53.     {
  54.         return "left_sidebar.html.twig";
  55.     }
  56.     public function isTraitable()
  57.     {
  58.         return false;
  59.     }
  60.     public function getDebugInfo()
  61.     {
  62.         return array (  51 => 4,  45 => 2,  43 => 1,);
  63.     }
  64.     public function getSourceContext()
  65.     {
  66.         return new Source("{% if not isMobileDevice() %}
  67.     {{ getSidebar()|raw }}
  68. {% else %}
  69.     <div data-oid=\"{{ categoryID is defined ? categoryID }}\" class=\"content--aside mobile-sidebar\"></div>
  70. {% endif %}""left_sidebar.html.twig""/mnt/data/virtwww/dima/templates/left_sidebar.html.twig");
  71.     }
  72. }