<?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/teliae/missing_carrier_errors.html.twig */
class __TwigTemplate_19df35530f359280bf4d5b8df162fae4 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>
            <h2>Les codes de retour suivants ne sont pas présent dans le tableau de suivi EDI</h2>

            <table border=\"1\" cellpadding=\"6\" cellspacing=\"0\" style=\"border-collapse: collapse;\">
                <thead>
                    <tr>
                        <th>Code</th>
                        <th>Intégrateur</th>
                        <th>Code Teliae</th>
                        <th>Transporteur</th>
                        <th>Date / heure de réception</th>
                    </tr>
                </thead>
                <tbody>";
        // line 17
        $context['_parent'] = $context;
        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "errors", [], "any", false, false, false, 17));
        foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
            // line 18
            yield "<tr>
                        <td>";
            // line 19
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "code", [], "any", false, false, false, 19), "html", null, true);
            yield "</td>
                        <td>";
            // line 20
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "integrator", [], "any", false, false, false, 20), "html", null, true);
            yield "</td>
                        <td>";
            // line 21
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "codeTeliae", [], "any", false, false, false, 21), "html", null, true);
            yield "</td>
                        <td>";
            // line 22
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "carrier", [], "any", false, false, false, 22), "html", null, true);
            yield "</td>
                        <td>";
            // line 23
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "eventDate", [], "any", false, false, false, 23), "html", null, true);
            yield "</td>
                    </tr>";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_key'], $context['error'], $context['_parent']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 26
        yield "</tbody>
            </table>
        </mj-text>
    </mj-column>
</mj-section>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  90 => 26,  82 => 23,  78 => 22,  74 => 21,  70 => 20,  66 => 19,  63 => 18,  59 => 17,  42 => 1,);
    }

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