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

/* PimUIBundle::index.html.twig */
class __TwigTemplate_af1811b68cb349d1033cd7deb1da32dd3b389d89da6c0a80988b507c2674a09f 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 "<!DOCTYPE html>
<html>
    <head>
        <title>Loading...</title>
        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
        <link rel=\"shortcut icon\" href=\"favicon.ico\" />

        <link rel=\"stylesheet\" href=\"";
        // line 8
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("css/pim.css", "frontend"), "html", null, true);
        echo "\"/>

        <script type=\"text/javascript\" src=\"";
        // line 10
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("dist/vendor.min.js", "frontend"), "html", null, true);
        echo " \"></script>
        <script type=\"text/javascript\" src=\"";
        // line 11
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("dist/main.min.js", "frontend"), "html", null, true);
        echo " \"></script>
    </head>
    <body>
        <div class=\"app\">
            <div class=\"AknDefault-progressContainer\">
                <h3>
                    Loading ...
                </h3>
                <img src=\"";
        // line 19
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("bundles/pimui/images/main-loader.gif"), "html", null, true);
        echo "\"/>
                ";
        // line 20
        if ((true == $this->env->getExtension('Oro\Bundle\ConfigBundle\Twig\ConfigExtension')->getUserValue("pim_ui.loading_message_enabled"))) {
            // line 21
            echo "                <h4 class=\"AknDefault-progressContainer--loadingMessages\">
                    ";
            // line 22
            echo twig_escape_filter($this->env, twig_random($this->env, twig_split_filter($this->env, $this->env->getExtension('Oro\Bundle\ConfigBundle\Twig\ConfigExtension')->getUserValue("pim_ui.loading_messages"), "
")), "html", null, true);
            echo "
                </h4>
                ";
        }
        // line 25
        echo "            </div>
        </div>
        <div class=\"hash-loading-mask\"></div>
    </body>
</html>
";
    }

    public function getTemplateName()
    {
        return "PimUIBundle::index.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  75 => 25,  68 => 22,  65 => 21,  63 => 20,  59 => 19,  48 => 11,  44 => 10,  39 => 8,  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("", "PimUIBundle::index.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/views/index.html.twig");
    }
}
