File: /var/www/payments-gateway/var/cache/prod/twig/af/aff6767adc20c8d290b473029a797b86.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* @Doctrine/Collector/explain.html.twig */
class __TwigTemplate_20024b1b7cb0857859150c04278213c3 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
// line 1
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (($_v0 = ($context["data"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[0] ?? null) : null)) > 1)) {
// line 2
yield " ";
// line 3
yield " <table style=\"margin: 5px 0;\">
<thead>
<tr>
";
// line 6
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::keys((($_v1 = ($context["data"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[0] ?? null) : null)));
foreach ($context['_seq'] as $context["_key"] => $context["label"]) {
// line 7
yield " <th>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["label"], "html", null, true);
yield "</th>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['label'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 9
yield " </tr>
</thead>
<tbody>
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["data"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 13
yield " <tr>
";
// line 14
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($context["row"]);
foreach ($context['_seq'] as $context["key"] => $context["item"]) {
// line 15
yield " <td>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::replace($context["item"], ["," => ", "]), "html", null, true);
yield "</td>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['key'], $context['item'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 17
yield " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['row'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 19
yield " </tbody>
</table>
";
} else {
// line 22
yield " ";
// line 23
yield " <pre style=\"margin: 5px 0;\">";
// line 24
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["data"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::first($this->env->getCharset(), $context["row"]), "html", null, true);
yield "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['row'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 27
yield "</pre>
";
}
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@Doctrine/Collector/explain.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 117 => 27, 109 => 25, 105 => 24, 103 => 23, 101 => 22, 96 => 19, 89 => 17, 80 => 15, 76 => 14, 73 => 13, 69 => 12, 64 => 9, 55 => 7, 51 => 6, 46 => 3, 44 => 2, 42 => 1,);
}
public function getSourceContext(): Source
{
return new Source("", "@Doctrine/Collector/explain.html.twig", "/var/www/payments-gateway/vendor/doctrine/doctrine-bundle/templates/Collector/explain.html.twig");
}
}