var/cache/dev/twig/f7/f7be697cd7683f8decf14fbc1a1db2b0be3c0ea4e20f38aa82aa0b1a1d4b28a9.php line 194

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/timeline/profile_section_timeline_sidebar.html.twig */
  14. class __TwigTemplate_279551aab6f1fec953ba1015a1073fd3567230b10fd0fcf2d221efcb0271e352 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/timeline/profile_section_timeline_sidebar.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/timeline/profile_section_timeline_sidebar.html.twig"));
  33.         // line 1
  34.         echo " <aside class=\"relative grid gap-5 col-span-full auto-rows-min xl:col-span-5\">
  35.         <div class=\"sticky top-32\">
  36.           ";
  37.         // line 3
  38.         $this->loadTemplate("network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"3"1825219978")->display($context);
  39.         // line 60
  40.         echo "
  41.           ";
  42.         // line 61
  43.         $this->loadTemplate("network/profile/widgets/profile_widget_partner.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"61)->display(twig_to_array(["profile" =>         // line 62
  44. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'62$this->source); })()), "user" =>         // line 63
  45. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'63$this->source); })())]));
  46.         // line 65
  47.         echo "        </aside>";
  48.         
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  50.         
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  52.     }
  53.     public function getTemplateName()
  54.     {
  55.         return "network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig";
  56.     }
  57.     public function isTraitable()
  58.     {
  59.         return false;
  60.     }
  61.     public function getDebugInfo()
  62.     {
  63.         return array (  56 => 65,  54 => 63,  53 => 62,  52 => 61,  49 => 60,  47 => 3,  43 => 1,);
  64.     }
  65.     public function getSourceContext()
  66.     {
  67.         return new Source(" <aside class=\"relative grid gap-5 col-span-full auto-rows-min xl:col-span-5\">
  68.         <div class=\"sticky top-32\">
  69.           {% embed 'network/widget/widget_sidebar.html.twig' %}
  70.             {% block widgets %}
  71.               {% if auctionEvents is not empty or raceEvents is not empty %}
  72.                 {% include 'network/profile/widgets/profile_widget_attendence.html.twig' with {
  73.                   auctionEvents: auctionEvents,
  74.                   raceEvents: raceEvents
  75.                 } %}
  76.                 {% include 'network/widget/widget_separator.html.twig' %}
  77.               {% endif %}
  78.              
  79.               {% if marketplacePosts is not empty %}
  80.                 {% include 'network/profile/widgets/profile_widget_marketplace.html.twig' with {
  81.                   marketplacePosts: marketplacePosts,
  82.                   profile: profile,
  83.                   user: user
  84.                 } only %}
  85.                 {% include 'network/widget/widget_separator.html.twig' %}
  86.               {% endif %}
  87.               {% if user and user.id != profile.id %}
  88.                 <div class=\"hidden md:block\">
  89.                   {% include 'network/profile/widgets/profile_widget_network.html.twig' with {
  90.                     profile: profile,
  91.                     user: user
  92.                   } only %}
  93.                 </div>
  94.               {% endif %}
  95.               {% if profile.street or (profile.city and profile.postalCode) %}
  96.                 {% include 'network/profile/widgets/profile_widget_address.html.twig' with {
  97.                   profile: profile,
  98.                   user: user
  99.                 } only %}
  100.               {% endif %}
  101.               {% include 'network/profile/widgets/profile_widget_contact.html.twig' with {
  102.                   profile: profile,
  103.                   user: user
  104.                 } only %}
  105.               {% include 'network/profile/widgets/profile_widget_socialmedia.html.twig' with {
  106.                 profile: profile,
  107.                 user: user
  108.               } only %}
  109.               {% include 'network/profile/widgets/profile_widget_map.html.twig' with {
  110.                 profile: profile,
  111.                 user: user
  112.               } only %}
  113.               {% include 'network/widget/widget_separator.html.twig' %}
  114.               {% include 'network/profile/widgets/profile_widget_links.html.twig' with {
  115.                 profile: profile,
  116.                 user: user
  117.               } only %}
  118.               {% include 'network/profile/widgets/profile_widget_downloads.html.twig' with {
  119.                 profile: profile,
  120.                 user: user
  121.               } only %}
  122.             {% endblock %}
  123.           {% endembed %}
  124.           {% include 'network/profile/widgets/profile_widget_partner.html.twig' with {
  125.             profile: profile,
  126.             user: user
  127.           } only %}
  128.         </aside>""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig""/var/www/vhosts/3forone.ch/httpdocs/abowire/templates/network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig");
  129.     }
  130. }
  131. /* network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig */
  132. class __TwigTemplate_279551aab6f1fec953ba1015a1073fd3567230b10fd0fcf2d221efcb0271e352___1825219978 extends Template
  133. {
  134.     private $source;
  135.     private $macros = [];
  136.     public function __construct(Environment $env)
  137.     {
  138.         parent::__construct($env);
  139.         $this->source $this->getSourceContext();
  140.         $this->blocks = [
  141.             'widgets' => [$this'block_widgets'],
  142.         ];
  143.     }
  144.     protected function doGetParent(array $context)
  145.     {
  146.         // line 3
  147.         return "network/widget/widget_sidebar.html.twig";
  148.     }
  149.     protected function doDisplay(array $context, array $blocks = [])
  150.     {
  151.         $macros $this->macros;
  152.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  153.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"));
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  155.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"));
  156.         $this->parent $this->loadTemplate("network/widget/widget_sidebar.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"3);
  157.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  158.         
  159.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  160.         
  161.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  162.     }
  163.     // line 4
  164.     public function block_widgets($context, array $blocks = [])
  165.     {
  166.         $macros $this->macros;
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""widgets"));
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""widgets"));
  171.         // line 5
  172.         echo "              ";
  173.         if (( !twig_test_empty((isset($context["auctionEvents"]) || array_key_exists("auctionEvents"$context) ? $context["auctionEvents"] : (function () { throw new RuntimeError('Variable "auctionEvents" does not exist.'5$this->source); })())) ||  !twig_test_empty((isset($context["raceEvents"]) || array_key_exists("raceEvents"$context) ? $context["raceEvents"] : (function () { throw new RuntimeError('Variable "raceEvents" does not exist.'5$this->source); })())))) {
  174.             // line 6
  175.             echo "                ";
  176.             $this->loadTemplate("network/profile/widgets/profile_widget_attendence.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"6)->display(twig_array_merge($context, ["auctionEvents" =>             // line 7
  177. (isset($context["auctionEvents"]) || array_key_exists("auctionEvents"$context) ? $context["auctionEvents"] : (function () { throw new RuntimeError('Variable "auctionEvents" does not exist.'7$this->source); })()), "raceEvents" =>             // line 8
  178. (isset($context["raceEvents"]) || array_key_exists("raceEvents"$context) ? $context["raceEvents"] : (function () { throw new RuntimeError('Variable "raceEvents" does not exist.'8$this->source); })())]));
  179.             // line 10
  180.             echo "                ";
  181.             $this->loadTemplate("network/widget/widget_separator.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"10)->display($context);
  182.             // line 11
  183.             echo "              ";
  184.         }
  185.         // line 12
  186.         echo "             
  187.               ";
  188.         // line 14
  189.         if ( !twig_test_empty((isset($context["marketplacePosts"]) || array_key_exists("marketplacePosts"$context) ? $context["marketplacePosts"] : (function () { throw new RuntimeError('Variable "marketplacePosts" does not exist.'14$this->source); })()))) {
  190.             // line 15
  191.             echo "                ";
  192.             $this->loadTemplate("network/profile/widgets/profile_widget_marketplace.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"15)->display(twig_to_array(["marketplacePosts" =>             // line 16
  193. (isset($context["marketplacePosts"]) || array_key_exists("marketplacePosts"$context) ? $context["marketplacePosts"] : (function () { throw new RuntimeError('Variable "marketplacePosts" does not exist.'16$this->source); })()), "profile" =>             // line 17
  194. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'17$this->source); })()), "user" =>             // line 18
  195. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'18$this->source); })())]));
  196.             // line 20
  197.             echo "                ";
  198.             $this->loadTemplate("network/widget/widget_separator.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"20)->display($context);
  199.             // line 21
  200.             echo "              ";
  201.         }
  202.         // line 22
  203.         echo "
  204.               ";
  205.         // line 23
  206.         if (((isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'23$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'23$this->source); })()), "id", [], "any"falsefalsefalse23) != twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'23$this->source); })()), "id", [], "any"falsefalsefalse23)))) {
  207.             // line 24
  208.             echo "                <div class=\"hidden md:block\">
  209.                   ";
  210.             // line 25
  211.             $this->loadTemplate("network/profile/widgets/profile_widget_network.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"25)->display(twig_to_array(["profile" =>             // line 26
  212. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'26$this->source); })()), "user" =>             // line 27
  213. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'27$this->source); })())]));
  214.             // line 29
  215.             echo "                </div>
  216.               ";
  217.         }
  218.         // line 31
  219.         echo "              ";
  220.         if ((twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'31$this->source); })()), "street", [], "any"falsefalsefalse31) || (twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'31$this->source); })()), "city", [], "any"falsefalsefalse31) && twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'31$this->source); })()), "postalCode", [], "any"falsefalsefalse31)))) {
  221.             // line 32
  222.             echo "                ";
  223.             $this->loadTemplate("network/profile/widgets/profile_widget_address.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"32)->display(twig_to_array(["profile" =>             // line 33
  224. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'33$this->source); })()), "user" =>             // line 34
  225. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'34$this->source); })())]));
  226.             // line 36
  227.             echo "              ";
  228.         }
  229.         // line 37
  230.         echo "              ";
  231.         $this->loadTemplate("network/profile/widgets/profile_widget_contact.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"37)->display(twig_to_array(["profile" =>         // line 38
  232. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'38$this->source); })()), "user" =>         // line 39
  233. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'39$this->source); })())]));
  234.         // line 41
  235.         echo "              ";
  236.         $this->loadTemplate("network/profile/widgets/profile_widget_socialmedia.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"41)->display(twig_to_array(["profile" =>         // line 42
  237. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'42$this->source); })()), "user" =>         // line 43
  238. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'43$this->source); })())]));
  239.         // line 45
  240.         echo "              ";
  241.         $this->loadTemplate("network/profile/widgets/profile_widget_map.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"45)->display(twig_to_array(["profile" =>         // line 46
  242. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'46$this->source); })()), "user" =>         // line 47
  243. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'47$this->source); })())]));
  244.         // line 49
  245.         echo "              ";
  246.         $this->loadTemplate("network/widget/widget_separator.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"49)->display($context);
  247.         // line 50
  248.         echo "              ";
  249.         $this->loadTemplate("network/profile/widgets/profile_widget_links.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"50)->display(twig_to_array(["profile" =>         // line 51
  250. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'51$this->source); })()), "user" =>         // line 52
  251. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'52$this->source); })())]));
  252.         // line 54
  253.         echo "              ";
  254.         $this->loadTemplate("network/profile/widgets/profile_widget_downloads.html.twig""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig"54)->display(twig_to_array(["profile" =>         // line 55
  255. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'55$this->source); })()), "user" =>         // line 56
  256. (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'56$this->source); })())]));
  257.         // line 58
  258.         echo "            ";
  259.         
  260.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  261.         
  262.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  263.     }
  264.     public function getTemplateName()
  265.     {
  266.         return "network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig";
  267.     }
  268.     public function isTraitable()
  269.     {
  270.         return false;
  271.     }
  272.     public function getDebugInfo()
  273.     {
  274.         return array (  291 => 58,  289 => 56,  288 => 55,  286 => 54,  284 => 52,  283 => 51,  281 => 50,  278 => 49,  276 => 47,  275 => 46,  273 => 45,  271 => 43,  270 => 42,  268 => 41,  266 => 39,  265 => 38,  263 => 37,  260 => 36,  258 => 34,  257 => 33,  255 => 32,  252 => 31,  248 => 29,  246 => 27,  245 => 26,  244 => 25,  241 => 24,  239 => 23,  236 => 22,  233 => 21,  230 => 20,  228 => 18,  227 => 17,  226 => 16,  224 => 15,  222 => 14,  218 => 12,  215 => 11,  212 => 10,  210 => 8,  209 => 7,  207 => 6,  204 => 5,  194 => 4,  171 => 3,  56 => 65,  54 => 63,  53 => 62,  52 => 61,  49 => 60,  47 => 3,  43 => 1,);
  275.     }
  276.     public function getSourceContext()
  277.     {
  278.         return new Source(" <aside class=\"relative grid gap-5 col-span-full auto-rows-min xl:col-span-5\">
  279.         <div class=\"sticky top-32\">
  280.           {% embed 'network/widget/widget_sidebar.html.twig' %}
  281.             {% block widgets %}
  282.               {% if auctionEvents is not empty or raceEvents is not empty %}
  283.                 {% include 'network/profile/widgets/profile_widget_attendence.html.twig' with {
  284.                   auctionEvents: auctionEvents,
  285.                   raceEvents: raceEvents
  286.                 } %}
  287.                 {% include 'network/widget/widget_separator.html.twig' %}
  288.               {% endif %}
  289.              
  290.               {% if marketplacePosts is not empty %}
  291.                 {% include 'network/profile/widgets/profile_widget_marketplace.html.twig' with {
  292.                   marketplacePosts: marketplacePosts,
  293.                   profile: profile,
  294.                   user: user
  295.                 } only %}
  296.                 {% include 'network/widget/widget_separator.html.twig' %}
  297.               {% endif %}
  298.               {% if user and user.id != profile.id %}
  299.                 <div class=\"hidden md:block\">
  300.                   {% include 'network/profile/widgets/profile_widget_network.html.twig' with {
  301.                     profile: profile,
  302.                     user: user
  303.                   } only %}
  304.                 </div>
  305.               {% endif %}
  306.               {% if profile.street or (profile.city and profile.postalCode) %}
  307.                 {% include 'network/profile/widgets/profile_widget_address.html.twig' with {
  308.                   profile: profile,
  309.                   user: user
  310.                 } only %}
  311.               {% endif %}
  312.               {% include 'network/profile/widgets/profile_widget_contact.html.twig' with {
  313.                   profile: profile,
  314.                   user: user
  315.                 } only %}
  316.               {% include 'network/profile/widgets/profile_widget_socialmedia.html.twig' with {
  317.                 profile: profile,
  318.                 user: user
  319.               } only %}
  320.               {% include 'network/profile/widgets/profile_widget_map.html.twig' with {
  321.                 profile: profile,
  322.                 user: user
  323.               } only %}
  324.               {% include 'network/widget/widget_separator.html.twig' %}
  325.               {% include 'network/profile/widgets/profile_widget_links.html.twig' with {
  326.                 profile: profile,
  327.                 user: user
  328.               } only %}
  329.               {% include 'network/profile/widgets/profile_widget_downloads.html.twig' with {
  330.                 profile: profile,
  331.                 user: user
  332.               } only %}
  333.             {% endblock %}
  334.           {% endembed %}
  335.           {% include 'network/profile/widgets/profile_widget_partner.html.twig' with {
  336.             profile: profile,
  337.             user: user
  338.           } only %}
  339.         </aside>""network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig""/var/www/vhosts/3forone.ch/httpdocs/abowire/templates/network/profile/sections/timeline/profile_section_timeline_sidebar.html.twig");
  340.     }
  341. }