<?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;
/* network/profile/sections/profile_section_timeline.html.twig */
class __TwigTemplate_385890b8b29e187b30107770461543e2888e728e6d2f22418bbc371cb2025bac extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "network/profile/sections/profile_section_timeline.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "network/profile/sections/profile_section_timeline.html.twig"));
// line 2
echo "<turbo-frame id=\"tab_content\">
<div class=\"grid gap-12 sm:grid-cols-12\">
";
// line 6
$this->loadTemplate("network/profile/sections/timeline/profile_section_timeline_timeline.html.twig", "network/profile/sections/profile_section_timeline.html.twig", 6)->display($context);
// line 7
echo " ";
$this->loadTemplate("network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig", "network/profile/sections/profile_section_timeline.html.twig", 7)->display($context);
// line 8
echo "
<turbo-stream action=\"replace\" target=\"tab_navigation\">
<template>
";
// line 12
$this->loadTemplate("network/profile/components/tab_navigation_component.html.twig", "network/profile/sections/profile_section_timeline.html.twig", 12)->display(twig_array_merge($context, ["profile" => // line 13
(isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 13, $this->source); })()), "highlightedTab" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 14
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 14, $this->source); })()), "request", [], "any", false, false, false, 14), "pathInfo", [], "any", false, false, false, 14)]));
// line 16
echo "</template>
</turbo-stream>
</turbo-frame>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "network/profile/sections/profile_section_timeline.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 16, 62 => 14, 61 => 13, 60 => 12, 54 => 8, 51 => 7, 49 => 6, 43 => 2,);
}
public function getSourceContext()
{
return new Source("{# {% do section_navigation_add({ name: 'timeline', anchor: 'timeline' }) %} #}
<turbo-frame id=\"tab_content\">
<div class=\"grid gap-12 sm:grid-cols-12\">
{% include \"network/profile/sections/timeline/profile_section_timeline_timeline.html.twig\" %}
{% include \"network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig\" %}
<turbo-stream action=\"replace\" target=\"tab_navigation\">
<template>
{% include \"network/profile/components/tab_navigation_component.html.twig\" with {
profile: profile,
highlightedTab: app.request.pathInfo
} %}
</template>
</turbo-stream>
</turbo-frame>
", "network/profile/sections/profile_section_timeline.html.twig", "/var/www/vhosts/3forone.ch/httpdocs/abowire/templates/network/profile/sections/profile_section_timeline.html.twig");
}
}