source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "joinLeague.html.twig")); // line 1 echo "
"; // line 4 echo twig_escape_filter($this->env, (isset($context["requestingUserFullName"]) || array_key_exists("requestingUserFullName", $context) ? $context["requestingUserFullName"] : (function () { throw new RuntimeError('Variable "requestingUserFullName" does not exist.', 4, $this->source); })()), "html", null, true); echo " te ha enviado una solicitud para unirse a la liga.
env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); echo "/user/"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 8, $this->source); })()), "id", [], "any", false, false, false, 8), "html", null, true); echo "/accept\">Aceptar env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 9, $this->source); })()), "id", [], "any", false, false, false, 9), "html", null, true); echo "/user/"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["requestingUser"]) || array_key_exists("requestingUser", $context) ? $context["requestingUser"] : (function () { throw new RuntimeError('Variable "requestingUser" does not exist.', 9, $this->source); })()), "id", [], "any", false, false, false, 9), "html", null, true); echo "/decline\">Rechazar
"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } /** * @codeCoverageIgnore */ public function getTemplateName() { return "joinLeague.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 60 => 9, 54 => 8, 47 => 4, 40 => 1,); } public function getSourceContext() { return new Source("{{ requestingUserFullName }} te ha enviado una solicitud para unirse a la liga.
", "joinLeague.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\joinLeague.html.twig"); } }