var/cache/dev/twig/de/dea24b32e56c4c075aaf882af24759671ee58bcde19daf2e1297cf9e673ba42e.php line 33

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* network/profile/sections/profile_section_timeline.html.twig */
  14. class __TwigTemplate_385890b8b29e187b30107770461543e2888e728e6d2f22418bbc371cb2025bac extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""network/profile/sections/profile_section_timeline.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""network/profile/sections/profile_section_timeline.html.twig"));
  33.         // line 2
  34.         echo "<turbo-frame id=\"tab_content\">
  35. <div class=\"grid gap-12 sm:grid-cols-12\">
  36.   
  37.         ";
  38.         // line 6
  39.         $this->loadTemplate("network/profile/sections/timeline/profile_section_timeline_timeline.html.twig""network/profile/sections/profile_section_timeline.html.twig"6)->display($context);
  40.         // line 7
  41.         echo "      ";
  42.         $this->loadTemplate("network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig""network/profile/sections/profile_section_timeline.html.twig"7)->display($context);
  43.         // line 8
  44.         echo 
  45.   
  46.         <turbo-stream action=\"replace\" target=\"tab_navigation\">
  47. <template>
  48.         ";
  49.         // line 12
  50.         $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
  51. (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->sourcetwig_get_attribute($this->env$this->source,         // line 14
  52. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'14$this->source); })()), "request", [], "any"falsefalsefalse14), "pathInfo", [], "any"falsefalsefalse14)]));
  53.         // line 16
  54.         echo "</template>
  55. </turbo-stream>
  56. </turbo-frame>
  57. ";
  58.         
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  60.         
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  62.     }
  63.     public function getTemplateName()
  64.     {
  65.         return "network/profile/sections/profile_section_timeline.html.twig";
  66.     }
  67.     public function isTraitable()
  68.     {
  69.         return false;
  70.     }
  71.     public function getDebugInfo()
  72.     {
  73.         return array (  64 => 16,  62 => 14,  61 => 13,  60 => 12,  54 => 8,  51 => 7,  49 => 6,  43 => 2,);
  74.     }
  75.     public function getSourceContext()
  76.     {
  77.         return new Source("{# {% do section_navigation_add({ name: 'timeline', anchor: 'timeline' }) %} #}
  78. <turbo-frame id=\"tab_content\">
  79. <div class=\"grid gap-12 sm:grid-cols-12\">
  80.   
  81.         {% include \"network/profile/sections/timeline/profile_section_timeline_timeline.html.twig\" %}
  82.       {% include \"network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig\" %}
  83.  
  84.   
  85.         <turbo-stream action=\"replace\" target=\"tab_navigation\">
  86. <template>
  87.         {% include \"network/profile/components/tab_navigation_component.html.twig\" with {
  88.           profile: profile,
  89.           highlightedTab: app.request.pathInfo
  90.         } %}
  91. </template>
  92. </turbo-stream>
  93. </turbo-frame>
  94. ""network/profile/sections/profile_section_timeline.html.twig""/var/www/vhosts/3forone.ch/httpdocs/abowire/templates/network/profile/sections/profile_section_timeline.html.twig");
  95.     }
  96. }