2023-06-19 12:13:30 +02:00
< ? php
use Twig\Environment ;
use Twig\Error\LoaderError ;
use Twig\Error\RuntimeError ;
use Twig\Extension\SandboxExtension ;
use Twig\Markup ;
use Twig\Sandbox\SecurityError ;
use Twig\Sandbox\SecurityNotAllowedTagError ;
use Twig\Sandbox\SecurityNotAllowedFilterError ;
use Twig\Sandbox\SecurityNotAllowedFunctionError ;
use Twig\Source ;
use Twig\Template ;
2023-06-20 19:14:19 +02:00
/* @EasyAdmin/page/content.html.twig */
class __TwigTemplate_c71748bfa196710b8a219861e9905e47a42285ea5db6d55eaa79f34d1debb65c extends Template
2023-06-19 12:13:30 +02:00
{
private $source ;
private $macros = [];
public function __construct ( Environment $env )
{
parent :: __construct ( $env );
$this -> source = $this -> getSourceContext ();
$this -> blocks = [
2023-06-20 19:14:19 +02:00
'body_class' => [ $this , 'block_body_class' ],
'page_title' => [ $this , 'block_page_title' ],
'page_content' => [ $this , 'block_page_content' ],
'content_title' => [ $this , 'block_content_title' ],
'main' => [ $this , 'block_main' ],
2023-06-19 12:13:30 +02:00
];
}
2023-06-20 19:14:19 +02:00
protected function doGetParent ( array $context )
{
// line 2
return $this -> loadTemplate ( twig_get_attribute ( $this -> env , $this -> source , ( isset ( $context [ " ea " ]) || array_key_exists ( " ea " , $context ) ? $context [ " ea " ] : ( function () { throw new RuntimeError ( 'Variable "ea" does not exist.' , 2 , $this -> source ); })()), " templatePath " , [ 0 => " layout " ], " method " , false , false , false , 2 ), " @EasyAdmin/page/content.html.twig " , 2 );
}
2023-06-19 12:13:30 +02:00
protected function doDisplay ( array $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this -> extensions [ " Symfony \\ Bundle \\ WebProfilerBundle \\ Twig \\ WebProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> enter ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " template " , " @EasyAdmin/page/content.html.twig " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this -> extensions [ " Symfony \\ Bridge \\ Twig \\ Extension \\ ProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> enter ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " template " , " @EasyAdmin/page/content.html.twig " ));
// line 3
$context [ " __internal_2a56ca2df6845ada19b68a8a6e1310d6a6fce7de42022afe3795141a1bf23a87 " ] = twig_get_attribute ( $this -> env , $this -> source , twig_get_attribute ( $this -> env , $this -> source , ( isset ( $context [ " ea " ]) || array_key_exists ( " ea " , $context ) ? $context [ " ea " ] : ( function () { throw new RuntimeError ( 'Variable "ea" does not exist.' , 3 , $this -> source ); })()), " i18n " , [], " any " , false , false , false , 3 ), " translationDomain " , [], " any " , false , false , false , 3 );
// line 2
$this -> getParent ( $context ) -> display ( $context , array_merge ( $this -> blocks , $blocks ));
2023-06-19 12:13:30 +02:00
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> leave ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof );
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> leave ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof );
}
2023-06-20 19:14:19 +02:00
// line 5
public function block_body_class ( $context , array $blocks = [])
2023-06-19 12:13:30 +02:00
{
$macros = $this -> macros ;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this -> extensions [ " Symfony \\ Bundle \\ WebProfilerBundle \\ Twig \\ WebProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> enter ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " body_class " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this -> extensions [ " Symfony \\ Bridge \\ Twig \\ Extension \\ ProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> enter ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " body_class " ));
2023-06-19 12:13:30 +02:00
2023-06-20 19:14:19 +02:00
echo " page-content " ;
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> leave ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof );
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> leave ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof );
}
2023-06-20 19:14:19 +02:00
// line 8
public function block_page_title ( $context , array $blocks = [])
2023-06-19 12:13:30 +02:00
{
$macros = $this -> macros ;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this -> extensions [ " Symfony \\ Bundle \\ WebProfilerBundle \\ Twig \\ WebProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> enter ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " page_title " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this -> extensions [ " Symfony \\ Bridge \\ Twig \\ Extension \\ ProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> enter ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " page_title " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> leave ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof );
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> leave ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof );
}
2023-06-20 19:14:19 +02:00
// line 12
public function block_page_content ( $context , array $blocks = [])
2023-06-19 12:13:30 +02:00
{
$macros = $this -> macros ;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this -> extensions [ " Symfony \\ Bundle \\ WebProfilerBundle \\ Twig \\ WebProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> enter ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " page_content " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this -> extensions [ " Symfony \\ Bridge \\ Twig \\ Extension \\ ProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> enter ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " page_content " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> leave ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof );
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> leave ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof );
}
// line 15
2023-06-20 19:14:19 +02:00
public function block_content_title ( $context , array $blocks = [])
2023-06-19 12:13:30 +02:00
{
$macros = $this -> macros ;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this -> extensions [ " Symfony \\ Bundle \\ WebProfilerBundle \\ Twig \\ WebProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> enter ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " content_title " ));
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this -> extensions [ " Symfony \\ Bridge \\ Twig \\ Extension \\ ProfilerExtension " ];
2023-06-20 19:14:19 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> enter ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " content_title " ));
$this -> displayBlock ( " page_title " , $context , $blocks );
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> leave ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof );
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> leave ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof );
}
// line 17
public function block_main ( $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this -> extensions [ " Symfony \\ Bundle \\ WebProfilerBundle \\ Twig \\ WebProfilerExtension " ];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> enter ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " main " ));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this -> extensions [ " Symfony \\ Bridge \\ Twig \\ Extension \\ ProfilerExtension " ];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> enter ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), " block " , " main " ));
$this -> displayBlock ( " page_content " , $context , $blocks );
2023-06-19 12:13:30 +02:00
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 -> leave ( $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof );
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e -> leave ( $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof );
}
public function getTemplateName ()
{
2023-06-20 19:14:19 +02:00
return " @EasyAdmin/page/content.html.twig " ;
}
public function isTraitable ()
{
return false ;
2023-06-19 12:13:30 +02:00
}
public function getDebugInfo ()
{
2023-06-20 19:14:19 +02:00
return array ( 138 => 17 , 119 => 15 , 101 => 12 , 83 => 8 , 64 => 5 , 54 => 2 , 52 => 3 , 39 => 2 ,);
2023-06-19 12:13:30 +02:00
}
public function getSourceContext ()
{
2023-06-20 19:14:19 +02:00
return new Source ( " { # @var ea \\ EasyCorp \\ Bundle \\ EasyAdminBundle \\ Context \\ AdminContext #}
{ % extends ea . templatePath ( 'layout' ) % }
{ % trans_default_domain ea . i18n . translationDomain % }
2023-06-19 12:13:30 +02:00
2023-06-20 19:14:19 +02:00
{ % block body_class 'page-content' % }
2023-06-19 12:13:30 +02:00
2023-06-20 19:14:19 +02:00
{ # deprecated 'The \"page_title\" block is deprecated, use \"content_title\" instead.' #}
{ % block page_title % }
2023-06-19 12:13:30 +02:00
{ % endblock % }
2023-06-20 19:14:19 +02:00
{ # deprecated 'The \"page_content\" block is deprecated, use \"main\" instead.' #}
{ % block page_content % }
2023-06-19 12:13:30 +02:00
{ % endblock % }
2023-06-20 19:14:19 +02:00
{ % block content_title % }{{ block ( 'page_title' ) }}{ % endblock % }
{ % block main % }{{ block ( 'page_content' ) }}{ % endblock % }
" , " @ EasyAdmin / page / content . html . twig " , " / home / poule / encrypted / stockage - syncable / www / development / html / caisse / vendor / easycorp / easyadmin - bundle / src / Resources / views / page / content . html . twig " );
2023-06-19 12:13:30 +02:00
}
}