<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;

/* AkeneoBatchBundle:Mails:notification.txt.twig */
class __TwigTemplate_8d694f3544912173ee414c28eb722eeab1ca4f2b0021423d76eed89337688b0a extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
        echo "Akeneo successfully completed your batch ";
        echo $this->getAttribute($this->getAttribute(($context["jobExecution"] ?? null), "jobInstance", []), "type", []);
        echo ".

Started on ";
        // line 3
        echo twig_date_format_filter($this->env, $this->getAttribute(($context["jobExecution"] ?? null), "startTime", []), "Y-m-d");
        echo " at ";
        echo twig_date_format_filter($this->env, $this->getAttribute(($context["jobExecution"] ?? null), "startTime", []), "H:i:s");
        echo ".
Ended on ";
        // line 4
        echo twig_date_format_filter($this->env, $this->getAttribute(($context["jobExecution"] ?? null), "endTime", []), "Y-m-d");
        echo " at ";
        echo twig_date_format_filter($this->env, $this->getAttribute(($context["jobExecution"] ?? null), "endTime", []), "H:i:s");
        echo ".

Results:
";
        // line 7
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["jobExecution"] ?? null), "stepExecutions", []));
        foreach ($context['_seq'] as $context["_key"] => $context["stepExecution"]) {
            // line 8
            echo "  - ";
            echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans($this->getAttribute($context["stepExecution"], "stepName", []));
            echo " [";
            echo $this->getAttribute($context["stepExecution"], "status", []);
            echo "]
";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['stepExecution'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 10
        echo "
";
        // line 11
        if ( !twig_test_empty(($context["akeneo_pim_url"] ?? null))) {
            // line 12
            echo "You can view full summary page at :
";
            // line 13
            echo ($context["akeneo_pim_url"] ?? null);
            echo "/#";
            echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("pim_enrich_job_tracker_show", ["id" => $this->getAttribute(($context["jobExecution"] ?? null), "id", [])]);
            echo "
";
        } else {
            // line 15
            echo "You should set the AKENEO_PIM_URL environment variable to have a link to the Process Tracker
";
        }
        // line 17
        echo "

--
Akeneo Batch
";
    }

    public function getTemplateName()
    {
        return "AkeneoBatchBundle:Mails:notification.txt.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  84 => 17,  80 => 15,  73 => 13,  70 => 12,  68 => 11,  65 => 10,  54 => 8,  50 => 7,  42 => 4,  36 => 3,  30 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Source("", "AkeneoBatchBundle:Mails:notification.txt.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchBundle/Resources/views/Mails/notification.txt.twig");
    }
}
