*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'body' => [$this, 'block_body'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Maker/crud/templates/edit.tpl.php")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Maker/crud/templates/edit.tpl.php")); // line 1 yield "getHeadPrintCode('Edit '.\$entity_class_name) ?> "; // line 3 yield from $this->unwrap()->yieldBlock('body', $context, $blocks); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @return iterable */ public function block_body(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); // line 4 yield "

Edit

"; // line 6 yield Twig\Extension\CoreExtension::include($this->env, $context, "/_form.html.twig", ["button_label" => "Update"]); yield " extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_index"); yield "\">back to list "; // line 10 yield Twig\Extension\CoreExtension::include($this->env, $context, "/_delete_form.html.twig"); yield " "; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Maker/crud/templates/edit.tpl.php"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 90 => 10, 85 => 8, 80 => 6, 76 => 4, 53 => 3, 49 => 1,); } public function getSourceContext(): Source { return new Source("getHeadPrintCode('Edit '.\$entity_class_name) ?> {% block body %}

Edit

{{ include('/_form.html.twig', {'button_label': 'Update'}) }} _index') }}\">back to list {{ include('/_delete_form.html.twig') }} {% endblock %} ", "@Maker/crud/templates/edit.tpl.php", "/var/www/cds/app/vendor/symfony/maker-bundle/templates/crud/templates/edit.tpl.php"); } }