((twig_get_attribute($this->env,$this->source,(isset($context["request"])||array_key_exists("request",$context)?$context["request"]:(function(){thrownewRuntimeError('Variable "request" does not exist.',5,$this->source);})()),"route",[],"any",false,false,false,5))?(print(twig_escape_filter($this->env,twig_get_attribute($this->env,$this->source,(isset($context["request"])||array_key_exists("request",$context)?$context["request"]:(function(){thrownewRuntimeError('Variable "request" does not exist.',5,$this->source);})()),"route",[],"any",false,false,false,5),"html",null,true))):(print("(none)")));
echo"</span>
<spanclass=\"label\">Matched route</span>
</div>
</div>
";
// line 10
if(twig_get_attribute($this->env,$this->source,(isset($context["request"])||array_key_exists("request",$context)?$context["request"]:(function(){thrownewRuntimeError('Variable "request" does not exist.',10,$this->source);})()),"route",[],"any",false,false,false,10)){
// line 11
echo" <h3>Route Parameters</h3>
";
// line 13
if(twig_test_empty(twig_get_attribute($this->env,$this->source,(isset($context["request"])||array_key_exists("request",$context)?$context["request"]:(function(){thrownewRuntimeError('Variable "request" does not exist.',13,$this->source);})()),"routeParams",[],"any",false,false,false,13))){
// line 14
echo" <div class=\"empty\">
<p>Noparameters.</p>
</div>
";
}else{
// line 18
echo"";
echotwig_include($this->env,$context,"@WebProfiler/Profiler/table.html.twig",["data"=>twig_get_attribute($this->env,$this->source,(isset($context["request"])||array_key_exists("request",$context)?$context["request"]:(function(){thrownewRuntimeError('Variable "request" does not exist.',18,$this->source);})()),"routeParams",[],"any",false,false,false,18),"labels"=>[0=>"Name",1=>"Value"]],false);
echo"
";
}
}
// line 21
echo"
";
// line 22
if(twig_get_attribute($this->env,$this->source,(isset($context["router"])||array_key_exists("router",$context)?$context["router"]:(function(){thrownewRuntimeError('Variable "router" does not exist.',22,$this->source);})()),"redirect",[],"any",false,false,false,22)){
// line 23
echo" <h3>Route Redirection</h3>
<p>Thispageredirectsto:</p>
<divclass=\"card break-long-words\">
";
// line 27
echotwig_escape_filter($this->env,twig_get_attribute($this->env,$this->source,(isset($context["router"])||array_key_exists("router",$context)?$context["router"]:(function(){thrownewRuntimeError('Variable "router" does not exist.',27,$this->source);})()),"targetUrl",[],"any",false,false,false,27),"html",null,true);
echo"
";
// line 28
if(twig_get_attribute($this->env,$this->source,(isset($context["router"])||array_key_exists("router",$context)?$context["router"]:(function(){thrownewRuntimeError('Variable "router" does not exist.',28,$this->source);})()),"targetRoute",[],"any",false,false,false,28)){
echo"<span class=\"text-muted\">(route: \"";
echotwig_escape_filter($this->env,twig_get_attribute($this->env,$this->source,(isset($context["router"])||array_key_exists("router",$context)?$context["router"]:(function(){thrownewRuntimeError('Variable "router" does not exist.',28,$this->source);})()),"targetRoute",[],"any",false,false,false,28),"html",null,true);
echo"\")</span>";
}
// line 29
echo" </div>
";
}
// line 31
echo"
<h3>RouteMatchingLogs</h3>
<divclass=\"card\">
<strong>Pathtomatch:</strong><code>";
// line 35
echotwig_escape_filter($this->env,twig_get_attribute($this->env,$this->source,(isset($context["request"])||array_key_exists("request",$context)?$context["request"]:(function(){thrownewRuntimeError('Variable "request" does not exist.',35,$this->source);})()),"pathinfo",[],"any",false,false,false,35),"html",null,true);
echo"</code>
</div>
<tableid=\"router-logs\">
<thead>
<tr>
<th>#</th>
<th>Routename</th>
<th>Path</th>
<th>Log</th>
</tr>
</thead>
<tbody>
";
// line 48
$context['_parent']=$context;
$context['_seq']=twig_ensure_traversable((isset($context["traces"])||array_key_exists("traces",$context)?$context["traces"]:(function(){thrownewRuntimeError('Variable "traces" does not exist.',48,$this->source);})()));