<?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;

/* Mail/mjml/content/reflex/transfer_report.html.twig */
class __TwigTemplate_cbf86cf26ae05b3e055cb9e91ca49d55 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
        yield "<mj-section background-color=\"#ffffff\" full-width=\"full-width\" padding=\"10px\">
    <mj-column>
        <mj-text>
            <p>Hello,</p>
            <p>";
        // line 5
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "transfersWithErrors", [], "any", false, false, false, 5)), "html", null, true);
        yield " transfer was not exported du to errors.</p>
        </mj-text>
        <mj-table>
            <tr style=\"border-bottom:1px solid #ecedee;text-align:left;padding:15px 0;\">
                <th style=\"padding: 0 15px 0 0;\">Identifier</th>
                <th style=\"padding: 0 15px;\">Errors</th>
            </tr>
            ";
        // line 12
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "transfersWithErrors", [], "any", false, false, false, 12));
        foreach ($context['_seq'] as $context["transferId"] => $context["errors"]) {
            // line 13
            yield "                <tr>
                    <td style=\"padding: 0 15px 0 0;\">";
            // line 14
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["transferId"], "html", null, true);
            yield "</td>
                    <td style=\"padding: 0 15px;\">";
            // line 15
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::join($context["errors"], "<br>"), "html", null, true);
            yield "</td>
                </tr>
            ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['transferId'], $context['errors'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 18
        yield "        </mj-table>
    </mj-column>
</mj-section>

";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "Mail/mjml/content/reflex/transfer_report.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  78 => 18,  69 => 15,  65 => 14,  62 => 13,  58 => 12,  48 => 5,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "Mail/mjml/content/reflex/transfer_report.html.twig", "/var/www/fulfillment/api/templates/Mail/mjml/content/reflex/transfer_report.html.twig");
    }
}
