var/cache/dev/twig/69/69f24bd89221044dfac8842c6e35088a.php line 44

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. use Twig\TemplateWrapper;
  15. /* ECommerce/App/IndividualOrder/index.html.twig */
  16. class __TwigTemplate_2b7bffffd557683a3663d85bcc51b253 extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->blocks = [
  28. 'body' => [$this, 'block_body'],
  29. 'javascripts' => [$this, 'block_javascripts'],
  30. ];
  31. }
  32. protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33. {
  34. // line 1
  35. return "base.html.twig";
  36. }
  37. protected function doDisplay(array $context, array $blocks = []): iterable
  38. {
  39. $macros = $this->macros;
  40. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "ECommerce/App/IndividualOrder/index.html.twig"));
  42. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "ECommerce/App/IndividualOrder/index.html.twig"));
  44. $this->parent = $this->loadTemplate("base.html.twig", "ECommerce/App/IndividualOrder/index.html.twig", 1);
  45. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  46. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48. }
  49. // line 5
  50. /**
  51. * @return iterable<null|scalar|\Stringable>
  52. */
  53. public function block_body(array $context, array $blocks = []): iterable
  54. {
  55. $macros = $this->macros;
  56. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  58. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  60. // line 6
  61. yield " <div class=\"content\">
  62. <div class=\"row\">
  63. <div class=\"col-12 mt-5\">
  64. ";
  65. // line 9
  66. yield from $this->loadTemplate("ECommerce/App/IndividualOrder/index.ajax.twig", "ECommerce/App/IndividualOrder/index.html.twig", 9)->unwrap()->yield($context);
  67. // line 10
  68. yield " </div>
  69. </div>
  70. </div>
  71. ";
  72. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74. yield from [];
  75. }
  76. // line 15
  77. /**
  78. * @return iterable<null|scalar|\Stringable>
  79. */
  80. public function block_javascripts(array $context, array $blocks = []): iterable
  81. {
  82. $macros = $this->macros;
  83. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  84. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  85. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  86. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  87. // line 16
  88. yield " ";
  89. yield from $this->yieldParentBlock("javascripts", $context, $blocks);
  90. yield "
  91. <script src=\"";
  92. // line 17
  93. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/app/individual_order/index.js"), "html", null, true);
  94. yield "\"></script>
  95. ";
  96. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  97. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  98. yield from [];
  99. }
  100. /**
  101. * @codeCoverageIgnore
  102. */
  103. public function getTemplateName(): string
  104. {
  105. return "ECommerce/App/IndividualOrder/index.html.twig";
  106. }
  107. /**
  108. * @codeCoverageIgnore
  109. */
  110. public function isTraitable(): bool
  111. {
  112. return false;
  113. }
  114. /**
  115. * @codeCoverageIgnore
  116. */
  117. public function getDebugInfo(): array
  118. {
  119. return array ( 116 => 17, 111 => 16, 98 => 15, 84 => 10, 82 => 9, 77 => 6, 64 => 5, 41 => 1,);
  120. }
  121. public function getSourceContext(): Source
  122. {
  123. return new Source("{% extends 'base.html.twig' %}
  124. {% trans_default_domain 'ECommerceBundle' %}
  125. {% block body %}
  126. <div class=\"content\">
  127. <div class=\"row\">
  128. <div class=\"col-12 mt-5\">
  129. {% include 'ECommerce/App/IndividualOrder/index.ajax.twig' %}
  130. </div>
  131. </div>
  132. </div>
  133. {% endblock %}
  134. {% block javascripts %}
  135. {{ parent() }}
  136. <script src=\"{{ asset('/assets/app/individual_order/index.js') }}\"></script>
  137. {% endblock %}", "ECommerce/App/IndividualOrder/index.html.twig", "/var/www/rs.optima.staging/templates/ECommerce/App/IndividualOrder/index.html.twig");
  138. }
  139. }