var/cache/dev/twig/e3/e3146da099e9212578b1243ccd747831.php line 49

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* ecom/citybrands.html.twig */
  15. class __TwigTemplate_57d0394782b688b69c6e1530996284ef extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'body' => [$this'block_body'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ecom/citybrands.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ecom/citybrands.html.twig"));
  39.         $this->parent $this->loadTemplate("base.html.twig""ecom/citybrands.html.twig"1);
  40.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 2
  47.     public function block_body($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  54.         // line 3
  55.         yield "  <div class=\"container-fluid main-holder px-5 bg-light\">
  56.     <div class=\"row\">
  57.       <div class=\"col-lg-3\">
  58.         <select class=\"form-select rounded-pill py-3 px-3 shadow-none border-0 fs-5 bg-transparent fw-bold mb-3\" id=\"\">
  59.           <option selected>Select a City</option>
  60.           ";
  61.         // line 8
  62.         $context['_parent'] = $context;
  63.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["ecomvariables"]) || array_key_exists("ecomvariables"$context) ? $context["ecomvariables"] : (function () { throw new RuntimeError('Variable "ecomvariables" does not exist.'8$this->source); })()), "cities", [], "method"falsefalsefalse8));
  64.         foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
  65.             // line 9
  66.             yield "          <option value=\"";
  67.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["c"], "id", [], "any"falsefalsefalse9), "html"nulltrue);
  68.             yield "\">";
  69.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["c"], "name", [], "any"falsefalsefalse9), "html"nulltrue);
  70.             yield "</option>
  71.           ";
  72.         }
  73.         $_parent $context['_parent'];
  74.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
  75.         $context array_intersect_key($context$_parent) + $_parent;
  76.         // line 11
  77.         yield "        </select>
  78.       </div>
  79.       <div class=\"col-lg-4 position-relative mb-3\"> <i data-feather=\"search\" class=\"iconsize position-absolute search-icon\"></i>
  80.         <input class=\"form-control border rounded-pill py-3 px-3 ps-5 shadow-none\" type=\"text\" id=\"\" placeholder=\"Search\">
  81.       </div>
  82.     </div>
  83.   </div>
  84.   <div class=\"container-fluid px-5 mt-5\">
  85.     <div class=\"row\">
  86.       <div class=\"col-lg-12\">
  87.         <h1 class=\"fw-bolder\">Rochester Brands</h1>
  88.         <h6>Rochester Current Favourite Brands</h6>
  89.       </div>
  90.     </div>
  91.     <div class=\"row\">
  92.       <div class=\"col-lg-3 mt-4\"> <a href=\"";
  93.         // line 26
  94.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sajong_ecom_brand_categories", ["brand" => "Kodak_2"]);
  95.         yield "\">
  96.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  97.         // line 27
  98.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  99.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  100.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  101.         </a> </div>
  102.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  103.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  104.         // line 31
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  106.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  107.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  108.         </a> </div>
  109.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  110.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  111.         // line 35
  112.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  113.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  114.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  115.         </a> </div>
  116.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  117.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  118.         // line 39
  119.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  120.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  121.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  122.         </a> </div>
  123.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  124.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  125.         // line 43
  126.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  127.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  128.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  129.         </a> </div>
  130.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  131.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  132.         // line 47
  133.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  134.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  135.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  136.         </a> </div>
  137.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  138.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  139.         // line 51
  140.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  141.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  142.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  143.         </a> </div>
  144.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  145.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  146.         // line 55
  147.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  148.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  149.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  150.         </a> </div>
  151.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  152.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  153.         // line 59
  154.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  155.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  156.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  157.         </a> </div>
  158.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  159.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"";
  160.         // line 63
  161.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/brand.jpg"), "html"nulltrue);
  162.         yield "\" alt=\"\" class=\"img-fluid\"> </div>
  163.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  164.         </a> </div>
  165.     </div>
  166.   </div>
  167.   <div class=\"container-fluid px-5 bg-primary py-4 mt-4\">
  168.     <div class=\"row\">
  169.       <div class=\"col-md-4 position-relative mb-3 \"> <i data-feather=\"search\" class=\"iconsize position-absolute search-icon\"></i>
  170.         <input class=\"form-control border rounded-pill py-3 px-3 ps-5 shadow-none\" type=\"text\" id=\"\" placeholder=\"Search\">
  171.       </div>
  172.       <div class=\"col-lg-6 pt-3 pb-3\"> <a href=\"#0\" class=\"bg-secondary text-white px-4 py-4 rounded-pill me-3\">View All Brands</a> <a href=\"#0\" class=\"bg-secondary text-white px-4 py-4 rounded-pill\">Request a Brand</a> </div>
  173.     </div>
  174.   </div>
  175. ";
  176.         
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  178.         
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  180.         return; yield '';
  181.     }
  182.     /**
  183.      * @codeCoverageIgnore
  184.      */
  185.     public function getTemplateName()
  186.     {
  187.         return "ecom/citybrands.html.twig";
  188.     }
  189.     /**
  190.      * @codeCoverageIgnore
  191.      */
  192.     public function isTraitable()
  193.     {
  194.         return false;
  195.     }
  196.     /**
  197.      * @codeCoverageIgnore
  198.      */
  199.     public function getDebugInfo()
  200.     {
  201.         return array (  175 => 63,  168 => 59,  161 => 55,  154 => 51,  147 => 47,  140 => 43,  133 => 39,  126 => 35,  119 => 31,  112 => 27,  108 => 26,  91 => 11,  80 => 9,  76 => 8,  69 => 3,  59 => 2,  36 => 1,);
  202.     }
  203.     public function getSourceContext()
  204.     {
  205.         return new Source("{% extends 'base.html.twig' %}
  206. {% block body %}
  207.   <div class=\"container-fluid main-holder px-5 bg-light\">
  208.     <div class=\"row\">
  209.       <div class=\"col-lg-3\">
  210.         <select class=\"form-select rounded-pill py-3 px-3 shadow-none border-0 fs-5 bg-transparent fw-bold mb-3\" id=\"\">
  211.           <option selected>Select a City</option>
  212.           {% for c in ecomvariables.cities() %}
  213.           <option value=\"{{ c.id }}\">{{ c.name }}</option>
  214.           {% endfor %}
  215.         </select>
  216.       </div>
  217.       <div class=\"col-lg-4 position-relative mb-3\"> <i data-feather=\"search\" class=\"iconsize position-absolute search-icon\"></i>
  218.         <input class=\"form-control border rounded-pill py-3 px-3 ps-5 shadow-none\" type=\"text\" id=\"\" placeholder=\"Search\">
  219.       </div>
  220.     </div>
  221.   </div>
  222.   <div class=\"container-fluid px-5 mt-5\">
  223.     <div class=\"row\">
  224.       <div class=\"col-lg-12\">
  225.         <h1 class=\"fw-bolder\">Rochester Brands</h1>
  226.         <h6>Rochester Current Favourite Brands</h6>
  227.       </div>
  228.     </div>
  229.     <div class=\"row\">
  230.       <div class=\"col-lg-3 mt-4\"> <a href=\"{{ path('sajong_ecom_brand_categories', {'brand':'Kodak_2' }) }}\">
  231.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  232.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  233.         </a> </div>
  234.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  235.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  236.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  237.         </a> </div>
  238.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  239.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  240.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  241.         </a> </div>
  242.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  243.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  244.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  245.         </a> </div>
  246.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  247.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  248.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  249.         </a> </div>
  250.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  251.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  252.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  253.         </a> </div>
  254.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  255.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  256.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  257.         </a> </div>
  258.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  259.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  260.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  261.         </a> </div>
  262.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  263.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  264.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  265.         </a> </div>
  266.       <div class=\"col-lg-3 mt-4\"> <a href=\"#0\">
  267.         <div class=\"card border-0 rounded-5 p-0 overflow-hidden shadow-sm\"> <img src=\"{{ asset('img/brand.jpg')\t}}\" alt=\"\" class=\"img-fluid\"> </div>
  268.         <h6 class=\"fw-bold mt-3 mb-4\">Kodak</h6>
  269.         </a> </div>
  270.     </div>
  271.   </div>
  272.   <div class=\"container-fluid px-5 bg-primary py-4 mt-4\">
  273.     <div class=\"row\">
  274.       <div class=\"col-md-4 position-relative mb-3 \"> <i data-feather=\"search\" class=\"iconsize position-absolute search-icon\"></i>
  275.         <input class=\"form-control border rounded-pill py-3 px-3 ps-5 shadow-none\" type=\"text\" id=\"\" placeholder=\"Search\">
  276.       </div>
  277.       <div class=\"col-lg-6 pt-3 pb-3\"> <a href=\"#0\" class=\"bg-secondary text-white px-4 py-4 rounded-pill me-3\">View All Brands</a> <a href=\"#0\" class=\"bg-secondary text-white px-4 py-4 rounded-pill\">Request a Brand</a> </div>
  278.     </div>
  279.   </div>
  280. {% endblock %}""ecom/citybrands.html.twig""/var/www/commerce8/noble_natives/templates/ecom/citybrands.html.twig");
  281.     }
  282. }