<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* website/status/error-page.html.twig */
class __TwigTemplate_308610031d870b0f783a4c30e8382f725f52f0797550819806a95e440b684f8e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "website/main.template.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "website/status/error-page.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "website/status/error-page.html.twig"));
$this->parent = $this->loadTemplate("website/main.template.html.twig", "website/status/error-page.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 4
echo "
<span class=\"sep-aviso\"></span>
\t<div class=\"container\">
\t <div class=\"box-aviso box-aviso-full\">
\t \t<div class=\"aviso-img\">
\t \t\t<span class=\"cod\">";
// line 10
echo twig_escape_filter($this->env, $this->extensions['EADPlataforma\Twig\FunctionsExtension']->getLanguage("error", "util"), "html", null, true);
echo " 404</span>
\t \t\t<img src=\"";
// line 11
echo twig_escape_filter($this->env, (isset($context["cdn"]) || array_key_exists("cdn", $context) ? $context["cdn"] : (function () { throw new RuntimeError('Variable "cdn" does not exist.', 11, $this->source); })()), "html", null, true);
echo "img/conclusion_fail.png\" title=\"Falha\" alt=\"Falha\">
\t \t</div>
\t <h2 class=\"titulo-aviso\">
\t \t<span>";
// line 14
echo twig_escape_filter($this->env, $this->extensions['EADPlataforma\Twig\FunctionsExtension']->getLanguage("not_available", "util"), "html", null, true);
echo " </span>
\t \t<img src=\"";
// line 15
echo twig_escape_filter($this->env, (isset($context["cdn"]) || array_key_exists("cdn", $context) ? $context["cdn"] : (function () { throw new RuntimeError('Variable "cdn" does not exist.', 15, $this->source); })()), "html", null, true);
echo "img/emoji_crying.png\">
\t </h2>
\t <p class=\"sub\">";
// line 17
echo twig_escape_filter($this->env, $this->extensions['EADPlataforma\Twig\FunctionsExtension']->getLanguage("redirect", "util"), "html", null, true);
echo "<span class=\"counter-redirect js--counter-redirect\"></span>.</p>
\t <a href=\"";
// line 18
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
echo "\" class=\"btn-acao\"><i class=\"fas fa-arrow-left ico-left\"></i>";
echo twig_escape_filter($this->env, $this->extensions['EADPlataforma\Twig\FunctionsExtension']->getLanguage("back_to_home", "util"), "html", null, true);
echo "</a>
\t </div>
\t</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "website/status/error-page.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 99 => 18, 95 => 17, 90 => 15, 86 => 14, 80 => 11, 76 => 10, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'website/main.template.html.twig' %}
{% block body %}
<span class=\"sep-aviso\"></span>
\t<div class=\"container\">
\t <div class=\"box-aviso box-aviso-full\">
\t \t<div class=\"aviso-img\">
\t \t\t<span class=\"cod\">{{ getLanguage('error', 'util') }} 404</span>
\t \t\t<img src=\"{{ cdn }}img/conclusion_fail.png\" title=\"Falha\" alt=\"Falha\">
\t \t</div>
\t <h2 class=\"titulo-aviso\">
\t \t<span>{{ getLanguage('not_available', 'util') }} </span>
\t \t<img src=\"{{ cdn }}img/emoji_crying.png\">
\t </h2>
\t <p class=\"sub\">{{ getLanguage('redirect', 'util') }}<span class=\"counter-redirect js--counter-redirect\"></span>.</p>
\t <a href=\"{{ path('home') }}\" class=\"btn-acao\"><i class=\"fas fa-arrow-left ico-left\"></i>{{ getLanguage('back_to_home', 'util') }}</a>
\t </div>
\t</div>
{% endblock %}", "website/status/error-page.html.twig", "/var/www/html/templates/website/status/error-page.html.twig");
}
}