<?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/customsInvoice/glsExportSuccess.html.twig */
class __TwigTemplate_362a6e4e80a103f2dc49dd2e4bca5b1f 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>
            Hello,<br /><br />

            The GLS customs export for invoice <strong>";
        // line 6
        yield (((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoiceNumber", [], "any", true, true, false, 6) &&  !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoiceNumber", [], "any", false, false, false, 6)))) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoiceNumber", [], "any", false, false, false, 6), "html", null, true)) : ("N/A"));
        yield "</strong>
            has been successfully sent to GLS.

            <br /><br />

            <ul>
                <li>Invoice number: <strong>";
        // line 12
        yield (((CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoiceNumber", [], "any", true, true, false, 12) &&  !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoiceNumber", [], "any", false, false, false, 12)))) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoiceNumber", [], "any", false, false, false, 12), "html", null, true)) : ("N/A"));
        yield "</strong></li>
                ";
        // line 13
        if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "consignmentKey", [], "any", false, false, false, 13)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 14
            yield "                    <li>GLS Consignment key: <code>";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "consignmentKey", [], "any", false, false, false, 14), "html", null, true);
            yield "</code></li>
                ";
        }
        // line 16
        yield "                ";
        if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "documentId", [], "any", false, false, false, 16)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
            // line 17
            yield "                    <li>GLS Invoice document ID: <code>";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "documentId", [], "any", false, false, false, 17), "html", null, true);
            yield "</code></li>
                ";
        }
        // line 19
        yield "            </ul>
        </mj-text>
    </mj-column>
</mj-section>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  79 => 19,  73 => 17,  70 => 16,  64 => 14,  62 => 13,  58 => 12,  49 => 6,  42 => 1,);
    }

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