/home/sharedstore/.trash/prod/twig/93
Edit: /home/sharedstore/.trash/prod/twig/93/93c26d0fedc455f20eb36cf74f285d56.php (7888B)
source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 26
return "@PrestaShop/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("@PrestaShop/base.html.twig", "@PrestaShop/Admin/Exception/error.html.twig", 26);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 28
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
// line 29
echo " ";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("themes/new-theme/public/theme" . ($context["rtl_suffix"] ?? null)) . ".css")), "html", null, true);
echo "\"/>
";
}
// line 33
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
// line 34
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Oops... looks like an unexpected error occurred", [], "Admin.Notifications.Error"), "html", null, true);
echo "
";
}
// line 37
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
// line 38
echo "

env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/new-theme/img/error/500.svg"), "html", null, true);
echo "\"
alt=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Oops... looks like an unexpected error occurred", [], "Admin.Notifications.Error"), "html", null, true);
echo "\">
";
// line 51
if (($context["exception"] ?? null)) {
// line 52
echo "
";
// line 53
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["exception"] ?? null), "message", [], "any", false, false, false, 53), "html", null, true);
echo "
[";
// line 54
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["exception"] ?? null), "class", [], "any", false, false, false, 54), "html", null, true);
echo "
";
// line 55
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["exception"] ?? null), "code", [], "any", false, false, false, 55), "html", null, true);
echo "]
";
}
// line 58
echo "
env, $this->env->getFunction('documentation_link')->getCallable()("debug_mode"), "html", null, true);
echo "\" target=\"_blank\">
";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Learn more about debug mode", [], "Admin.Actions"), "html", null, true);
echo "
arrow_right_alt
";
}
// line 85
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
// line 86
echo "
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Exception/error.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 173 => 86, 169 => 85, 155 => 74, 151 => 73, 143 => 68, 136 => 64, 130 => 61, 126 => 60, 122 => 58, 116 => 55, 112 => 54, 108 => 53, 105 => 52, 103 => 51, 97 => 48, 90 => 44, 86 => 43, 79 => 38, 75 => 37, 68 => 34, 64 => 33, 58 => 30, 53 => 29, 49 => 28, 38 => 26,);
}
public function getSourceContext()
{
return new Source("", "@PrestaShop/Admin/Exception/error.html.twig", "/home/sharedstore/public_html/prestashop.sharedstore.ma/src/PrestaShopBundle/Resources/views/Admin/Exception/error.html.twig");
}
}