var/cache/dev/twig/1a/1ac0b0dee9c20673199942049c30a71d59aa1b77a2d1db54dcb890f093053396.php line 55

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* admin/Client/edit.html.twig */
  14. class __TwigTemplate_8872ae05b68b5e2c4d48beb51308563c641ca9d2aa09bf56038e7490e62f3565 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         // line 4
  23.         $_trait_0 $this->loadTemplate("admin/Client/base_edit_form.html.twig""admin/Client/edit.html.twig"4);
  24.         if (!$_trait_0->isTraitable()) {
  25.             throw new RuntimeError('Template "'."admin/Client/base_edit_form.html.twig".'" cannot be used as a trait.'4$this->source);
  26.         }
  27.         $_trait_0_blocks $_trait_0->getBlocks();
  28.         if (!isset($_trait_0_blocks["form"])) {
  29.             throw new RuntimeError('Block "form" is not defined in trait "admin/Client/base_edit_form.html.twig".'4$this->source);
  30.         }
  31.         $_trait_0_blocks["parentForm"] = $_trait_0_blocks["form"]; unset($_trait_0_blocks["form"]);
  32.         $this->traits $_trait_0_blocks;
  33.         $this->blocks array_merge(
  34.             $this->traits,
  35.             [
  36.             ]
  37.         );
  38.     }
  39.     protected function doGetParent(array $context)
  40.     {
  41.         // line 1
  42.         return "SonataAdminBundle:CRUD:base_edit.html.twig";
  43.     }
  44.     protected function doDisplay(array $context, array $blocks = [])
  45.     {
  46.         $macros $this->macros;
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""admin/Client/edit.html.twig"));
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""admin/Client/edit.html.twig"));
  51.         $this->parent $this->loadTemplate("SonataAdminBundle:CRUD:base_edit.html.twig""admin/Client/edit.html.twig"1);
  52.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  53.         
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  55.         
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  57.     }
  58.     public function getTemplateName()
  59.     {
  60.         return "admin/Client/edit.html.twig";
  61.     }
  62.     public function isTraitable()
  63.     {
  64.         return false;
  65.     }
  66.     public function getDebugInfo()
  67.     {
  68.         return array (  52 => 1,  28 => 4,);
  69.     }
  70.     public function getSourceContext()
  71.     {
  72.         return new Source("{% extends 'SonataAdminBundle:CRUD:base_edit.html.twig' %}
  73. {% use 'admin/Client/base_edit_form.html.twig' with form as parentForm %}
  74. ""admin/Client/edit.html.twig""/var/www/radmin.tehnik.tech/templates/admin/Client/edit.html.twig");
  75.     }
  76. }