source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 5 echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('translate')->getCallable(), ["home"]), "html", null, true); echo " "; // line 8 if ( !(null === ($context["path"] ?? null))) { // line 9 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(call_user_func_array($this->env->getFunction('breadcrumbs')->getCallable(), [$context["path"]])); foreach ($context['_seq'] as $context["name"] => $context["path"]) { // line 10 echo " / env, $context["path"], "html", null, true); echo "\" class=\"inline-block hover:underline\">"; echo twig_escape_filter($this->env, $context["name"], "html", null, true); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['name'], $context['path'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 12 echo " "; } // line 13 echo "
"; // line 25 if (((($context["path"] ?? null) && !twig_test_empty(($context["files"] ?? null))) && call_user_func_array($this->env->getFunction('config')->getCallable(), ["zip_downloads"]))) { // line 26 echo " env, call_user_func_array($this->env->getFunction('zip_url')->getCallable(), [($context["path"] ?? null)]), "html", null, true); echo "\" title=\""; echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('translate')->getCallable(), ["download"]), "html", null, true); echo "\" class=\"inline-block text-white p-1 hover:text-gray-400\"> "; } // line 30 echo "
"; // line 32 $this->loadTemplate("components/search.twig", "components/header.twig", 32)->display($context); // line 33 echo "
"; } public function getTemplateName() { return "components/header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 102 => 33, 100 => 32, 96 => 30, 86 => 26, 84 => 25, 70 => 13, 67 => 12, 56 => 10, 51 => 9, 49 => 8, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "components/header.twig", "/var/www/www.diogo.site/public/projects/GNU-social/soc/2020/daily_report/archive/May/app/views/components/header.twig"); } }