<?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/postenBringExport.html.twig */
class __TwigTemplate_a769583f95900480a6fb0f71cc77d01a 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 />

            Could you please make the export declaration to Norway for the following shipment?<br />
            A possible return import to France should be anticipated.<br /><br />

            Invoice number: ";
        // line 9
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "invoice", [], "any", false, false, false, 9), "invoiceNumber", [], "any", false, false, false, 9), "html", null, true);
        yield "<br /><br />

            Traction cost France -> Sweden: ";
        // line 11
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "tractionCostInEuros", [], "any", false, false, false, 11), "html", null, true);
        yield "€<br /><br />

            Sweden -> Norway route operated by Bring.<br /><br />

            Border crossing point ";
        // line 15
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "borderCrossingPoint", [], "any", false, false, false, 15), "html", null, true);
        yield "<br /><br />

            Kind regards,<br />
            The Vente-Unique Team
        </mj-text>
    </mj-column>
</mj-section>
";
        yield from [];
    }

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

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

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  64 => 15,  57 => 11,  52 => 9,  42 => 1,);
    }

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