var/cache/dev/twig/5b/5b30110b58e7417e61c5955f6f4d1506efce767a2e9f1299c7aa3a10371e1d95.php line 53

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. /* @WebProfiler/Profiler/cancel.html.twig */
  14. class __TwigTemplate_021c5e812643ab6ecb14a32622e3cbc422db0b7b10770956b5d1eb2a4393d6f0 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.             'toolbar' => [$this'block_toolbar'],
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebProfiler/Profiler/cancel.html.twig"));
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebProfiler/Profiler/cancel.html.twig"));
  34.         // line 1
  35.         $this->displayBlock('toolbar'$context$blocks);
  36.         
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  38.         
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  40.     }
  41.     public function block_toolbar($context, array $blocks = [])
  42.     {
  43.         $macros $this->macros;
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""toolbar"));
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""toolbar"));
  48.         // line 2
  49.         echo "    ";
  50.         ob_start();
  51.         // line 3
  52.         echo "        ";
  53.         echo twig_include($this->env$context"@WebProfiler/Icon/symfony.svg");
  54.         echo "
  55.         <span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\">
  56.             Loading&hellip;
  57.         </span>
  58.     ";
  59.         $context["icon"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  60.         // line 9
  61.         echo "
  62.     ";
  63.         // line 10
  64.         ob_start();
  65.         // line 11
  66.         echo "        <div class=\"sf-toolbar-info-piece\">
  67.             <b>Loading the web debug toolbar&hellip;</b>
  68.         </div>
  69.         <div class=\"sf-toolbar-info-piece\">
  70.             Attempt #<span id=\"sfLoadCounter-";
  71.         // line 15
  72.         echo twig_escape_filter($this->env, (isset($context["token"]) || array_key_exists("token"$context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.'15$this->source); })()), "html"nulltrue);
  73.         echo "\"></span>
  74.         </div>
  75.         <div class=\"sf-toolbar-info-piece\">
  76.             <b>
  77.                 <button class=\"sf-cancel-button\" type=\"button\" id=\"sfLoadCancel-";
  78.         // line 19
  79.         echo twig_escape_filter($this->env, (isset($context["token"]) || array_key_exists("token"$context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.'19$this->source); })()), "html"nulltrue);
  80.         echo "\" title=\"Cancel loading\">Cancel</button>
  81.             </b>
  82.         </div>
  83.     ";
  84.         $context["text"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  85.         // line 23
  86.         echo "
  87.     ";
  88.         // line 24
  89.         echo twig_include($this->env$context"@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url"$context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.'24$this->source); })())]);
  90.         echo "
  91. ";
  92.         
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  94.         
  95.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  96.     }
  97.     public function getTemplateName()
  98.     {
  99.         return "@WebProfiler/Profiler/cancel.html.twig";
  100.     }
  101.     public function getDebugInfo()
  102.     {
  103.         return array (  104 => 24,  101 => 23,  94 => 19,  87 => 15,  81 => 11,  79 => 10,  76 => 9,  66 => 3,  63 => 2,  44 => 1,);
  104.     }
  105.     public function getSourceContext()
  106.     {
  107.         return new Source("{% block toolbar %}
  108.     {% set icon %}
  109.         {{ include('@WebProfiler/Icon/symfony.svg') }}
  110.         <span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\">
  111.             Loading&hellip;
  112.         </span>
  113.     {% endset %}
  114.     {% set text %}
  115.         <div class=\"sf-toolbar-info-piece\">
  116.             <b>Loading the web debug toolbar&hellip;</b>
  117.         </div>
  118.         <div class=\"sf-toolbar-info-piece\">
  119.             Attempt #<span id=\"sfLoadCounter-{{ token }}\"></span>
  120.         </div>
  121.         <div class=\"sf-toolbar-info-piece\">
  122.             <b>
  123.                 <button class=\"sf-cancel-button\" type=\"button\" id=\"sfLoadCancel-{{ token }}\" title=\"Cancel loading\">Cancel</button>
  124.             </b>
  125.         </div>
  126.     {% endset %}
  127.     {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }}
  128. {% endblock %}
  129. ""@WebProfiler/Profiler/cancel.html.twig""/home/www/client/www/CPT003/aoyoscrmdev/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/cancel.html.twig");
  130.     }
  131. }