<?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;
/* admin/Client/edit.html.twig */
class __TwigTemplate_8872ae05b68b5e2c4d48beb51308563c641ca9d2aa09bf56038e7490e62f3565 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
// line 4
$_trait_0 = $this->loadTemplate("admin/Client/base_edit_form.html.twig", "admin/Client/edit.html.twig", 4);
if (!$_trait_0->isTraitable()) {
throw new RuntimeError('Template "'."admin/Client/base_edit_form.html.twig".'" cannot be used as a trait.', 4, $this->source);
}
$_trait_0_blocks = $_trait_0->getBlocks();
if (!isset($_trait_0_blocks["form"])) {
throw new RuntimeError('Block "form" is not defined in trait "admin/Client/base_edit_form.html.twig".', 4, $this->source);
}
$_trait_0_blocks["parentForm"] = $_trait_0_blocks["form"]; unset($_trait_0_blocks["form"]);
$this->traits = $_trait_0_blocks;
$this->blocks = array_merge(
$this->traits,
[
]
);
}
protected function doGetParent(array $context)
{
// line 1
return "SonataAdminBundle:CRUD:base_edit.html.twig";
}
protected function doDisplay(array $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(), "template", "admin/Client/edit.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "admin/Client/edit.html.twig"));
$this->parent = $this->loadTemplate("SonataAdminBundle:CRUD:base_edit.html.twig", "admin/Client/edit.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "admin/Client/edit.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 1, 28 => 4,);
}
public function getSourceContext()
{
return new Source("{% extends 'SonataAdminBundle:CRUD:base_edit.html.twig' %}
{% use 'admin/Client/base_edit_form.html.twig' with form as parentForm %}
", "admin/Client/edit.html.twig", "/var/www/radmin.tehnik.tech/templates/admin/Client/edit.html.twig");
}
}