source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Twig/Exception/logs.html.twig")); // line 1 echo "
    "; // line 2 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["logs"]) || array_key_exists("logs", $context) ? $context["logs"] : (function () { throw new RuntimeError('Variable "logs" does not exist.', 2, $this->source); })())); foreach ($context['_seq'] as $context["_key"] => $context["log"]) { // line 3 echo " env, $this->source, $context["log"], "priority", [], "any", false, false, false, 3) >= 400)) { echo " class=\"error\""; } elseif ((twig_get_attribute($this->env, $this->source, $context["log"], "priority", [], "any", false, false, false, 3) >= 300)) { echo " class=\"warning\""; } echo "> "; // line 4 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "priorityName", [], "any", false, false, false, 4), "html", null, true); echo " - "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["log"], "message", [], "any", false, false, false, 4), "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['log'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 7 echo "
"; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "@Twig/Exception/logs.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 7, 56 => 4, 47 => 3, 43 => 2, 40 => 1,); } public function getSourceContext() { return new Source("
    {% for log in logs %} = 400 %} class=\"error\"{% elseif log.priority >= 300 %} class=\"warning\"{% endif %}> {{ log.priorityName }} - {{ log.message }} {% endfor %}
", "@Twig/Exception/logs.html.twig", "/Users/kadmin/Websites/sterntours-3/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig"); } }