var/cache/dev/twig/d7/d7c0e989c60b68ce593845f7e2fdb9d3.php line 38

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. /* front/catalog/product/view/references.html.twig */
  16. class __TwigTemplate_11b440f9fb5075622e3d741fdd224d74 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->parent = false;
  28. $this->blocks = [
  29. ];
  30. }
  31. protected function doDisplay(array $context, array $blocks = []): iterable
  32. {
  33. $macros = $this->macros;
  34. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/catalog/product/view/references.html.twig"));
  36. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/catalog/product/view/references.html.twig"));
  38. // line 1
  39. yield "<div class=\"references\">
  40. ";
  41. // line 2
  42. yield from $this->load("front/catalog/product/view/reference-line.html.twig", 2)->unwrap()->yield($context);
  43. // line 3
  44. yield "</div>";
  45. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47. yield from [];
  48. }
  49. /**
  50. * @codeCoverageIgnore
  51. */
  52. public function getTemplateName(): string
  53. {
  54. return "front/catalog/product/view/references.html.twig";
  55. }
  56. /**
  57. * @codeCoverageIgnore
  58. */
  59. public function isTraitable(): bool
  60. {
  61. return false;
  62. }
  63. /**
  64. * @codeCoverageIgnore
  65. */
  66. public function getDebugInfo(): array
  67. {
  68. return array ( 53 => 3, 51 => 2, 48 => 1,);
  69. }
  70. public function getSourceContext(): Source
  71. {
  72. return new Source("<div class=\"references\">
  73. {% include \x27front/catalog/product/view/reference-line.html.twig\x27 %}
  74. </div>", "front/catalog/product/view/references.html.twig", "/var/www/dogcat.com/v2-test/templates/front/catalog/product/view/references.html.twig");
  75. }
  76. }