var/cache/dev/twig/60/60c3ddbc7623c3195a6d2fc321c222344ba94f08e3d3ae42ec6198117809e3f5.php line 52

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. /* @VisualMediaOrder/Cart/index.html.twig */
  14. class __TwigTemplate_b8ae454a03ec3312ca585a5508e32361a44919ed48dbd52eaedae4a143ae721a extends \Twig\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->blocks = [
  23.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "Layout/base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@VisualMediaOrder/Cart/index.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@VisualMediaOrder/Cart/index.html.twig"));
  38.         // line 3
  39.         $context["breadcrumbs"] = [=> ["title" =>         // line 4
  40. (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'4$this->source); })())]];
  41.         // line 1
  42.         $this->parent $this->loadTemplate("Layout/base.html.twig""@VisualMediaOrder/Cart/index.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 7
  50.     public function block_main($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  57.         // line 8
  58.         echo "    <article class=\"container\">
  59.         ";
  60.         // line 9
  61.         $this->loadTemplate("@VisualMediaBreadcrumb/Breadcrumb/breadcrumb_static.html.twig""@VisualMediaOrder/Cart/index.html.twig"9)->display(twig_array_merge($context, ["breadcrumbs" => (isset($context["breadcrumbs"]) || array_key_exists("breadcrumbs"$context) ? $context["breadcrumbs"] : (function () { throw new RuntimeError('Variable "breadcrumbs" does not exist.'9$this->source); })())]));
  62.         // line 10
  63.         echo "        ";
  64.         $this->loadTemplate("@VisualMediaLisa/Includes/flash.html.twig""@VisualMediaOrder/Cart/index.html.twig"10)->display($context);
  65.         // line 11
  66.         echo "
  67.         <div class=\"row\">
  68.             <div class=\"col-12\">
  69.                 ";
  70.         // line 14
  71.         $this->loadTemplate("@VisualMediaOrder/Cart/cart.html.twig""@VisualMediaOrder/Cart/index.html.twig"14)->display($context);
  72.         // line 15
  73.         echo "            </div>
  74.         </div>
  75.     </article>
  76. ";
  77.         
  78.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  79.         
  80.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  81.     }
  82.     public function getTemplateName()
  83.     {
  84.         return "@VisualMediaOrder/Cart/index.html.twig";
  85.     }
  86.     public function isTraitable()
  87.     {
  88.         return false;
  89.     }
  90.     public function getDebugInfo()
  91.     {
  92.         return array (  87 => 15,  85 => 14,  80 => 11,  77 => 10,  75 => 9,  72 => 8,  62 => 7,  51 => 1,  49 => 4,  48 => 3,  35 => 1,);
  93.     }
  94.     public function getSourceContext()
  95.     {
  96.         return new Source("{% extends 'Layout/base.html.twig' %}
  97. {% set breadcrumbs = [
  98.     { title: title  },
  99. ] %}
  100. {% block main %}
  101.     <article class=\"container\">
  102.         {% include '@VisualMediaBreadcrumb/Breadcrumb/breadcrumb_static.html.twig' with { 'breadcrumbs': breadcrumbs } %}
  103.         {% include '@VisualMediaLisa/Includes/flash.html.twig' %}
  104.         <div class=\"row\">
  105.             <div class=\"col-12\">
  106.                 {% include '@VisualMediaOrder/Cart/cart.html.twig' %}
  107.             </div>
  108.         </div>
  109.     </article>
  110. {% endblock %}
  111. ""@VisualMediaOrder/Cart/index.html.twig""/home/components/public_html/templates/VisualMediaOrderBundle/views/Cart/index.html.twig");
  112.     }
  113. }