bd 3.0
This commit is contained in:
@ -58,10 +58,15 @@ class __TwigTemplate_e631c8331e0b3314f0fca4478f143546 extends Template
|
||||
echo " <h1 class=\"display-4\">";
|
||||
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
|
||||
echo "</h1>
|
||||
|
||||
";
|
||||
// line 7
|
||||
// line 8
|
||||
echo twig_escape_filter($this->env, $this->env->getFunction('create_table')->getCallable()(), "html", null, true);
|
||||
echo "
|
||||
";
|
||||
// line 9
|
||||
echo twig_escape_filter($this->env, $this->env->getFunction('create_pagination')->getCallable()(), "html", null, true);
|
||||
echo "
|
||||
";
|
||||
}
|
||||
|
||||
@ -86,7 +91,7 @@ class __TwigTemplate_e631c8331e0b3314f0fca4478f143546 extends Template
|
||||
*/
|
||||
public function getDebugInfo()
|
||||
{
|
||||
return array ( 63 => 7, 58 => 6, 54 => 5, 47 => 3, 36 => 1,);
|
||||
return array ( 68 => 9, 64 => 8, 58 => 6, 54 => 5, 47 => 3, 36 => 1,);
|
||||
}
|
||||
|
||||
public function getSourceContext()
|
||||
|
Reference in New Issue
Block a user