var/cache/dev/twig/1d/1d9300185a69e4a39db757f04f6f34fb.php line 2690

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* @EasyAdmin/crud/form_theme.html.twig */
  15. class __TwigTemplate_1ffabffc405e4d35348e77e52a7e3b89 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         // line 2
  25.         $_trait_0 $this->loadTemplate("@EasyAdmin/symfony-form-themes/bootstrap_5_layout.html.twig""@EasyAdmin/crud/form_theme.html.twig"2);
  26.         if (!$_trait_0->unwrap()->isTraitable()) {
  27.             throw new RuntimeError('Template "'."@EasyAdmin/symfony-form-themes/bootstrap_5_layout.html.twig".'" cannot be used as a trait.'2$this->source);
  28.         }
  29.         $_trait_0_blocks $_trait_0->unwrap()->getBlocks();
  30.         $this->traits $_trait_0_blocks;
  31.         $this->blocks array_merge(
  32.             $this->traits,
  33.             [
  34.                 'form_start' => [$this'block_form_start'],
  35.                 'form_end' => [$this'block_form_end'],
  36.                 'form_errors' => [$this'block_form_errors'],
  37.                 'form_widget_simple' => [$this'block_form_widget_simple'],
  38.                 'datetime_widget' => [$this'block_datetime_widget'],
  39.                 'date_widget' => [$this'block_date_widget'],
  40.                 'time_widget' => [$this'block_time_widget'],
  41.                 'file_widget' => [$this'block_file_widget'],
  42.                 'form_row' => [$this'block_form_row'],
  43.                 'choice_widget_collapsed' => [$this'block_choice_widget_collapsed'],
  44.                 'collection_row' => [$this'block_collection_row'],
  45.                 'collection_widget' => [$this'block_collection_widget'],
  46.                 'collection_entry_row' => [$this'block_collection_entry_row'],
  47.                 'form_widget_compound' => [$this'block_form_widget_compound'],
  48.                 'button_row' => [$this'block_button_row'],
  49.                 'form_label' => [$this'block_form_label'],
  50.                 'empty_collection' => [$this'block_empty_collection'],
  51.                 'vich_file_row' => [$this'block_vich_file_row'],
  52.                 'vich_file_widget' => [$this'block_vich_file_widget'],
  53.                 'vich_image_row' => [$this'block_vich_image_row'],
  54.                 'vich_image_widget' => [$this'block_vich_image_widget'],
  55.                 'ea_crud_rest' => [$this'block_ea_crud_rest'],
  56.                 'ea_crud_widget' => [$this'block_ea_crud_widget'],
  57.                 'ea_crud_widget_panels' => [$this'block_ea_crud_widget_panels'],
  58.                 'ea_crud_widget_fieldsets' => [$this'block_ea_crud_widget_fieldsets'],
  59.                 'ea_autocomplete_widget' => [$this'block_ea_autocomplete_widget'],
  60.                 'ea_autocomplete_inner_label' => [$this'block_ea_autocomplete_inner_label'],
  61.                 'ea_code_editor_widget' => [$this'block_ea_code_editor_widget'],
  62.                 'ea_text_editor_widget' => [$this'block_ea_text_editor_widget'],
  63.                 'ea_form_row_row' => [$this'block_ea_form_row_row'],
  64.                 'ea_form_column_group_open_row' => [$this'block_ea_form_column_group_open_row'],
  65.                 'ea_form_column_group_close_row' => [$this'block_ea_form_column_group_close_row'],
  66.                 'ea_form_column_open_row' => [$this'block_ea_form_column_open_row'],
  67.                 'ea_form_column_close_row' => [$this'block_ea_form_column_close_row'],
  68.                 'ea_form_fieldset_open_row' => [$this'block_ea_form_fieldset_open_row'],
  69.                 'ea_form_fieldset_close_row' => [$this'block_ea_form_fieldset_close_row'],
  70.                 'ea_form_tablist_row' => [$this'block_ea_form_tablist_row'],
  71.                 'ea_form_tabpane_group_open_row' => [$this'block_ea_form_tabpane_group_open_row'],
  72.                 'ea_form_tabpane_group_close_row' => [$this'block_ea_form_tabpane_group_close_row'],
  73.                 'ea_form_tabpane_open_row' => [$this'block_ea_form_tabpane_open_row'],
  74.                 'ea_form_tabpane_close_row' => [$this'block_ea_form_tabpane_close_row'],
  75.                 'ea_filters_widget' => [$this'block_ea_filters_widget'],
  76.                 'comparison_widget' => [$this'block_comparison_widget'],
  77.                 'ea_numeric_filter_widget' => [$this'block_ea_numeric_filter_widget'],
  78.                 'ea_datetime_filter_widget' => [$this'block_ea_datetime_filter_widget'],
  79.                 'ea_fileupload_widget' => [$this'block_ea_fileupload_widget'],
  80.                 'TODO_ea_fileupload_widget' => [$this'block_TODO_ea_fileupload_widget'],
  81.                 'ea_slug_widget' => [$this'block_ea_slug_widget'],
  82.             ]
  83.         );
  84.         // line 0
  85.         $macros["_self"] = $this->macros["_self"] = $this;
  86.     }
  87.     protected function doDisplay(array $context, array $blocks = [])
  88.     {
  89.         $macros $this->macros;
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EasyAdmin/crud/form_theme.html.twig"));
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EasyAdmin/crud/form_theme.html.twig"));
  94.         // line 3
  95.         yield "
  96. ";
  97.         // line 4
  98.         yield from $this->unwrap()->yieldBlock('form_start'$context$blocks);
  99.         // line 14
  100.         yield "
  101. ";
  102.         // line 15
  103.         yield from $this->unwrap()->yieldBlock('form_end'$context$blocks);
  104.         // line 21
  105.         yield "
  106. ";
  107.         // line 22
  108.         yield from $this->unwrap()->yieldBlock('form_errors'$context$blocks);
  109.         // line 29
  110.         yield "
  111. ";
  112.         // line 31
  113.         yield "
  114. ";
  115.         // line 32
  116.         yield from $this->unwrap()->yieldBlock('form_widget_simple'$context$blocks);
  117.         // line 42
  118.         yield "
  119. ";
  120.         // line 43
  121.         yield from $this->unwrap()->yieldBlock('datetime_widget'$context$blocks);
  122.         // line 49
  123.         yield "
  124. ";
  125.         // line 50
  126.         yield from $this->unwrap()->yieldBlock('date_widget'$context$blocks);
  127.         // line 55
  128.         yield "
  129. ";
  130.         // line 56
  131.         yield from $this->unwrap()->yieldBlock('time_widget'$context$blocks);
  132.         // line 61
  133.         yield "
  134. ";
  135.         // line 62
  136.         yield from $this->unwrap()->yieldBlock('file_widget'$context$blocks);
  137.         // line 70
  138.         yield "
  139. ";
  140.         // line 72
  141.         yield "
  142. ";
  143.         // line 73
  144.         yield from $this->unwrap()->yieldBlock('form_row'$context$blocks);
  145.         // line 117
  146.         yield "
  147. ";
  148.         // line 118
  149.         yield from $this->unwrap()->yieldBlock('choice_widget_collapsed'$context$blocks);
  150.         // line 129
  151.         yield "
  152. ";
  153.         // line 130
  154.         yield from $this->unwrap()->yieldBlock('collection_row'$context$blocks);
  155.         // line 146
  156.         yield "
  157. ";
  158.         // line 147
  159.         yield from $this->unwrap()->yieldBlock('collection_widget'$context$blocks);
  160.         // line 176
  161.         yield "
  162. ";
  163.         // line 177
  164.         yield from $this->unwrap()->yieldBlock('collection_entry_row'$context$blocks);
  165.         // line 219
  166.         yield "
  167. ";
  168.         // line 220
  169.         yield from $this->unwrap()->yieldBlock('form_widget_compound'$context$blocks);
  170.         // line 237
  171.         yield "
  172. ";
  173.         // line 238
  174.         yield from $this->unwrap()->yieldBlock('button_row'$context$blocks);
  175.         // line 243
  176.         yield "
  177. ";
  178.         // line 245
  179.         yield "
  180. ";
  181.         // line 246
  182.         yield from $this->unwrap()->yieldBlock('form_label'$context$blocks);
  183.         // line 290
  184.         yield "
  185. ";
  186.         // line 292
  187.         yield "
  188. ";
  189.         // line 293
  190.         yield from $this->unwrap()->yieldBlock('empty_collection'$context$blocks);
  191.         // line 298
  192.         yield "
  193. ";
  194.         // line 299
  195.         yield from $this->unwrap()->yieldBlock('vich_file_row'$context$blocks);
  196.         // line 303
  197.         yield "
  198. ";
  199.         // line 304
  200.         yield from $this->unwrap()->yieldBlock('vich_file_widget'$context$blocks);
  201.         // line 346
  202.         yield "
  203. ";
  204.         // line 347
  205.         yield from $this->unwrap()->yieldBlock('vich_image_row'$context$blocks);
  206.         // line 351
  207.         yield "
  208. ";
  209.         // line 352
  210.         yield from $this->unwrap()->yieldBlock('vich_image_widget'$context$blocks);
  211.         // line 406
  212.         yield "
  213. ";
  214.         // line 407
  215.         yield from $this->unwrap()->yieldBlock('ea_crud_rest'$context$blocks);
  216.         // line 410
  217.         yield "
  218. ";
  219.         // line 412
  220.         yield from $this->unwrap()->yieldBlock('ea_crud_widget'$context$blocks);
  221.         // line 417
  222.         yield "
  223. ";
  224.         // line 419
  225.         yield from $this->unwrap()->yieldBlock('ea_crud_widget_panels'$context$blocks);
  226.         // line 424
  227.         yield "
  228. ";
  229.         // line 425
  230.         yield from $this->unwrap()->yieldBlock('ea_crud_widget_fieldsets'$context$blocks);
  231.         // line 490
  232.         yield "
  233. ";
  234.         // line 492
  235.         yield from $this->unwrap()->yieldBlock('ea_autocomplete_widget'$context$blocks);
  236.         // line 495
  237.         yield "
  238. ";
  239.         // line 496
  240.         yield from $this->unwrap()->yieldBlock('ea_autocomplete_inner_label'$context$blocks);
  241.         // line 500
  242.         yield "
  243. ";
  244.         // line 502
  245.         yield from $this->unwrap()->yieldBlock('ea_code_editor_widget'$context$blocks);
  246.         // line 512
  247.         yield "
  248. ";
  249.         // line 514
  250.         yield from $this->unwrap()->yieldBlock('ea_text_editor_widget'$context$blocks);
  251.         // line 525
  252.         yield "
  253. ";
  254.         // line 527
  255.         yield from $this->unwrap()->yieldBlock('ea_form_row_row'$context$blocks);
  256.         // line 530
  257.         yield "
  258. ";
  259.         // line 531
  260.         yield from $this->unwrap()->yieldBlock('ea_form_column_group_open_row'$context$blocks);
  261.         // line 537
  262.         yield "
  263. ";
  264.         // line 538
  265.         yield from $this->unwrap()->yieldBlock('ea_form_column_group_close_row'$context$blocks);
  266.         // line 545
  267.         yield "
  268. ";
  269.         // line 546
  270.         yield from $this->unwrap()->yieldBlock('ea_form_column_open_row'$context$blocks);
  271.         // line 565
  272.         yield "
  273. ";
  274.         // line 566
  275.         yield from $this->unwrap()->yieldBlock('ea_form_column_close_row'$context$blocks);
  276.         // line 569
  277.         yield "
  278. ";
  279.         // line 570
  280.         yield from $this->unwrap()->yieldBlock('ea_form_fieldset_open_row'$context$blocks);
  281.         // line 612
  282.         yield "
  283. ";
  284.         // line 613
  285.         yield from $this->unwrap()->yieldBlock('ea_form_fieldset_close_row'$context$blocks);
  286.         // line 619
  287.         yield "
  288. ";
  289.         // line 620
  290.         yield from $this->unwrap()->yieldBlock('ea_form_tablist_row'$context$blocks);
  291.         // line 648
  292.         yield "
  293. ";
  294.         // line 649
  295.         yield from $this->unwrap()->yieldBlock('ea_form_tabpane_group_open_row'$context$blocks);
  296.         // line 653
  297.         yield "
  298. ";
  299.         // line 654
  300.         yield from $this->unwrap()->yieldBlock('ea_form_tabpane_group_close_row'$context$blocks);
  301.         // line 658
  302.         yield "
  303. ";
  304.         // line 659
  305.         yield from $this->unwrap()->yieldBlock('ea_form_tabpane_open_row'$context$blocks);
  306.         // line 672
  307.         yield "
  308. ";
  309.         // line 673
  310.         yield from $this->unwrap()->yieldBlock('ea_form_tabpane_close_row'$context$blocks);
  311.         // line 677
  312.         yield "
  313. ";
  314.         // line 679
  315.         yield from $this->unwrap()->yieldBlock('ea_filters_widget'$context$blocks);
  316.         // line 701
  317.         yield "
  318. ";
  319.         // line 702
  320.         yield from $this->unwrap()->yieldBlock('comparison_widget'$context$blocks);
  321.         // line 705
  322.         yield "
  323. ";
  324.         // line 706
  325.         yield from $this->unwrap()->yieldBlock('ea_numeric_filter_widget'$context$blocks);
  326.         // line 716
  327.         yield "
  328. ";
  329.         // line 717
  330.         yield from $this->unwrap()->yieldBlock('ea_datetime_filter_widget'$context$blocks);
  331.         // line 720
  332.         yield "
  333. ";
  334.         // line 721
  335.         yield from $this->unwrap()->yieldBlock('ea_fileupload_widget'$context$blocks);
  336.         // line 783
  337.         yield "
  338. ";
  339.         // line 784
  340.         yield from $this->unwrap()->yieldBlock('TODO_ea_fileupload_widget'$context$blocks);
  341.         // line 851
  342.         yield "
  343. ";
  344.         // line 852
  345.         yield from $this->unwrap()->yieldBlock('ea_slug_widget'$context$blocks);
  346.         
  347.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  348.         
  349.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  350.         return; yield '';
  351.     }
  352.     // line 4
  353.     public function block_form_start($context, array $blocks = [])
  354.     {
  355.         $macros $this->macros;
  356.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  357.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_start"));
  358.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  359.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_start"));
  360.         // line 5
  361.         yield "    ";
  362.         if (((Twig\Extension\CoreExtension::lengthFilter($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'5$this->source); })()), "vars", [], "any"falsefalsefalse5), "errors", [], "any"falsefalsefalse5)) > 0) && CoreExtension::inFilter("ea_crud", ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse5), "block_prefixes", [], "any"truetruefalse5)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse5), "block_prefixes", [], "any"falsefalsefalse5), [])) : ([]))))) {
  363.             // line 6
  364.             yield "        ";
  365.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'6$this->source); })()), 'errors', ["attr" => ["class" => "global-invalid-feedback"]]);
  366.             yield "
  367.     ";
  368.         }
  369.         // line 8
  370.         yield "
  371.     ";
  372.         // line 9
  373.         yield from $this->yieldParentBlock("form_start"$context$blocks);
  374.         yield "
  375.     ";
  376.         // line 10
  377.         if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'10$this->source); })()), "request", [], "any"falsefalsefalse10), "query", [], "any"falsefalsefalse10), "get", ["referrer"], "method"falsefalsefalse10)) {
  378.             // line 11
  379.             yield "        <input type=\"hidden\" name=\"referrer\" value=\"";
  380.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'11$this->source); })()), "request", [], "any"falsefalsefalse11), "query", [], "any"falsefalsefalse11), "get", ["referrer"], "method"falsefalsefalse11), "html"nulltrue);
  381.             yield "\">
  382.     ";
  383.         }
  384.         
  385.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  386.         
  387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  388.         return; yield '';
  389.     }
  390.     // line 15
  391.     public function block_form_end($context, array $blocks = [])
  392.     {
  393.         $macros $this->macros;
  394.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  395.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_end"));
  396.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  397.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_end"));
  398.         // line 16
  399.         yield "        ";
  400.         if (( !array_key_exists("render_rest"$context) || (isset($context["render_rest"]) || array_key_exists("render_rest"$context) ? $context["render_rest"] : (function () { throw new RuntimeError('Variable "render_rest" does not exist.'16$this->source); })()))) {
  401.             // line 17
  402.             yield "            ";
  403.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'17$this->source); })()), 'rest');
  404.             yield "
  405.         ";
  406.         }
  407.         // line 19
  408.         yield "    </form>
  409. ";
  410.         
  411.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  412.         
  413.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  414.         return; yield '';
  415.     }
  416.     // line 22
  417.     public function block_form_errors($context, array $blocks = [])
  418.     {
  419.         $macros $this->macros;
  420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  421.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_errors"));
  422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_errors"));
  424.         // line 23
  425.         yield "    ";
  426.         if ((Twig\Extension\CoreExtension::lengthFilter($this->env, (isset($context["errors"]) || array_key_exists("errors"$context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.'23$this->source); })())) > 0)) {
  427.             // line 24
  428.             yield "        ";
  429.             $context['_parent'] = $context;
  430.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["errors"]) || array_key_exists("errors"$context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.'24$this->source); })()));
  431.             foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  432.                 // line 25
  433.                 yield "            <div class=\"";
  434.                 yield Twig\Extension\EscaperExtension::escape($this->env, ((CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "class", [], "any"truetruefalse25)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "class", [], "any"falsefalsefalse25), "")) : ("")), "html"nulltrue);
  435.                 yield " invalid-feedback d-block\">";
  436.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["error"], "message", [], "any"falsefalsefalse25), "html"nulltrue);
  437.                 yield "</div>
  438.         ";
  439.             }
  440.             $_parent $context['_parent'];
  441.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  442.             $context array_intersect_key($context$_parent) + $_parent;
  443.             // line 27
  444.             yield "    ";
  445.         }
  446.         
  447.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  448.         
  449.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  450.         return; yield '';
  451.     }
  452.     // line 32
  453.     public function block_form_widget_simple($context, array $blocks = [])
  454.     {
  455.         $macros $this->macros;
  456.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  457.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_simple"));
  458.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  459.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_simple"));
  460.         // line 33
  461.         if (( !array_key_exists("type"$context) || !CoreExtension::inFilter((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'33$this->source); })()), ["file""hidden"]))) {
  462.             // line 34
  463.             $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'34$this->source); })()), ["class" => Twig\Extension\CoreExtension::trimFilter(((CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "class", [], "any"truetruefalse34)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "class", [], "any"falsefalsefalse34), "")) : ("")))]);
  464.         }
  465.         // line 36
  466.         if ((array_key_exists("type"$context) && (((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'36$this->source); })()) == "range") || ((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'36$this->source); })()) == "color")))) {
  467.             // line 37
  468.             yield "        ";
  469.             // line 38
  470.             $context["required"] = false;
  471.         }
  472.         // line 40
  473.         yield from $this->yieldParentBlock("form_widget_simple"$context$blocks);
  474.         
  475.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  476.         
  477.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  478.         return; yield '';
  479.     }
  480.     // line 43
  481.     public function block_datetime_widget($context, array $blocks = [])
  482.     {
  483.         $macros $this->macros;
  484.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  485.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""datetime_widget"));
  486.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  487.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""datetime_widget"));
  488.         // line 44
  489.         yield "    ";
  490.         $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'44$this->source); })()), ["class" => Twig\Extension\CoreExtension::trimFilter((((CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "class", [], "any"truetruefalse44)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "class", [], "any"falsefalsefalse44), "")) : ("")) . " form-inline"))]);
  491.         // line 45
  492.         yield "    <div class=\"datetime-widget datetime-widget-datetime\">";
  493.         // line 46
  494.         yield from $this->yieldParentBlock("datetime_widget"$context$blocks);
  495.         // line 47
  496.         yield "</div>
  497. ";
  498.         
  499.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  500.         
  501.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  502.         return; yield '';
  503.     }
  504.     // line 50
  505.     public function block_date_widget($context, array $blocks = [])
  506.     {
  507.         $macros $this->macros;
  508.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  509.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""date_widget"));
  510.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  511.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""date_widget"));
  512.         // line 51
  513.         yield "<div class=\"datetime-widget datetime-widget-date\">";
  514.         // line 52
  515.         yield from $this->yieldParentBlock("date_widget"$context$blocks);
  516.         // line 53
  517.         yield "</div>";
  518.         
  519.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  520.         
  521.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  522.         return; yield '';
  523.     }
  524.     // line 56
  525.     public function block_time_widget($context, array $blocks = [])
  526.     {
  527.         $macros $this->macros;
  528.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  529.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""time_widget"));
  530.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  531.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""time_widget"));
  532.         // line 57
  533.         yield "<div class=\"datetime-widget datetime-widget-time\">";
  534.         // line 58
  535.         yield from $this->yieldParentBlock("time_widget"$context$blocks);
  536.         // line 59
  537.         yield "</div>";
  538.         
  539.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  540.         
  541.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  542.         return; yield '';
  543.     }
  544.     // line 62
  545.     public function block_file_widget($context, array $blocks = [])
  546.     {
  547.         $macros $this->macros;
  548.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  549.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""file_widget"));
  550.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  551.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""file_widget"));
  552.         // line 63
  553.         if (((array_key_exists("vich"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["vich"]) || array_key_exists("vich"$context) ? $context["vich"] : (function () { throw new RuntimeError('Variable "vich" does not exist.'63$this->source); })()), false)) : (false))) {
  554.             // line 64
  555.             $context["type"] = ((array_key_exists("type"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'64$this->source); })()), "file")) : ("file"));
  556.             // line 65
  557.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  558.         } else {
  559.             // line 67
  560.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  561.         }
  562.         
  563.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  564.         
  565.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  566.         return; yield '';
  567.     }
  568.     // line 73
  569.     public function block_form_row($context, array $blocks = [])
  570.     {
  571.         $macros $this->macros;
  572.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  573.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_row"));
  574.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  575.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_row"));
  576.         // line 74
  577.         yield "    ";
  578.         $context["row_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["row_attr"]) || array_key_exists("row_attr"$context) ? $context["row_attr"] : (function () { throw new RuntimeError('Variable "row_attr" does not exist.'74$this->source); })()), ["class" => (((CoreExtension::getAttribute($this->env$this->source,         // line 75
  579. ($context["row_attr"] ?? null), "class", [], "any"truetruefalse75)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["row_attr"] ?? null), "class", [], "any"falsefalsefalse75), "")) : ("")) . " form-group")]);
  580.         // line 77
  581.         yield "    ";
  582.         $context["field"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'77$this->source); })()), "vars", [], "any"falsefalsefalse77), "ea_vars", [], "any"falsefalsefalse77), "field", [], "any"falsefalsefalse77);
  583.         // line 78
  584.         yield "
  585.     <div class=\"";
  586.         // line 79
  587.         yield Twig\Extension\EscaperExtension::escape($this->env, (((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "columns", [], "any"truetruefalse79) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "columns", [], "any"falsefalsefalse79)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "columns", [], "any"falsefalsefalse79)) : ((((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "defaultColumns", [], "any"truetruefalse79) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "defaultColumns", [], "any"falsefalsefalse79)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "defaultColumns", [], "any"falsefalsefalse79)) : ("")))), "html"nulltrue);
  588.         yield "\">
  589.         <div ";
  590.         // line 80
  591.         $__internal_compile_0 $context;
  592.         $__internal_compile_1 = ["attr" => (isset($context["row_attr"]) || array_key_exists("row_attr"$context) ? $context["row_attr"] : (function () { throw new RuntimeError('Variable "row_attr" does not exist.'80$this->source); })())];
  593.         if (!is_iterable($__internal_compile_1)) {
  594.             throw new RuntimeError('Variables passed to the "with" tag must be a hash.'80$this->getSourceContext());
  595.         }
  596.         $__internal_compile_1 CoreExtension::toArray($__internal_compile_1);
  597.         $context $this->env->mergeGlobals(array_merge($context$__internal_compile_1));
  598.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  599.         $context $__internal_compile_0;
  600.         yield ">";
  601.         // line 81
  602.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'81$this->source); })()), 'label');
  603.         // line 82
  604.         yield "<div class=\"form-widget\">
  605.                 ";
  606.         // line 83
  607.         $context["has_prepend_html"] =  !(null === ((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "prepend_html", [], "any"truetruefalse83)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "prepend_html", [], "any"falsefalsefalse83), null)) : (null)));
  608.         // line 84
  609.         yield "                ";
  610.         $context["has_append_html"] =  !(null === ((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "append_html", [], "any"truetruefalse84)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "append_html", [], "any"falsefalsefalse84), null)) : (null)));
  611.         // line 85
  612.         yield "                ";
  613.         $context["has_input_groups"] = ((isset($context["has_prepend_html"]) || array_key_exists("has_prepend_html"$context) ? $context["has_prepend_html"] : (function () { throw new RuntimeError('Variable "has_prepend_html" does not exist.'85$this->source); })()) || (isset($context["has_append_html"]) || array_key_exists("has_append_html"$context) ? $context["has_append_html"] : (function () { throw new RuntimeError('Variable "has_append_html" does not exist.'85$this->source); })()));
  614.         // line 86
  615.         yield "
  616.                 ";
  617.         // line 87
  618.         if ((isset($context["has_input_groups"]) || array_key_exists("has_input_groups"$context) ? $context["has_input_groups"] : (function () { throw new RuntimeError('Variable "has_input_groups" does not exist.'87$this->source); })())) {
  619.             yield "<div class=\"input-group\">";
  620.         }
  621.         // line 88
  622.         yield "                    ";
  623.         if ((isset($context["has_prepend_html"]) || array_key_exists("has_prepend_html"$context) ? $context["has_prepend_html"] : (function () { throw new RuntimeError('Variable "has_prepend_html" does not exist.'88$this->source); })())) {
  624.             // line 89
  625.             yield "                        <div class=\"input-group-prepend\">
  626.                             <span class=\"input-group-text\">";
  627.             // line 90
  628.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'90$this->source); })()), "prepend_html", [], "any"falsefalsefalse90);
  629.             yield "</span>
  630.                         </div>
  631.                     ";
  632.         }
  633.         // line 93
  634.         yield "
  635.                     ";
  636.         // line 94
  637.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'94$this->source); })()), 'widget');
  638.         yield "
  639.                     ";
  640.         // line 96
  641.         if ((isset($context["has_append_html"]) || array_key_exists("has_append_html"$context) ? $context["has_append_html"] : (function () { throw new RuntimeError('Variable "has_append_html" does not exist.'96$this->source); })())) {
  642.             // line 97
  643.             yield "                        <span class=\"input-group-text\">";
  644.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'97$this->source); })()), "append_html", [], "any"falsefalsefalse97);
  645.             yield "</span>
  646.                     ";
  647.         }
  648.         // line 99
  649.         yield "                ";
  650.         if ((isset($context["has_input_groups"]) || array_key_exists("has_input_groups"$context) ? $context["has_input_groups"] : (function () { throw new RuntimeError('Variable "has_input_groups" does not exist.'99$this->source); })())) {
  651.             yield "</div>";
  652.         }
  653.         // line 100
  654.         yield "
  655.                 ";
  656.         // line 101
  657.         if ((((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "help", [], "any"truetruefalse101) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "help", [], "any"falsefalsefalse101)))) ? (CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "help", [], "any"falsefalsefalse101)) : (false))) {
  658.             // line 102
  659.             yield "                    <small class=\"form-text form-help\">";
  660.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'102$this->source); })()), "help", [], "any"falsefalsefalse102), (isset($context["label_translation_parameters"]) || array_key_exists("label_translation_parameters"$context) ? $context["label_translation_parameters"] : (function () { throw new RuntimeError('Variable "label_translation_parameters" does not exist.'102$this->source); })()), (isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'102$this->source); })()));
  661.             yield "</small>
  662.                 ";
  663.         } elseif ((((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 103
  664. ($context["form"] ?? null), "vars", [], "any"falsetruefalse103), "help", [], "any"truetruefalse103) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse103), "help", [], "any"falsefalsefalse103)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse103), "help", [], "any"falsefalsefalse103)) : (false))) {
  665.             // line 104
  666.             yield "                    <small class=\"form-text form-help\">";
  667.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "vars", [], "any"falsefalsefalse104), "help", [], "any"falsefalsefalse104), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "vars", [], "any"falsefalsefalse104), "help_translation_parameters", [], "any"falsefalsefalse104), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "vars", [], "any"falsefalsefalse104), "translation_domain", [], "any"falsefalsefalse104));
  668.             yield "</small>
  669.                 ";
  670.         }
  671.         // line 107
  672.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'107$this->source); })()), 'errors');
  673.         // line 108
  674.         yield "</div>
  675.         </div>
  676.     </div>
  677.     ";
  678.         // line 113
  679.         yield "    ";
  680.         if ((null === ((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "columns", [], "any"truetruefalse113)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "columns", [], "any"falsefalsefalse113), null)) : (null)))) {
  681.             // line 114
  682.             yield "        <div class=\"flex-fill\"></div>
  683.     ";
  684.         }
  685.         
  686.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  687.         
  688.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  689.         return; yield '';
  690.     }
  691.     // line 118
  692.     public function block_choice_widget_collapsed($context, array $blocks = [])
  693.     {
  694.         $macros $this->macros;
  695.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  696.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_collapsed"));
  697.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  698.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_collapsed"));
  699.         // line 119
  700.         yield "    ";
  701.         if (("ea-autocomplete" == ((CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "data-ea-widget", [], "array"truetruefalse119)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "data-ea-widget", [], "array"falsefalsefalse119), false)) : (false)))) {
  702.             // line 120
  703.             yield "        ";
  704.             $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'120$this->source); })()), ["data-ea-i18n-no-results-found" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("autocomplete.no-results-found", [], "EasyAdminBundle"), "data-ea-i18n-no-more-results" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("autocomplete.no-more-results", [], "EasyAdminBundle"), "data-ea-i18n-loading-more-results" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("autocomplete.loading-more-results", [], "EasyAdminBundle")]);
  705.             // line 125
  706.             yield "    ";
  707.         }
  708.         // line 126
  709.         yield "
  710.     ";
  711.         // line 127
  712.         yield from $this->yieldParentBlock("choice_widget_collapsed"$context$blocks);
  713.         yield "
  714. ";
  715.         
  716.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  717.         
  718.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  719.         return; yield '';
  720.     }
  721.     // line 130
  722.     public function block_collection_row($context, array $blocks = [])
  723.     {
  724.         $macros $this->macros;
  725.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  726.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_row"));
  727.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  728.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_row"));
  729.         // line 131
  730.         yield "    ";
  731.         if ((array_key_exists("prototype"$context) &&  !CoreExtension::getAttribute($this->env$this->source, (isset($context["prototype"]) || array_key_exists("prototype"$context) ? $context["prototype"] : (function () { throw new RuntimeError('Variable "prototype" does not exist.'131$this->source); })()), "rendered", [], "any"falsefalsefalse131))) {
  732.             // line 132
  733.             yield "        ";
  734.             $context["row_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["row_attr"]) || array_key_exists("row_attr"$context) ? $context["row_attr"] : (function () { throw new RuntimeError('Variable "row_attr" does not exist.'132$this->source); })()), ["data-prototype" => $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["prototype"]) || array_key_exists("prototype"$context) ? $context["prototype"] : (function () { throw new RuntimeError('Variable "prototype" does not exist.'132$this->source); })()), 'row')]);
  735.             // line 133
  736.             yield "    ";
  737.         }
  738.         // line 134
  739.         yield "
  740.     ";
  741.         // line 135
  742.         $context["row_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["row_attr"]) || array_key_exists("row_attr"$context) ? $context["row_attr"] : (function () { throw new RuntimeError('Variable "row_attr" does not exist.'135$this->source); })()), ["data-ea-collection-field" => "true""data-entry-is-complex" => (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 137
  743. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'137$this->source); })()), "vars", [], "any"falsefalsefalse137), "ea_vars", [], "any"falsefalsefalse137), "field", [], "any"falsefalsefalse137) && CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'137$this->source); })()), "vars", [], "any"falsefalsefalse137), "ea_vars", [], "any"falsefalsefalse137), "field", [], "any"falsefalsefalse137), "customOptions", [], "any"falsefalsefalse137), "get", ["entryIsComplex"], "method"falsefalsefalse137))) ? ("true") : ("false")), "data-allow-add" => ((        // line 138
  744. (isset($context["allow_add"]) || array_key_exists("allow_add"$context) ? $context["allow_add"] : (function () { throw new RuntimeError('Variable "allow_add" does not exist.'138$this->source); })())) ? ("true") : ("false")), "data-allow-delete" => ((        // line 139
  745. (isset($context["allow_delete"]) || array_key_exists("allow_delete"$context) ? $context["allow_delete"] : (function () { throw new RuntimeError('Variable "allow_delete" does not exist.'139$this->source); })())) ? ("true") : ("false")), "data-num-items" => ((Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source,         // line 140
  746. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'140$this->source); })()), "children", [], "any"falsefalsefalse140))) ? (0) : ((max(Twig\Extension\CoreExtension::getArrayKeysFilter(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'140$this->source); })()), "children", [], "any"falsefalsefalse140))) + 1))), "data-form-type-name-placeholder" => ((        // line 141
  747. array_key_exists("prototype"$context)) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["prototype"]) || array_key_exists("prototype"$context) ? $context["prototype"] : (function () { throw new RuntimeError('Variable "prototype" does not exist.'141$this->source); })()), "vars", [], "any"falsefalsefalse141), "name", [], "any"falsefalsefalse141)) : (""))]);
  748.         // line 143
  749.         yield "
  750.     ";
  751.         // line 144
  752.         yield from         $this->unwrap()->yieldBlock("form_row"$context$blocks);
  753.         yield "
  754. ";
  755.         
  756.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  757.         
  758.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  759.         return; yield '';
  760.     }
  761.     // line 147
  762.     public function block_collection_widget($context, array $blocks = [])
  763.     {
  764.         $macros $this->macros;
  765.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  766.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_widget"));
  767.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  768.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_widget"));
  769.         // line 148
  770.         yield "    ";
  771.         // line 150
  772.         yield "    ";
  773.         $context["isEmptyCollection"] = ((null === (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'150$this->source); })())) || (is_iterable((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'150$this->source); })())) && Twig\Extension\CoreExtension::testEmpty((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'150$this->source); })()))));
  774.         // line 151
  775.         yield "    ";
  776.         $context["is_array_field"] = ("EasyCorp\\Bundle\\EasyAdminBundle\\Field\\ArrayField" == (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse151), "ea_vars", [], "any"falsetruefalse151), "field", [], "any"falsetruefalse151), "fieldFqcn", [], "any"truetruefalse151) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse151), "ea_vars", [], "any"falsetruefalse151), "field", [], "any"falsetruefalse151), "fieldFqcn", [], "any"falsefalsefalse151)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse151), "ea_vars", [], "any"falsetruefalse151), "field", [], "any"falsetruefalse151), "fieldFqcn", [], "any"falsefalsefalse151)) : (false)));
  777.         // line 152
  778.         yield "
  779.     <div class=\"ea-form-collection-items\">
  780.         ";
  781.         // line 154
  782.         if ((isset($context["isEmptyCollection"]) || array_key_exists("isEmptyCollection"$context) ? $context["isEmptyCollection"] : (function () { throw new RuntimeError('Variable "isEmptyCollection" does not exist.'154$this->source); })())) {
  783.             // line 155
  784.             yield "            ";
  785.             yield from             $this->unwrap()->yieldBlock("empty_collection"$context$blocks);
  786.             yield "
  787.         ";
  788.         } elseif (        // line 156
  789. (isset($context["is_array_field"]) || array_key_exists("is_array_field"$context) ? $context["is_array_field"] : (function () { throw new RuntimeError('Variable "is_array_field" does not exist.'156$this->source); })())) {
  790.             // line 157
  791.             yield "            ";
  792.             yield from             $this->unwrap()->yieldBlock("form_widget"$context$blocks);
  793.             yield "
  794.         ";
  795.         } else {
  796.             // line 159
  797.             yield "            <div class=\"accordion\">
  798.                 ";
  799.             // line 160
  800.             yield from             $this->unwrap()->yieldBlock("form_widget"$context$blocks);
  801.             yield "
  802.             </div>
  803.         ";
  804.         }
  805.         // line 163
  806.         yield "    </div>
  807.     ";
  808.         // line 165
  809.         if (((isset($context["isEmptyCollection"]) || array_key_exists("isEmptyCollection"$context) ? $context["isEmptyCollection"] : (function () { throw new RuntimeError('Variable "isEmptyCollection" does not exist.'165$this->source); })()) || CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse165), "prototype", [], "any"truetruefalse165))) {
  810.             // line 166
  811.             yield "        ";
  812.             $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'166$this->source); })()), ["data-empty-collection" =>             $this->unwrap()->renderBlock("empty_collection"$context$blocks)]);
  813.             // line 167
  814.             yield "    ";
  815.         }
  816.         // line 168
  817.         yield "
  818.     ";
  819.         // line 169
  820.         if ((((array_key_exists("allow_add"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["allow_add"]) || array_key_exists("allow_add"$context) ? $context["allow_add"] : (function () { throw new RuntimeError('Variable "allow_add" does not exist.'169$this->source); })()), false)) : (false)) &&  !(isset($context["disabled"]) || array_key_exists("disabled"$context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.'169$this->source); })()))) {
  821.             // line 170
  822.             yield "        <button type=\"button\" class=\"btn btn-link field-collection-add-button\">
  823.             <i class=\"fa fa-plus pr-1\"></i>
  824.             ";
  825.             // line 172
  826.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("action.add_new_item", [], "EasyAdminBundle"), "html"nulltrue);
  827.             yield "
  828.         </button>
  829.     ";
  830.         }
  831.         
  832.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  833.         
  834.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  835.         return; yield '';
  836.     }
  837.     // line 177
  838.     public function block_collection_entry_row($context, array $blocks = [])
  839.     {
  840.         $macros $this->macros;
  841.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  842.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_entry_row"));
  843.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  844.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_entry_row"));
  845.         // line 178
  846.         yield "    ";
  847.         $context["is_array_field"] = ("EasyCorp\\Bundle\\EasyAdminBundle\\Field\\ArrayField" == (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'178$this->source); })())), "vars", [], "any"falsetruefalse178), "ea_vars", [], "any"falsetruefalse178), "field", [], "any"falsetruefalse178), "fieldFqcn", [], "any"truetruefalse178) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'178$this->source); })())), "vars", [], "any"falsetruefalse178), "ea_vars", [], "any"falsetruefalse178), "field", [], "any"falsetruefalse178), "fieldFqcn", [], "any"falsefalsefalse178)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'178$this->source); })())), "vars", [], "any"falsetruefalse178), "ea_vars", [], "any"falsetruefalse178), "field", [], "any"falsetruefalse178), "fieldFqcn", [], "any"falsefalsefalse178)) : (false)));
  848.         // line 179
  849.         yield "    ";
  850.         $context["is_complex"] = (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })())), "vars", [], "any"falsetruefalse179), "ea_vars", [], "any"falsetruefalse179), "field", [], "any"falsetruefalse179), "customOptions", [], "any"falsetruefalse179), "get", ["entryIsComplex"], "method"truetruefalse179) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })())), "vars", [], "any"falsetruefalse179), "ea_vars", [], "any"falsetruefalse179), "field", [], "any"falsetruefalse179), "customOptions", [], "any"falsetruefalse179), "get", ["entryIsComplex"], "method"falsefalsefalse179)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })())), "vars", [], "any"falsetruefalse179), "ea_vars", [], "any"falsetruefalse179), "field", [], "any"falsetruefalse179), "customOptions", [], "any"falsetruefalse179), "get", ["entryIsComplex"], "method"falsefalsefalse179)) : (false));
  851.         // line 180
  852.         yield "    ";
  853.         $context["allows_deleting_items"] = ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })())), "vars", [], "any"falsetruefalse180), "allow_delete", [], "any"truetruefalse180)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })())), "vars", [], "any"falsetruefalse180), "allow_delete", [], "any"falsefalsefalse180), false)) : (false));
  854.         // line 181
  855.         yield "    ";
  856.         $context["render_expanded"] = (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'181$this->source); })())), "vars", [], "any"falsetruefalse181), "ea_vars", [], "any"falsetruefalse181), "field", [], "any"falsetruefalse181), "customOptions", [], "any"falsetruefalse181), "get", ["renderExpanded"], "method"truetruefalse181) &&  !(null === CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'181$this->source); })())), "vars", [], "any"falsetruefalse181), "ea_vars", [], "any"falsetruefalse181), "field", [], "any"falsetruefalse181), "customOptions", [], "any"falsetruefalse181), "get", ["renderExpanded"], "method"falsefalsefalse181)))) ? (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'181$this->source); })())), "vars", [], "any"falsetruefalse181), "ea_vars", [], "any"falsetruefalse181), "field", [], "any"falsetruefalse181), "customOptions", [], "any"falsetruefalse181), "get", ["renderExpanded"], "method"falsefalsefalse181)) : (false));
  857.         // line 182
  858.         yield "    ";
  859.         $context["delete_item_button"] = ('' === $tmp \Twig\Extension\CoreExtension::captureOutput((function () use (&$context$macros$blocks) {
  860.             // line 183
  861.             yield "        <button type=\"button\" class=\"btn btn-link btn-link-danger field-collection-delete-button\"
  862.                 title=\"";
  863.             // line 184
  864.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("action.remove_item", [], "EasyAdminBundle"), "html"nulltrue);
  865.             yield "\">
  866.             <i class=\"far fa-trash-alt\"></i>
  867.         </button>
  868.     ";
  869.         })() ?? new \EmptyIterator())) ? '' : new Markup($tmp$this->env->getCharset());
  870.         // line 188
  871.         yield "
  872.     <div class=\"field-collection-item ";
  873.         // line 189
  874.         yield (((isset($context["is_complex"]) || array_key_exists("is_complex"$context) ? $context["is_complex"] : (function () { throw new RuntimeError('Variable "is_complex" does not exist.'189$this->source); })())) ? ("field-collection-item-complex") : (""));
  875.         yield " ";
  876.         yield (( !CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'189$this->source); })()), "vars", [], "any"falsefalsefalse189), "valid", [], "any"falsefalsefalse189)) ? ("is-invalid") : (""));
  877.         yield "\">
  878.         ";
  879.         // line 190
  880.         if (((array_key_exists("is_array_field"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["is_array_field"]) || array_key_exists("is_array_field"$context) ? $context["is_array_field"] : (function () { throw new RuntimeError('Variable "is_array_field" does not exist.'190$this->source); })()), false)) : (false))) {
  881.             // line 191
  882.             yield "            ";
  883.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'191$this->source); })()), 'label');
  884.             yield "
  885.             ";
  886.             // line 192
  887.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'192$this->source); })()), 'widget');
  888.             yield "
  889.             ";
  890.             // line 193
  891.             if (((isset($context["allows_deleting_items"]) || array_key_exists("allows_deleting_items"$context) ? $context["allows_deleting_items"] : (function () { throw new RuntimeError('Variable "allows_deleting_items" does not exist.'193$this->source); })()) &&  !(isset($context["disabled"]) || array_key_exists("disabled"$context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.'193$this->source); })()))) {
  892.                 // line 194
  893.                 yield "                ";
  894.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["delete_item_button"]) || array_key_exists("delete_item_button"$context) ? $context["delete_item_button"] : (function () { throw new RuntimeError('Variable "delete_item_button" does not exist.'194$this->source); })()), "html"nulltrue);
  895.                 yield "
  896.             ";
  897.             }
  898.             // line 196
  899.             yield "        ";
  900.         } else {
  901.             // line 197
  902.             yield "            <div class=\"accordion-item\">
  903.                 <h2 class=\"accordion-header\">
  904.                     <button class=\"accordion-button ";
  905.             // line 199
  906.             yield (((isset($context["render_expanded"]) || array_key_exists("render_expanded"$context) ? $context["render_expanded"] : (function () { throw new RuntimeError('Variable "render_expanded" does not exist.'199$this->source); })())) ? ("") : ("collapsed"));
  907.             yield "\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#";
  908.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'199$this->source); })()), "html"nulltrue);
  909.             yield "-contents\">
  910.                         <i class=\"fas fw fa-chevron-right form-collection-item-collapse-marker\"></i>
  911.                         ";
  912.             // line 201
  913.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->representAsString((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'201$this->source); })())), "html"nulltrue);
  914.             yield "
  915.                     </button>
  916.                     ";
  917.             // line 204
  918.             if (((isset($context["allows_deleting_items"]) || array_key_exists("allows_deleting_items"$context) ? $context["allows_deleting_items"] : (function () { throw new RuntimeError('Variable "allows_deleting_items" does not exist.'204$this->source); })()) &&  !(isset($context["disabled"]) || array_key_exists("disabled"$context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.'204$this->source); })()))) {
  919.                 // line 205
  920.                 yield "                        ";
  921.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["delete_item_button"]) || array_key_exists("delete_item_button"$context) ? $context["delete_item_button"] : (function () { throw new RuntimeError('Variable "delete_item_button" does not exist.'205$this->source); })()), "html"nulltrue);
  922.                 yield "
  923.                     ";
  924.             }
  925.             // line 207
  926.             yield "                </h2>
  927.                 <div id=\"";
  928.             // line 208
  929.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'208$this->source); })()), "html"nulltrue);
  930.             yield "-contents\" class=\"accordion-collapse collapse ";
  931.             yield (((isset($context["render_expanded"]) || array_key_exists("render_expanded"$context) ? $context["render_expanded"] : (function () { throw new RuntimeError('Variable "render_expanded" does not exist.'208$this->source); })())) ? ("show") : (""));
  932.             yield "\">
  933.                     <div class=\"accordion-body\">
  934.                         <div class=\"row\">
  935.                             ";
  936.             // line 211
  937.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'211$this->source); })()), 'widget');
  938.             yield "
  939.                         </div>
  940.                     </div>
  941.                 </div>
  942.             </div>
  943.         ";
  944.         }
  945.         // line 217
  946.         yield "    </div>
  947. ";
  948.         
  949.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  950.         
  951.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  952.         return; yield '';
  953.     }
  954.     // line 220
  955.     public function block_form_widget_compound($context, array $blocks = [])
  956.     {
  957.         $macros $this->macros;
  958.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  959.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_compound"));
  960.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  961.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_compound"));
  962.         // line 221
  963.         yield "    <div class=\"form-widget-compound\">
  964.         ";
  965.         // line 222
  966.         if (CoreExtension::inFilter("collection", (isset($context["block_prefixes"]) || array_key_exists("block_prefixes"$context) ? $context["block_prefixes"] : (function () { throw new RuntimeError('Variable "block_prefixes" does not exist.'222$this->source); })()))) {
  967.             // line 223
  968.             yield "            ";
  969.             // line 225
  970.             yield "            ";
  971.             $context["isEmptyCollection"] = ((null === (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'225$this->source); })())) || (is_iterable((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'225$this->source); })())) && Twig\Extension\CoreExtension::testEmpty((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'225$this->source); })()))));
  972.             // line 226
  973.             yield "            ";
  974.             if ((isset($context["isEmptyCollection"]) || array_key_exists("isEmptyCollection"$context) ? $context["isEmptyCollection"] : (function () { throw new RuntimeError('Variable "isEmptyCollection" does not exist.'226$this->source); })())) {
  975.                 // line 227
  976.                 yield "                ";
  977.                 yield from                 $this->unwrap()->yieldBlock("empty_collection"$context$blocks);
  978.                 yield "
  979.             ";
  980.             }
  981.             // line 229
  982.             yield "            ";
  983.             if (((isset($context["isEmptyCollection"]) || array_key_exists("isEmptyCollection"$context) ? $context["isEmptyCollection"] : (function () { throw new RuntimeError('Variable "isEmptyCollection" does not exist.'229$this->source); })()) || CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse229), "prototype", [], "any"truetruefalse229))) {
  984.                 // line 230
  985.                 yield "                ";
  986.                 $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'230$this->source); })()), ["data-empty-collection" =>                 $this->unwrap()->renderBlock("empty_collection"$context$blocks)]);
  987.                 // line 231
  988.                 yield "            ";
  989.             }
  990.             // line 232
  991.             yield "        ";
  992.         }
  993.         // line 233
  994.         yield "
  995.         ";
  996.         // line 234
  997.         yield from $this->yieldParentBlock("form_widget_compound"$context$blocks);
  998.         yield "
  999.     </div>
  1000. ";
  1001.         
  1002.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1003.         
  1004.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1005.         return; yield '';
  1006.     }
  1007.     // line 238
  1008.     public function block_button_row($context, array $blocks = [])
  1009.     {
  1010.         $macros $this->macros;
  1011.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1012.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_row"));
  1013.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1014.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_row"));
  1015.         // line 239
  1016.         yield "<div class=\"form-group field-";
  1017.         yield Twig\Extension\EscaperExtension::escape($this->envTwig\Extension\CoreExtension::first($this->envTwig\Extension\CoreExtension::slice($this->env, (isset($context["block_prefixes"]) || array_key_exists("block_prefixes"$context) ? $context["block_prefixes"] : (function () { throw new RuntimeError('Variable "block_prefixes" does not exist.'239$this->source); })()),  -2)), "html"nulltrue);
  1018.         yield " ";
  1019.         yield Twig\Extension\EscaperExtension::escape($this->env, ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["ea"] ?? null), "field", [], "any"falsetruefalse239), "css_class", [], "any"truetruefalse239)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["ea"] ?? null), "field", [], "any"falsetruefalse239), "css_class", [], "any"falsefalsefalse239), "")) : ("")), "html"nulltrue);
  1020.         yield "\">";
  1021.         // line 240
  1022.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'240$this->source); })()), 'widget');
  1023.         // line 241
  1024.         yield "</div>";
  1025.         
  1026.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1027.         
  1028.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1029.         return; yield '';
  1030.     }
  1031.     // line 246
  1032.     public function block_form_label($context, array $blocks = [])
  1033.     {
  1034.         $macros $this->macros;
  1035.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1036.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_label"));
  1037.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1038.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_label"));
  1039.         // line 247
  1040.         if (((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'247$this->source); })()) === false)) {
  1041.         } else {
  1042.             // line 251
  1043.             if ((array_key_exists("compound"$context) && (isset($context["compound"]) || array_key_exists("compound"$context) ? $context["compound"] : (function () { throw new RuntimeError('Variable "compound" does not exist.'251$this->source); })()))) {
  1044.                 // line 252
  1045.                 $context["element"] = "legend";
  1046.                 // line 253
  1047.                 $context["label_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["label_attr"]) || array_key_exists("label_attr"$context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.'253$this->source); })()), ["class" => Twig\Extension\CoreExtension::trimFilter((((CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"truetruefalse253)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"falsefalsefalse253), "")) : ("")) . " col-form-label"))]);
  1048.             } else {
  1049.                 // line 255
  1050.                 $context["label_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["label_attr"]) || array_key_exists("label_attr"$context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.'255$this->source); })()), ["for" => (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'255$this->source); })()), "class" => Twig\Extension\CoreExtension::trimFilter((((CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"truetruefalse255)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"falsefalsefalse255), "")) : ("")) . " form-control-label"))]);
  1051.             }
  1052.             // line 257
  1053.             if ((isset($context["required"]) || array_key_exists("required"$context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.'257$this->source); })())) {
  1054.                 // line 258
  1055.                 $context["label_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["label_attr"]) || array_key_exists("label_attr"$context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.'258$this->source); })()), ["class" => Twig\Extension\CoreExtension::trimFilter((((CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"truetruefalse258)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"falsefalsefalse258), "")) : ("")) . " required"))]);
  1056.             }
  1057.             // line 260
  1058.             if (((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'260$this->source); })()) === "")) {
  1059.             } elseif ((null ===             // line 263
  1060. (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'263$this->source); })()))) {
  1061.                 // line 264
  1062.                 if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["label_format"]) || array_key_exists("label_format"$context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.'264$this->source); })()))) {
  1063.                     // line 265
  1064.                     $context["label"] = Twig\Extension\CoreExtension::replaceFilter((isset($context["label_format"]) || array_key_exists("label_format"$context) ? $context["label_format"] : (function () { throw new RuntimeError('Variable "label_format" does not exist.'265$this->source); })()), ["%name%" =>                     // line 266
  1065. (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'266$this->source); })()), "%id%" =>                     // line 267
  1066. (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'267$this->source); })())]);
  1067.                 } else {
  1068.                     // line 270
  1069.                     $context["label"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize((isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'270$this->source); })()));
  1070.                 }
  1071.             }
  1072.             // line 273
  1073.             yield "<";
  1074.             yield Twig\Extension\EscaperExtension::escape($this->env, ((array_key_exists("element"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["element"]) || array_key_exists("element"$context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.'273$this->source); })()), "label")) : ("label")), "html"nulltrue);
  1075.             if ((isset($context["label_attr"]) || array_key_exists("label_attr"$context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.'273$this->source); })())) {
  1076.                 $__internal_compile_2 $context;
  1077.                 $__internal_compile_3 = ["attr" => (isset($context["label_attr"]) || array_key_exists("label_attr"$context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.'273$this->source); })())];
  1078.                 if (!is_iterable($__internal_compile_3)) {
  1079.                     throw new RuntimeError('Variables passed to the "with" tag must be a hash.'273$this->getSourceContext());
  1080.                 }
  1081.                 $__internal_compile_3 CoreExtension::toArray($__internal_compile_3);
  1082.                 $context $this->env->mergeGlobals(array_merge($context$__internal_compile_3));
  1083.                 yield from                 $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1084.                 $context $__internal_compile_2;
  1085.             }
  1086.             yield ">";
  1087.             // line 274
  1088.             if (((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'274$this->source); })()) === false)) {
  1089.                 // line 275
  1090.                 if ((((array_key_exists("label_html"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["label_html"]) || array_key_exists("label_html"$context) ? $context["label_html"] : (function () { throw new RuntimeError('Variable "label_html" does not exist.'275$this->source); })()), false)) : (false)) === false)) {
  1091.                     // line 276
  1092.                     yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'276$this->source); })()), "html"nulltrue);
  1093.                 } else {
  1094.                     // line 278
  1095.                     yield (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'278$this->source); })());
  1096.                 }
  1097.             } else {
  1098.                 // line 281
  1099.                 if ((((array_key_exists("label_html"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["label_html"]) || array_key_exists("label_html"$context) ? $context["label_html"] : (function () { throw new RuntimeError('Variable "label_html" does not exist.'281$this->source); })()), false)) : (false)) === false)) {
  1100.                     // line 282
  1101.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'282$this->source); })()), (isset($context["label_translation_parameters"]) || array_key_exists("label_translation_parameters"$context) ? $context["label_translation_parameters"] : (function () { throw new RuntimeError('Variable "label_translation_parameters" does not exist.'282$this->source); })()), (isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'282$this->source); })())), "html"nulltrue);
  1102.                 } else {
  1103.                     // line 284
  1104.                     yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'284$this->source); })()), (isset($context["label_translation_parameters"]) || array_key_exists("label_translation_parameters"$context) ? $context["label_translation_parameters"] : (function () { throw new RuntimeError('Variable "label_translation_parameters" does not exist.'284$this->source); })()), (isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'284$this->source); })()));
  1105.                 }
  1106.             }
  1107.             // line 287
  1108.             yield "</";
  1109.             yield Twig\Extension\EscaperExtension::escape($this->env, ((array_key_exists("element"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["element"]) || array_key_exists("element"$context) ? $context["element"] : (function () { throw new RuntimeError('Variable "element" does not exist.'287$this->source); })()), "label")) : ("label")), "html"nulltrue);
  1110.             yield ">";
  1111.         }
  1112.         
  1113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1114.         
  1115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1116.         return; yield '';
  1117.     }
  1118.     // line 293
  1119.     public function block_empty_collection($context, array $blocks = [])
  1120.     {
  1121.         $macros $this->macros;
  1122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""empty_collection"));
  1124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""empty_collection"));
  1126.         // line 294
  1127.         yield "    <div class=\"empty collection-empty\">
  1128.         ";
  1129.         // line 295
  1130.         yield Twig\Extension\CoreExtension::include($this->env$contextCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'295$this->source); })()), "templatePath", ["label/empty"], "method"falsefalsefalse295));
  1131.         yield "
  1132.     </div>
  1133. ";
  1134.         
  1135.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1136.         
  1137.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1138.         return; yield '';
  1139.     }
  1140.     // line 299
  1141.     public function block_vich_file_row($context, array $blocks = [])
  1142.     {
  1143.         $macros $this->macros;
  1144.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1145.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_file_row"));
  1146.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_file_row"));
  1148.         // line 300
  1149.         yield "    ";
  1150.         $context["force_error"] = true;
  1151.         // line 301
  1152.         yield "    ";
  1153.         yield from         $this->unwrap()->yieldBlock("form_row"$context$blocks);
  1154.         yield "
  1155. ";
  1156.         
  1157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1158.         
  1159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1160.         return; yield '';
  1161.     }
  1162.     // line 304
  1163.     public function block_vich_file_widget($context, array $blocks = [])
  1164.     {
  1165.         $macros $this->macros;
  1166.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1167.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_file_widget"));
  1168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1169.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_file_widget"));
  1170.         // line 305
  1171.         yield "    <div class=\"ea-vich-file\">
  1172.         ";
  1173.         // line 306
  1174.         if ( !Twig\Extension\CoreExtension::testEmpty(((array_key_exists("download_uri"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'306$this->source); })()), "")) : ("")))) {
  1175.             // line 307
  1176.             yield "            ";
  1177.             $context["file_extension"] = Twig\Extension\CoreExtension::last($this->envTwig\Extension\CoreExtension::splitFilter($this->env, (isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'307$this->source); })()), "."));
  1178.             // line 308
  1179.             yield "            ";
  1180.             $context["extension_icons"] = ["gif" => "fa-file-image-o""jpg" => "fa-file-image-o""pdf" => "fa-file-pdf-o""png" => "fa-file-image-o""zip" => "fa-file-archive-o"];
  1181.             // line 315
  1182.             yield "            <a class=\"ea-vich-file-name\" href=\"";
  1183.             yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'315$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'315$this->source); })()))) : ((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'315$this->source); })()))), "html"nulltrue);
  1184.             yield "\">
  1185.                 <i class=\"fa fa-fw ";
  1186.             // line 316
  1187.             (((CoreExtension::getAttribute($this->env$this->source, ($context["extension_icons"] ?? null), (isset($context["file_extension"]) || array_key_exists("file_extension"$context) ? $context["file_extension"] : (function () { throw new RuntimeError('Variable "file_extension" does not exist.'316$this->source); })()), [], "array"truetruefalse316) &&  !(null === CoreExtension::getAttribute($this->env$this->source, ($context["extension_icons"] ?? null), (isset($context["file_extension"]) || array_key_exists("file_extension"$context) ? $context["file_extension"] : (function () { throw new RuntimeError('Variable "file_extension" does not exist.'316$this->source); })()), [], "array"falsefalsefalse316)))) ? (yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, ($context["extension_icons"] ?? null), (isset($context["file_extension"]) || array_key_exists("file_extension"$context) ? $context["file_extension"] : (function () { throw new RuntimeError('Variable "file_extension" does not exist.'316$this->source); })()), [], "array"falsefalsefalse316), "html"nulltrue)) : (yield "fa-file-o"));
  1188.             yield "\"></i>";
  1189.             // line 317
  1190.             if (((array_key_exists("download_label"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["download_label"]) || array_key_exists("download_label"$context) ? $context["download_label"] : (function () { throw new RuntimeError('Variable "download_label" does not exist.'317$this->source); })()), false)) : (false))) {
  1191.                 // line 318
  1192.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["download_label"]) || array_key_exists("download_label"$context) ? $context["download_label"] : (function () { throw new RuntimeError('Variable "download_label" does not exist.'318$this->source); })()), [], "VichUploaderBundle"), "html"nulltrue);
  1193.             } else {
  1194.                 // line 320
  1195.                 yield Twig\Extension\EscaperExtension::escape($this->env, ((Twig\Extension\CoreExtension::last($this->envTwig\Extension\CoreExtension::splitFilter($this->env, (isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'320$this->source); })()), "/"))) ?: ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("download", [], "VichUploaderBundle"))), "html"nulltrue);
  1196.             }
  1197.             // line 322
  1198.             yield "</a>
  1199.         ";
  1200.         }
  1201.         // line 324
  1202.         yield "
  1203.         ";
  1204.         // line 325
  1205.         $context["file_upload_js"] = ('' === $tmp \Twig\Extension\CoreExtension::captureOutput((function () use (&$context$macros$blocks) {
  1206.             // line 326
  1207.             yield "            var newFile = document.getElementById('";
  1208.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'326$this->source); })()), "file", [], "any"falsefalsefalse326), "vars", [], "any"falsefalsefalse326), "id", [], "any"falsefalsefalse326), "html"nulltrue);
  1209.             yield "').files[0];
  1210.             var fileSizeInMegabytes = newFile.size > 1024 * 1024;
  1211.             var fileSize = fileSizeInMegabytes ? newFile.size / (1024 * 1024) : newFile.size / 1024;
  1212.             document.getElementById('";
  1213.             // line 329
  1214.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'329$this->source); })()), "file", [], "any"falsefalsefalse329), "vars", [], "any"falsefalsefalse329), "id", [], "any"falsefalsefalse329), "html"nulltrue);
  1215.             yield "_new_file_name').innerText = newFile.name + ' (' + fileSize.toFixed(2) + ' ' + (fileSizeInMegabytes ? 'MB' : 'KB') + ')';
  1216.         ";
  1217.         })() ?? new \EmptyIterator())) ? '' : new Markup($tmp$this->env->getCharset());
  1218.         // line 331
  1219.         yield "
  1220.         <div class=\"ea-vich-file-actions\">
  1221.             ";
  1222.         // line 334
  1223.         yield "            <div class=\"btn btn-secondary input-file-container\">
  1224.                 <i class=\"fa fa-fw fa-upload\"></i> ";
  1225.         // line 335
  1226.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("action.choose_file", [], "EasyAdminBundle"), "html"nulltrue);
  1227.         yield "
  1228.                 ";
  1229.         // line 336
  1230.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'336$this->source); })()), "file", [], "any"falsefalsefalse336), 'widget', ["attr" => ["onchange" => (isset($context["file_upload_js"]) || array_key_exists("file_upload_js"$context) ? $context["file_upload_js"] : (function () { throw new RuntimeError('Variable "file_upload_js" does not exist.'336$this->source); })())], "vich" => true]);
  1231.         yield "
  1232.             </div>
  1233.             ";
  1234.         // line 339
  1235.         if (CoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "delete", [], "any"truetruefalse339)) {
  1236.             // line 340
  1237.             yield "                ";
  1238.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'340$this->source); })()), "delete", [], "any"falsefalsefalse340), 'row');
  1239.             yield "
  1240.             ";
  1241.         }
  1242.         // line 342
  1243.         yield "        </div>
  1244.         <div class=\"small\" id=\"";
  1245.         // line 343
  1246.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'343$this->source); })()), "file", [], "any"falsefalsefalse343), "vars", [], "any"falsefalsefalse343), "id", [], "any"falsefalsefalse343), "html"nulltrue);
  1247.         yield "_new_file_name\"></div>
  1248.     </div>
  1249. ";
  1250.         
  1251.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1252.         
  1253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1254.         return; yield '';
  1255.     }
  1256.     // line 347
  1257.     public function block_vich_image_row($context, array $blocks = [])
  1258.     {
  1259.         $macros $this->macros;
  1260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_image_row"));
  1262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_image_row"));
  1264.         // line 348
  1265.         yield "    ";
  1266.         $context["force_error"] = true;
  1267.         // line 349
  1268.         yield "    ";
  1269.         yield from         $this->unwrap()->yieldBlock("form_row"$context$blocks);
  1270.         yield "
  1271. ";
  1272.         
  1273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1274.         
  1275.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1276.         return; yield '';
  1277.     }
  1278.     // line 352
  1279.     public function block_vich_image_widget($context, array $blocks = [])
  1280.     {
  1281.         $macros $this->macros;
  1282.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1283.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_image_widget"));
  1284.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1285.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""vich_image_widget"));
  1286.         // line 353
  1287.         yield "    ";
  1288.         $context["formTypeOptions"] = ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["ea_vars"] ?? null), "field", [], "any"falsetruefalse353), "formTypeOptions", [], "any"truetruefalse353)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["ea_vars"] ?? null), "field", [], "any"falsetruefalse353), "formTypeOptions", [], "any"falsefalsefalse353), "")) : (""));
  1289.         // line 354
  1290.         yield "    <div class=\"ea-vich-image\">
  1291.         ";
  1292.         // line 355
  1293.         if ( !Twig\Extension\CoreExtension::testEmpty(((array_key_exists("image_uri"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["image_uri"]) || array_key_exists("image_uri"$context) ? $context["image_uri"] : (function () { throw new RuntimeError('Variable "image_uri" does not exist.'355$this->source); })()), "")) : ("")))) {
  1294.             // line 356
  1295.             yield "            ";
  1296.             if (Twig\Extension\CoreExtension::testEmpty(((array_key_exists("download_uri"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'356$this->source); })()), "")) : ("")))) {
  1297.                 // line 357
  1298.                 yield "                <div class=\"ea-lightbox-thumbnail\">
  1299.                     ";
  1300.                 // line 358
  1301.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["formTypeOptions"] ?? null), "imagine_pattern", [], "any"truetruefalse358) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["formTypeOptions"]) || array_key_exists("formTypeOptions"$context) ? $context["formTypeOptions"] : (function () { throw new RuntimeError('Variable "formTypeOptions" does not exist.'358$this->source); })()), "imagine_pattern", [], "any"falsefalsefalse358)))) {
  1302.                     // line 359
  1303.                     yield "                        <img style=\"cursor: initial\" src=\"";
  1304.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->applyFilterIfExists($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'359$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["image_uri"]) || array_key_exists("image_uri"$context) ? $context["image_uri"] : (function () { throw new RuntimeError('Variable "image_uri" does not exist.'359$this->source); })()))) : ((isset($context["image_uri"]) || array_key_exists("image_uri"$context) ? $context["image_uri"] : (function () { throw new RuntimeError('Variable "image_uri" does not exist.'359$this->source); })()))), "imagine_filter"CoreExtension::getAttribute($this->env$this->source, (isset($context["formTypeOptions"]) || array_key_exists("formTypeOptions"$context) ? $context["formTypeOptions"] : (function () { throw new RuntimeError('Variable "formTypeOptions" does not exist.'359$this->source); })()), "imagine_pattern", [], "any"falsefalsefalse359)), "html"nulltrue);
  1305.                     yield "\">
  1306.                     ";
  1307.                 } else {
  1308.                     // line 361
  1309.                     yield "                        <img style=\"cursor: initial\" src=\"";
  1310.                     yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'361$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["image_uri"]) || array_key_exists("image_uri"$context) ? $context["image_uri"] : (function () { throw new RuntimeError('Variable "image_uri" does not exist.'361$this->source); })()))) : ((isset($context["image_uri"]) || array_key_exists("image_uri"$context) ? $context["image_uri"] : (function () { throw new RuntimeError('Variable "image_uri" does not exist.'361$this->source); })()))), "html"nulltrue);
  1311.                     yield "\">
  1312.                     ";
  1313.                 }
  1314.                 // line 363
  1315.                 yield "                </div>
  1316.             ";
  1317.             } else {
  1318.                 // line 365
  1319.                 yield "                ";
  1320.                 $context["_lightbox_id"] = ("ea-lightbox-" . (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'365$this->source); })()));
  1321.                 // line 366
  1322.                 yield "
  1323.                 <a href=\"#\" class=\"ea-lightbox-thumbnail\" data-ea-lightbox-content-selector=\"#";
  1324.                 // line 367
  1325.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["_lightbox_id"]) || array_key_exists("_lightbox_id"$context) ? $context["_lightbox_id"] : (function () { throw new RuntimeError('Variable "_lightbox_id" does not exist.'367$this->source); })()), "html"nulltrue);
  1326.                 yield "\">
  1327.                     ";
  1328.                 // line 368
  1329.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["formTypeOptions"] ?? null), "imagine_pattern", [], "any"truetruefalse368) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["formTypeOptions"]) || array_key_exists("formTypeOptions"$context) ? $context["formTypeOptions"] : (function () { throw new RuntimeError('Variable "formTypeOptions" does not exist.'368$this->source); })()), "imagine_pattern", [], "any"falsefalsefalse368)))) {
  1330.                     // line 369
  1331.                     yield "                        <img src=\"";
  1332.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->applyFilterIfExists($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'369$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'369$this->source); })()))) : ((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'369$this->source); })()))), "imagine_filter"CoreExtension::getAttribute($this->env$this->source, (isset($context["formTypeOptions"]) || array_key_exists("formTypeOptions"$context) ? $context["formTypeOptions"] : (function () { throw new RuntimeError('Variable "formTypeOptions" does not exist.'369$this->source); })()), "imagine_pattern", [], "any"falsefalsefalse369)), "html"nulltrue);
  1333.                     yield "\">
  1334.                     ";
  1335.                 } else {
  1336.                     // line 371
  1337.                     yield "                        <img src=\"";
  1338.                     yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'371$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'371$this->source); })()))) : ((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'371$this->source); })()))), "html"nulltrue);
  1339.                     yield "\">
  1340.                     ";
  1341.                 }
  1342.                 // line 373
  1343.                 yield "                </a>
  1344.                 <div id=\"";
  1345.                 // line 375
  1346.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["_lightbox_id"]) || array_key_exists("_lightbox_id"$context) ? $context["_lightbox_id"] : (function () { throw new RuntimeError('Variable "_lightbox_id" does not exist.'375$this->source); })()), "html"nulltrue);
  1347.                 yield "\" class=\"ea-lightbox\">
  1348.                     ";
  1349.                 // line 376
  1350.                 if ((CoreExtension::getAttribute($this->env$this->source, ($context["formTypeOptions"] ?? null), "imagine_pattern", [], "any"truetruefalse376) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["formTypeOptions"]) || array_key_exists("formTypeOptions"$context) ? $context["formTypeOptions"] : (function () { throw new RuntimeError('Variable "formTypeOptions" does not exist.'376$this->source); })()), "imagine_pattern", [], "any"falsefalsefalse376)))) {
  1351.                     // line 377
  1352.                     yield "                        <img src=\"";
  1353.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->applyFilterIfExists($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'377$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'377$this->source); })()))) : ((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'377$this->source); })()))), "imagine_filter"CoreExtension::getAttribute($this->env$this->source, (isset($context["formTypeOptions"]) || array_key_exists("formTypeOptions"$context) ? $context["formTypeOptions"] : (function () { throw new RuntimeError('Variable "formTypeOptions" does not exist.'377$this->source); })()), "imagine_pattern", [], "any"falsefalsefalse377)), "html"nulltrue);
  1354.                     yield "\">
  1355.                     ";
  1356.                 } else {
  1357.                     // line 379
  1358.                     yield "                        <img src=\"";
  1359.                     yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["asset_helper"]) || array_key_exists("asset_helper"$context) ? $context["asset_helper"] : (function () { throw new RuntimeError('Variable "asset_helper" does not exist.'379$this->source); })()) === true)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'379$this->source); })()))) : ((isset($context["download_uri"]) || array_key_exists("download_uri"$context) ? $context["download_uri"] : (function () { throw new RuntimeError('Variable "download_uri" does not exist.'379$this->source); })()))), "html"nulltrue);
  1360.                     yield "\">
  1361.                     ";
  1362.                 }
  1363.                 // line 381
  1364.                 yield "                </div>
  1365.             ";
  1366.             }
  1367.             // line 383
  1368.             yield "        ";
  1369.         }
  1370.         // line 384
  1371.         yield "
  1372.         ";
  1373.         // line 385
  1374.         $context["file_upload_js"] = ('' === $tmp \Twig\Extension\CoreExtension::captureOutput((function () use (&$context$macros$blocks) {
  1375.             // line 386
  1376.             yield "            var newFile = document.getElementById('";
  1377.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'386$this->source); })()), "file", [], "any"falsefalsefalse386), "vars", [], "any"falsefalsefalse386), "id", [], "any"falsefalsefalse386), "html"nulltrue);
  1378.             yield "').files[0];
  1379.             var fileSizeInMegabytes = newFile.size > 1024 * 1024;
  1380.             var fileSize = fileSizeInMegabytes ? newFile.size / (1024 * 1024) : newFile.size / 1024;
  1381.             document.getElementById('";
  1382.             // line 389
  1383.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'389$this->source); })()), "file", [], "any"falsefalsefalse389), "vars", [], "any"falsefalsefalse389), "id", [], "any"falsefalsefalse389), "html"nulltrue);
  1384.             yield "_new_file_name').innerText = newFile.name + ' (' + fileSize.toFixed(2) + ' ' + (fileSizeInMegabytes ? 'MB' : 'KB') + ')';
  1385.         ";
  1386.         })() ?? new \EmptyIterator())) ? '' : new Markup($tmp$this->env->getCharset());
  1387.         // line 391
  1388.         yield "
  1389.         <div class=\"ea-vich-image-actions\">
  1390.             ";
  1391.         // line 394
  1392.         yield "            <div class=\"btn btn-secondary input-file-container\">
  1393.                 <i class=\"fa fa-fw fa-upload\"></i> ";
  1394.         // line 395
  1395.         yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("action.choose_file", [], "EasyAdminBundle"), "html"nulltrue);
  1396.         yield "
  1397.                 ";
  1398.         // line 396
  1399.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'396$this->source); })()), "file", [], "any"falsefalsefalse396), 'widget', ["attr" => ["onchange" => (isset($context["file_upload_js"]) || array_key_exists("file_upload_js"$context) ? $context["file_upload_js"] : (function () { throw new RuntimeError('Variable "file_upload_js" does not exist.'396$this->source); })())], "vich" => true]);
  1400.         yield "
  1401.             </div>
  1402.             ";
  1403.         // line 399
  1404.         if (CoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "delete", [], "any"truetruefalse399)) {
  1405.             // line 400
  1406.             yield "                ";
  1407.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'400$this->source); })()), "delete", [], "any"falsefalsefalse400), 'row');
  1408.             yield "
  1409.             ";
  1410.         }
  1411.         // line 402
  1412.         yield "        </div>
  1413.         <div class=\"small\" id=\"";
  1414.         // line 403
  1415.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'403$this->source); })()), "file", [], "any"falsefalsefalse403), "vars", [], "any"falsefalsefalse403), "id", [], "any"falsefalsefalse403), "html"nulltrue);
  1416.         yield "_new_file_name\"></div>
  1417.     </div>
  1418. ";
  1419.         
  1420.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1421.         
  1422.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1423.         return; yield '';
  1424.     }
  1425.     // line 407
  1426.     public function block_ea_crud_rest($context, array $blocks = [])
  1427.     {
  1428.         $macros $this->macros;
  1429.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1430.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_rest"));
  1431.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1432.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_rest"));
  1433.         // line 408
  1434.         yield "    ";
  1435.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'408$this->source); })()), 'rest');
  1436.         yield "
  1437. ";
  1438.         
  1439.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1440.         
  1441.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1442.         return; yield '';
  1443.     }
  1444.     // line 412
  1445.     public function block_ea_crud_widget($context, array $blocks = [])
  1446.     {
  1447.         $macros $this->macros;
  1448.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1449.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_widget"));
  1450.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1451.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_widget"));
  1452.         // line 413
  1453.         yield "    ";
  1454.         $context['_parent'] = $context;
  1455.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'413$this->source); })()));
  1456.         foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
  1457.             // line 414
  1458.             yield "        ";
  1459.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["field"], 'row');
  1460.             yield "
  1461.     ";
  1462.         }
  1463.         $_parent $context['_parent'];
  1464.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
  1465.         $context array_intersect_key($context$_parent) + $_parent;
  1466.         
  1467.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1468.         
  1469.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1470.         return; yield '';
  1471.     }
  1472.     // line 419
  1473.     public function block_ea_crud_widget_panels($context, array $blocks = [])
  1474.     {
  1475.         $macros $this->macros;
  1476.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1477.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_widget_panels"));
  1478.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1479.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_widget_panels"));
  1480.         // line 420
  1481.         yield "    ";
  1482.         @trigger_error("The \"ea_crud_widget_panels\" block is deprecated because the form layout building logic has been revamped. Check \"ea_crud_widget\" block in `form_theme.html.page` for more details."." (\"@EasyAdmin/crud/form_theme.html.twig\" at line 420)."E_USER_DEPRECATED);
  1483.         // line 421
  1484.         yield "
  1485.     ";
  1486.         // line 422
  1487.         yield from         $this->unwrap()->yieldBlock("ea_crud_widget_fieldsets"$context$blocks);
  1488.         yield "
  1489. ";
  1490.         
  1491.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1492.         
  1493.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1494.         return; yield '';
  1495.     }
  1496.     // line 425
  1497.     public function block_ea_crud_widget_fieldsets($context, array $blocks = [])
  1498.     {
  1499.         $macros $this->macros;
  1500.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1501.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_widget_fieldsets"));
  1502.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1503.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_crud_widget_fieldsets"));
  1504.         // line 426
  1505.         yield "    ";
  1506.         @trigger_error("The \"ea_crud_widget_fieldsets\" block is deprecated because the form layout building logic has been revamped. Check \"ea_crud_widget\" block in `form_theme.html.page` for more details."." (\"@EasyAdmin/crud/form_theme.html.twig\" at line 426)."E_USER_DEPRECATED);
  1507.         // line 427
  1508.         yield "
  1509.     ";
  1510.         // line 428
  1511.         $context['_parent'] = $context;
  1512.         $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::arrayFilter($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'428$this->source); })()), "vars", [], "any"falsefalsefalse428), "ea_crud_form", [], "any"falsefalsefalse428), "form_fieldsets", [], "any"falsefalsefalse428), function ($__fieldset_config__) use ($context$macros) { $context["fieldset_config"] = $__fieldset_config__; return ( !CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "form_tab", [], "any"falsefalsefalse428) || (CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "form_tab", [], "any"falsefalsefalse428) == (isset($context["tab_name"]) || array_key_exists("tab_name"$context) ? $context["tab_name"] : (function () { throw new RuntimeError('Variable "tab_name" does not exist.'428$this->source); })()))); }));
  1513.         $context['_iterated'] = false;
  1514.         foreach ($context['_seq'] as $context["fieldset_name"] => $context["fieldset_config"]) {
  1515.             // line 429
  1516.             yield "        ";
  1517.             $context["fieldset_has_header"] = ((((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "label", [], "any"truetruefalse429)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "label", [], "any"falsefalsefalse429), false)) : (false)) || ((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "icon", [], "any"truetruefalse429)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "icon", [], "any"falsefalsefalse429), false)) : (false))) || ((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"truetruefalse429)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"falsefalsefalse429), false)) : (false)));
  1518.             // line 430
  1519.             yield "
  1520.         ";
  1521.             // line 431
  1522.             $context["collapsible"] = CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "collapsible", [], "any"falsefalsefalse431);
  1523.             // line 432
  1524.             yield "        ";
  1525.             $context["collapsed"] = CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "collapsed", [], "any"falsefalsefalse432);
  1526.             // line 433
  1527.             yield "
  1528.         <div class=\"";
  1529.             // line 434
  1530.             (((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "css_class", [], "any"truetruefalse434) &&  !(null === CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "css_class", [], "any"falsefalsefalse434)))) ? (yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "css_class", [], "any"falsefalsefalse434), "html"nulltrue)) : (yield ""));
  1531.             yield "\">
  1532.             <fieldset class=\"form-fieldset\">
  1533.                 ";
  1534.             // line 436
  1535.             if ((isset($context["fieldset_has_header"]) || array_key_exists("fieldset_has_header"$context) ? $context["fieldset_has_header"] : (function () { throw new RuntimeError('Variable "fieldset_has_header" does not exist.'436$this->source); })())) {
  1536.                 // line 437
  1537.                 yield "                    <div class=\"form-fieldset-header ";
  1538.                 yield (((isset($context["collapsible"]) || array_key_exists("collapsible"$context) ? $context["collapsible"] : (function () { throw new RuntimeError('Variable "collapsible" does not exist.'437$this->source); })())) ? ("collapsible") : (""));
  1539.                 yield " ";
  1540.                 yield (( !Twig\Extension\CoreExtension::testEmpty(((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"truetruefalse437)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"falsefalsefalse437), false)) : (false)))) ? ("with-help") : (""));
  1541.                 yield "\">
  1542.                         <div class=\"form-fieldset-title\">
  1543.                             <a ";
  1544.                 // line 439
  1545.                 if ( !(isset($context["collapsible"]) || array_key_exists("collapsible"$context) ? $context["collapsible"] : (function () { throw new RuntimeError('Variable "collapsible" does not exist.'439$this->source); })())) {
  1546.                     // line 440
  1547.                     yield "                                href=\"#\" class=\"not-collapsible\"
  1548.                             ";
  1549.                 } else {
  1550.                     // line 442
  1551.                     yield "                                href=\"#content-";
  1552.                     yield Twig\Extension\EscaperExtension::escape($this->env$context["fieldset_name"], "html"nulltrue);
  1553.                     yield "\" data-bs-toggle=\"collapse\"
  1554.                                 class=\"form-fieldset-collapse ";
  1555.                     // line 443
  1556.                     yield (((isset($context["collapsed"]) || array_key_exists("collapsed"$context) ? $context["collapsed"] : (function () { throw new RuntimeError('Variable "collapsed" does not exist.'443$this->source); })())) ? ("collapsed") : (""));
  1557.                     yield "\"
  1558.                                 aria-expanded=\"";
  1559.                     // line 444
  1560.                     yield (((isset($context["collapsed"]) || array_key_exists("collapsed"$context) ? $context["collapsed"] : (function () { throw new RuntimeError('Variable "collapsed" does not exist.'444$this->source); })())) ? ("false") : ("true"));
  1561.                     yield "\" aria-controls=\"content-";
  1562.                     yield Twig\Extension\EscaperExtension::escape($this->env$context["fieldset_name"], "html"nulltrue);
  1563.                     yield "\"
  1564.                             ";
  1565.                 }
  1566.                 // line 446
  1567.                 yield "                            >
  1568.                                 ";
  1569.                 // line 447
  1570.                 if ((isset($context["collapsible"]) || array_key_exists("collapsible"$context) ? $context["collapsible"] : (function () { throw new RuntimeError('Variable "collapsible" does not exist.'447$this->source); })())) {
  1571.                     // line 448
  1572.                     yield "                                    <i class=\"fas fw fa-chevron-right form-fieldset-collapse-marker\"></i>
  1573.                                 ";
  1574.                 }
  1575.                 // line 450
  1576.                 yield "
  1577.                                 ";
  1578.                 // line 451
  1579.                 if (((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "icon", [], "any"truetruefalse451)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "icon", [], "any"falsefalsefalse451), false)) : (false))) {
  1580.                     // line 452
  1581.                     yield "                                    <i class=\"form-fieldset-icon ";
  1582.                     yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "icon", [], "any"falsefalsefalse452), "html"nulltrue);
  1583.                     yield "\"></i>
  1584.                                 ";
  1585.                 }
  1586.                 // line 454
  1587.                 yield "                                ";
  1588.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "label", [], "any"falsefalsefalse454));
  1589.                 yield "
  1590.                             </a>
  1591.                             ";
  1592.                 // line 457
  1593.                 if (((CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"truetruefalse457)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"falsefalsefalse457), false)) : (false))) {
  1594.                     // line 458
  1595.                     yield "                                <div class=\"form-fieldset-help\">";
  1596.                     yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source$context["fieldset_config"], "help", [], "any"falsefalsefalse458));
  1597.                     yield "</div>
  1598.                             ";
  1599.                 }
  1600.                 // line 460
  1601.                 yield "                        </div>
  1602.                     </div>
  1603.                 ";
  1604.             }
  1605.             // line 463
  1606.             yield "
  1607.                 <div id=\"content-";
  1608.             // line 464
  1609.             yield Twig\Extension\EscaperExtension::escape($this->env$context["fieldset_name"], "html"nulltrue);
  1610.             yield "\" class=\"form-fieldset-body ";
  1611.             yield (( !(isset($context["fieldset_has_header"]) || array_key_exists("fieldset_has_header"$context) ? $context["fieldset_has_header"] : (function () { throw new RuntimeError('Variable "fieldset_has_header" does not exist.'464$this->source); })())) ? ("without-header") : (""));
  1612.             yield " ";
  1613.             yield (((isset($context["collapsible"]) || array_key_exists("collapsible"$context) ? $context["collapsible"] : (function () { throw new RuntimeError('Variable "collapsible" does not exist.'464$this->source); })())) ? ("collapse") : (""));
  1614.             yield " ";
  1615.             yield (( !(isset($context["collapsed"]) || array_key_exists("collapsed"$context) ? $context["collapsed"] : (function () { throw new RuntimeError('Variable "collapsed" does not exist.'464$this->source); })())) ? ("show") : (""));
  1616.             yield "\">
  1617.                     <div class=\"row\">
  1618.                         ";
  1619.             // line 466
  1620.             $context['_parent'] = $context;
  1621.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::arrayFilter($this->env, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'466$this->source); })()), function ($__field__) use ($context$macros) { $context["field"] = $__field__; return (!CoreExtension::inFilter("hidden"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse466), "block_prefixes", [], "any"falsefalsefalse466)) && (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse466), "ea_crud_form", [], "any"falsefalsefalse466), "form_fieldset", [], "any"falsefalsefalse466) == $context["fieldset_name"])); }));
  1622.             foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
  1623.                 // line 467
  1624.                 yield "                            ";
  1625.                 if (( !CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse467), "ea_crud_form", [], "any"falsefalsefalse467), "form_tab", [], "any"falsefalsefalse467) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse467), "ea_crud_form", [], "any"falsefalsefalse467), "form_tab", [], "any"falsefalsefalse467) == (isset($context["tab_name"]) || array_key_exists("tab_name"$context) ? $context["tab_name"] : (function () { throw new RuntimeError('Variable "tab_name" does not exist.'467$this->source); })())))) {
  1626.                     // line 468
  1627.                     yield "                                ";
  1628.                     yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["field"], 'row');
  1629.                     yield "
  1630.                             ";
  1631.                 }
  1632.                 // line 470
  1633.                 yield "                        ";
  1634.             }
  1635.             $_parent $context['_parent'];
  1636.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
  1637.             $context array_intersect_key($context$_parent) + $_parent;
  1638.             // line 471
  1639.             yield "                    </div>
  1640.                 </div>
  1641.             </fieldset>
  1642.         </div>
  1643.     ";
  1644.             $context['_iterated'] = true;
  1645.         }
  1646.         if (!$context['_iterated']) {
  1647.             // line 476
  1648.             yield "        ";
  1649.             // line 487
  1650.             yield "        ";
  1651.             yield CoreExtension::callMacro($macros["_self"], "macro_recursiveFieldsetForm", [(isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'487$this->source); })())], 487$context$this->getSourceContext());
  1652.             yield "
  1653.     ";
  1654.         }
  1655.         $_parent $context['_parent'];
  1656.         unset($context['_seq'], $context['_iterated'], $context['fieldset_name'], $context['fieldset_config'], $context['_parent'], $context['loop']);
  1657.         $context array_intersect_key($context$_parent) + $_parent;
  1658.         
  1659.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1660.         
  1661.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1662.         return; yield '';
  1663.     }
  1664.     // line 492
  1665.     public function block_ea_autocomplete_widget($context, array $blocks = [])
  1666.     {
  1667.         $macros $this->macros;
  1668.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1669.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_autocomplete_widget"));
  1670.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1671.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_autocomplete_widget"));
  1672.         // line 493
  1673.         yield "    ";
  1674.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'493$this->source); })()), "autocomplete", [], "any"falsefalsefalse493), 'widget', ["attr" => Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'493$this->source); })()), ["required" => (isset($context["required"]) || array_key_exists("required"$context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.'493$this->source); })())])]);
  1675.         yield "
  1676. ";
  1677.         
  1678.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1679.         
  1680.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1681.         return; yield '';
  1682.     }
  1683.     // line 496
  1684.     public function block_ea_autocomplete_inner_label($context, array $blocks = [])
  1685.     {
  1686.         $macros $this->macros;
  1687.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1688.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_autocomplete_inner_label"));
  1689.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1690.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_autocomplete_inner_label"));
  1691.         // line 497
  1692.         yield "    ";
  1693.         $context["name"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceSymfony\Bridge\Twig\Extension\twig_get_form_parent((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'497$this->source); })())), "vars", [], "any"falsefalsefalse497), "name", [], "any"falsefalsefalse497);
  1694.         // line 498
  1695.         yield "    ";
  1696.         yield from         $this->unwrap()->yieldBlock("form_label"$context$blocks);
  1697.         yield "
  1698. ";
  1699.         
  1700.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1701.         
  1702.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1703.         return; yield '';
  1704.     }
  1705.     // line 502
  1706.     public function block_ea_code_editor_widget($context, array $blocks = [])
  1707.     {
  1708.         $macros $this->macros;
  1709.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1710.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_code_editor_widget"));
  1711.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1712.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_code_editor_widget"));
  1713.         // line 503
  1714.         yield "    ";
  1715.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'503$this->source); })()), 'widget', ["attr" => Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'503$this->source); })()), ["data-ea-code-editor-field" => "true""data-language" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 505
  1716. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'505$this->source); })()), "vars", [], "any"falsefalsefalse505), "ea_vars", [], "any"falsefalsefalse505), "field", [], "any"falsefalsefalse505), "customOptions", [], "any"falsefalsefalse505), "get", ["language"], "method"falsefalsefalse505), "data-tab-size" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 506
  1717. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'506$this->source); })()), "vars", [], "any"falsefalsefalse506), "ea_vars", [], "any"falsefalsefalse506), "field", [], "any"falsefalsefalse506), "customOptions", [], "any"falsefalsefalse506), "get", ["tabSize"], "method"falsefalsefalse506), "data-indent-with-tabs" => ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 507
  1718. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'507$this->source); })()), "vars", [], "any"falsefalsefalse507), "ea_vars", [], "any"falsefalsefalse507), "field", [], "any"falsefalsefalse507), "customOptions", [], "any"falsefalsefalse507), "get", ["indentWithTabs"], "method"falsefalsefalse507)) ? ("true") : ("false")), "data-show-line-numbers" => ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 508
  1719. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'508$this->source); })()), "vars", [], "any"falsefalsefalse508), "ea_vars", [], "any"falsefalsefalse508), "field", [], "any"falsefalsefalse508), "customOptions", [], "any"falsefalsefalse508), "get", ["showLineNumbers"], "method"falsefalsefalse508)) ? ("true") : ("false")), "data-number-of-rows" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 509
  1720. (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'509$this->source); })()), "vars", [], "any"falsefalsefalse509), "ea_vars", [], "any"falsefalsefalse509), "field", [], "any"falsefalsefalse509), "customOptions", [], "any"falsefalsefalse509), "get", ["numOfRows"], "method"falsefalsefalse509)])]);
  1721.         // line 510
  1722.         yield "
  1723. ";
  1724.         
  1725.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1726.         
  1727.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1728.         return; yield '';
  1729.     }
  1730.     // line 514
  1731.     public function block_ea_text_editor_widget($context, array $blocks = [])
  1732.     {
  1733.         $macros $this->macros;
  1734.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1735.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_text_editor_widget"));
  1736.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1737.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_text_editor_widget"));
  1738.         // line 515
  1739.         yield "    ";
  1740.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'515$this->source); })()), 'widget', ["attr" => Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'515$this->source); })()), ["class" => "ea-text-editor-content d-none""data-number-of-rows" => ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 517
  1741. ($context["form"] ?? null), "vars", [], "any"falsetruefalse517), "ea_vars", [], "any"falsetruefalse517), "field", [], "any"falsetruefalse517), "customOptions", [], "any"falsetruefalse517), "get", ["numOfRows"], "method"truetruefalse517)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse517), "ea_vars", [], "any"falsetruefalse517), "field", [], "any"falsetruefalse517), "customOptions", [], "any"falsetruefalse517), "get", ["numOfRows"], "method"falsefalsefalse517), 5)) : (5)), "data-trix-editor-config" => json_encode(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,         // line 518
  1742. ($context["form"] ?? null), "vars", [], "any"falsetruefalse518), "ea_vars", [], "any"falsetruefalse518), "field", [], "any"falsetruefalse518), "customOptions", [], "any"falsetruefalse518), "get", ["trixEditorConfig"], "method"truetruefalse518)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse518), "ea_vars", [], "any"falsetruefalse518), "field", [], "any"falsetruefalse518), "customOptions", [], "any"falsetruefalse518), "get", ["trixEditorConfig"], "method"falsefalsefalse518), null)) : (null)))])]);
  1743.         // line 519
  1744.         yield "
  1745.     <div class=\"ea-text-editor-wrapper\">
  1746.         <trix-editor input=\"";
  1747.         // line 522
  1748.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'522$this->source); })()), "html"nulltrue);
  1749.         yield "\" class=\"trix-content\"></trix-editor>
  1750.     </div>
  1751. ";
  1752.         
  1753.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1754.         
  1755.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1756.         return; yield '';
  1757.     }
  1758.     // line 527
  1759.     public function block_ea_form_row_row($context, array $blocks = [])
  1760.     {
  1761.         $macros $this->macros;
  1762.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1763.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_row_row"));
  1764.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1765.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_row_row"));
  1766.         // line 528
  1767.         yield "    <div class=\"";
  1768.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'528$this->source); })()), "vars", [], "any"falsefalsefalse528), "row_attr", [], "any"falsefalsefalse528), "class", [], "any"falsefalsefalse528), "html"nulltrue);
  1769.         yield "\"></div>
  1770. ";
  1771.         
  1772.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1773.         
  1774.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1775.         return; yield '';
  1776.     }
  1777.     // line 531
  1778.     public function block_ea_form_column_group_open_row($context, array $blocks = [])
  1779.     {
  1780.         $macros $this->macros;
  1781.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1782.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_group_open_row"));
  1783.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1784.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_group_open_row"));
  1785.         // line 532
  1786.         yield "    ";
  1787.         // line 533
  1788.         yield "    ";
  1789.         if ( !((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse533), "ea_is_inside_tab", [], "any"truetruefalse533)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse533), "ea_is_inside_tab", [], "any"falsefalsefalse533), false)) : (false))) {
  1790.             // line 534
  1791.             yield "        <div class=\"row\">
  1792.     ";
  1793.         }
  1794.         
  1795.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1796.         
  1797.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1798.         return; yield '';
  1799.     }
  1800.     // line 538
  1801.     public function block_ea_form_column_group_close_row($context, array $blocks = [])
  1802.     {
  1803.         $macros $this->macros;
  1804.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1805.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_group_close_row"));
  1806.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1807.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_group_close_row"));
  1808.         // line 539
  1809.         yield "    ";
  1810.         // line 541
  1811.         yield "    ";
  1812.         if ( !((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse541), "ea_is_inside_tab", [], "any"truetruefalse541)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["form"] ?? null), "vars", [], "any"falsetruefalse541), "ea_is_inside_tab", [], "any"falsefalsefalse541), false)) : (false))) {
  1813.             // line 542
  1814.             yield "        </div>
  1815.     ";
  1816.         }
  1817.         
  1818.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1819.         
  1820.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1821.         return; yield '';
  1822.     }
  1823.     // line 546
  1824.     public function block_ea_form_column_open_row($context, array $blocks = [])
  1825.     {
  1826.         $macros $this->macros;
  1827.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1828.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_open_row"));
  1829.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1830.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_open_row"));
  1831.         // line 547
  1832.         yield "    ";
  1833.         $context["field"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'547$this->source); })()), "vars", [], "any"falsefalsefalse547), "ea_vars", [], "any"falsefalsefalse547), "field", [], "any"falsefalsefalse547);
  1834.         // line 548
  1835.         yield "    ";
  1836.         $context["field_icon"] = CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'548$this->source); })()), "getCustomOption", ["icon"], "method"falsefalsefalse548);
  1837.         // line 549
  1838.         yield "    ";
  1839.         $context["column_has_title"] = ((((((isset($context["field_icon"]) || array_key_exists("field_icon"$context) ? $context["field_icon"] : (function () { throw new RuntimeError('Variable "field_icon" does not exist.'549$this->source); })()) != null) || (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'549$this->source); })()), "label", [], "any"falsefalsefalse549) != false)) || (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'549$this->source); })()), "label", [], "any"falsefalsefalse549) != null)) || (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'549$this->source); })()), "label", [], "any"falsefalsefalse549) != "")) || (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'549$this->source); })()), "help", [], "any"falsefalsefalse549) != null));
  1840.         // line 550
  1841.         yield "
  1842.     <div class=\"form-column ";
  1843.         // line 551
  1844.         yield (( !(isset($context["column_has_title"]) || array_key_exists("column_has_title"$context) ? $context["column_has_title"] : (function () { throw new RuntimeError('Variable "column_has_title" does not exist.'551$this->source); })())) ? ("form-column-no-header") : (""));
  1845.         yield " ";
  1846.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'551$this->source); })()), "cssClass", [], "any"falsefalsefalse551), "html"nulltrue);
  1847.         yield "\">
  1848.         ";
  1849.         // line 552
  1850.         if ((isset($context["column_has_title"]) || array_key_exists("column_has_title"$context) ? $context["column_has_title"] : (function () { throw new RuntimeError('Variable "column_has_title" does not exist.'552$this->source); })())) {
  1851.             // line 553
  1852.             yield "            <div class=\"form-column-title\">
  1853.                 <div class=\"form-column-title-content\">
  1854.                     ";
  1855.             // line 555
  1856.             if ((isset($context["field_icon"]) || array_key_exists("field_icon"$context) ? $context["field_icon"] : (function () { throw new RuntimeError('Variable "field_icon" does not exist.'555$this->source); })())) {
  1857.                 yield "<i class=\"form-column-icon fa fa-fw fa-";
  1858.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["field_icon"]) || array_key_exists("field_icon"$context) ? $context["field_icon"] : (function () { throw new RuntimeError('Variable "field_icon" does not exist.'555$this->source); })()), "html"nulltrue);
  1859.                 yield "\"></i>";
  1860.             }
  1861.             // line 556
  1862.             yield "                    ";
  1863.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'556$this->source); })()), "label", [], "any"falsefalsefalse556)) {
  1864.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(((CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "label", [], "any"truetruefalse556)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["field"] ?? null), "label", [], "any"falsefalsefalse556), "")) : ("")), array(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'556$this->source); })()), "i18n", [], "any"falsefalsefalse556), "translationDomain", [], "any"falsefalsefalse556));
  1865.             }
  1866.             // line 557
  1867.             yield "                </div>
  1868.                 ";
  1869.             // line 559
  1870.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'559$this->source); })()), "help", [], "any"falsefalsefalse559)) {
  1871.                 // line 560
  1872.                 yield "                    <div class=\"form-column-help\">";
  1873.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'560$this->source); })()), "help", [], "any"falsefalsefalse560), array(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'560$this->source); })()), "i18n", [], "any"falsefalsefalse560), "translationDomain", [], "any"falsefalsefalse560));
  1874.                 yield "</div>
  1875.                 ";
  1876.             }
  1877.             // line 562
  1878.             yield "            </div>
  1879.         ";
  1880.         }
  1881.         
  1882.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1883.         
  1884.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1885.         return; yield '';
  1886.     }
  1887.     // line 566
  1888.     public function block_ea_form_column_close_row($context, array $blocks = [])
  1889.     {
  1890.         $macros $this->macros;
  1891.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1892.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_close_row"));
  1893.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1894.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_column_close_row"));
  1895.         // line 567
  1896.         yield "    </div>
  1897. ";
  1898.         
  1899.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1900.         
  1901.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1902.         return; yield '';
  1903.     }
  1904.     // line 570
  1905.     public function block_ea_form_fieldset_open_row($context, array $blocks = [])
  1906.     {
  1907.         $macros $this->macros;
  1908.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1909.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_fieldset_open_row"));
  1910.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1911.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_fieldset_open_row"));
  1912.         // line 571
  1913.         yield "    ";
  1914.         $context["fieldset_has_header"] = ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'571$this->source); })()), "vars", [], "any"falsefalsefalse571), "label", [], "any"falsefalsefalse571) || (isset($context["ea_icon"]) || array_key_exists("ea_icon"$context) ? $context["ea_icon"] : (function () { throw new RuntimeError('Variable "ea_icon" does not exist.'571$this->source); })())) || (isset($context["ea_help"]) || array_key_exists("ea_help"$context) ? $context["ea_help"] : (function () { throw new RuntimeError('Variable "ea_help" does not exist.'571$this->source); })()));
  1915.         // line 572
  1916.         yield "
  1917.     <div class=\"form-fieldset ";
  1918.         // line 573
  1919.         yield (( !(isset($context["fieldset_has_header"]) || array_key_exists("fieldset_has_header"$context) ? $context["fieldset_has_header"] : (function () { throw new RuntimeError('Variable "fieldset_has_header" does not exist.'573$this->source); })())) ? ("form-fieldset-no-header") : (""));
  1920.         yield " ";
  1921.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["ea_css_class"]) || array_key_exists("ea_css_class"$context) ? $context["ea_css_class"] : (function () { throw new RuntimeError('Variable "ea_css_class" does not exist.'573$this->source); })()), "html"nulltrue);
  1922.         yield "\">
  1923.         <fieldset>
  1924.             ";
  1925.         // line 575
  1926.         if ((isset($context["fieldset_has_header"]) || array_key_exists("fieldset_has_header"$context) ? $context["fieldset_has_header"] : (function () { throw new RuntimeError('Variable "fieldset_has_header" does not exist.'575$this->source); })())) {
  1927.             // line 576
  1928.             yield "                <div class=\"form-fieldset-header ";
  1929.             yield (((isset($context["ea_is_collapsible"]) || array_key_exists("ea_is_collapsible"$context) ? $context["ea_is_collapsible"] : (function () { throw new RuntimeError('Variable "ea_is_collapsible" does not exist.'576$this->source); })())) ? ("collapsible") : (""));
  1930.             yield " ";
  1931.             yield (( !Twig\Extension\CoreExtension::testEmpty((isset($context["ea_help"]) || array_key_exists("ea_help"$context) ? $context["ea_help"] : (function () { throw new RuntimeError('Variable "ea_help" does not exist.'576$this->source); })()))) ? ("with-help") : (""));
  1932.             yield "\">
  1933.                     <div class=\"form-fieldset-title\">
  1934.                         ";
  1935.             // line 578
  1936.             $context["fieldset_title_contents"] = ('' === $tmp \Twig\Extension\CoreExtension::captureOutput((function () use (&$context$macros$blocks) {
  1937.                 // line 579
  1938.                 yield "                            ";
  1939.                 if ((isset($context["ea_is_collapsible"]) || array_key_exists("ea_is_collapsible"$context) ? $context["ea_is_collapsible"] : (function () { throw new RuntimeError('Variable "ea_is_collapsible" does not exist.'579$this->source); })())) {
  1940.                     // line 580
  1941.                     yield "                                <i class=\"fas fw fa-chevron-right form-fieldset-collapse-marker\"></i>
  1942.                             ";
  1943.                 }
  1944.                 // line 582
  1945.                 yield "
  1946.                             ";
  1947.                 // line 583
  1948.                 if ((isset($context["ea_icon"]) || array_key_exists("ea_icon"$context) ? $context["ea_icon"] : (function () { throw new RuntimeError('Variable "ea_icon" does not exist.'583$this->source); })())) {
  1949.                     // line 584
  1950.                     yield "                                <i class=\"form-fieldset-icon ";
  1951.                     yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["ea_icon"]) || array_key_exists("ea_icon"$context) ? $context["ea_icon"] : (function () { throw new RuntimeError('Variable "ea_icon" does not exist.'584$this->source); })()), "html"nulltrue);
  1952.                     yield "\"></i>
  1953.                             ";
  1954.                 }
  1955.                 // line 586
  1956.                 yield "
  1957.                             ";
  1958.                 // line 587
  1959.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'587$this->source); })()), "vars", [], "any"falsefalsefalse587), "label", [], "any"falsefalsefalse587));
  1960.                 yield "
  1961.                         ";
  1962.             })() ?? new \EmptyIterator())) ? '' : new Markup($tmp$this->env->getCharset());
  1963.             // line 589
  1964.             yield "
  1965.                         ";
  1966.             // line 590
  1967.             if ((isset($context["ea_is_collapsible"]) || array_key_exists("ea_is_collapsible"$context) ? $context["ea_is_collapsible"] : (function () { throw new RuntimeError('Variable "ea_is_collapsible" does not exist.'590$this->source); })())) {
  1968.                 // line 591
  1969.                 yield "                            <a href=\"#content-";
  1970.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'591$this->source); })()), "vars", [], "any"falsefalsefalse591), "name", [], "any"falsefalsefalse591), "html"nulltrue);
  1971.                 yield "\" data-bs-toggle=\"collapse\"
  1972.                                class=\"form-fieldset-title-content form-fieldset-collapse ";
  1973.                 // line 592
  1974.                 yield (((isset($context["ea_is_collapsed"]) || array_key_exists("ea_is_collapsed"$context) ? $context["ea_is_collapsed"] : (function () { throw new RuntimeError('Variable "ea_is_collapsed" does not exist.'592$this->source); })())) ? ("collapsed") : (""));
  1975.                 yield "\"
  1976.                                aria-expanded=\"";
  1977.                 // line 593
  1978.                 yield (((isset($context["ea_is_collapsed"]) || array_key_exists("ea_is_collapsed"$context) ? $context["ea_is_collapsed"] : (function () { throw new RuntimeError('Variable "ea_is_collapsed" does not exist.'593$this->source); })())) ? ("false") : ("true"));
  1979.                 yield "\" aria-controls=\"content-";
  1980.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'593$this->source); })()), "vars", [], "any"falsefalsefalse593), "name", [], "any"falsefalsefalse593), "html"nulltrue);
  1981.                 yield "\">
  1982.                                 ";
  1983.                 // line 594
  1984.                 yield (isset($context["fieldset_title_contents"]) || array_key_exists("fieldset_title_contents"$context) ? $context["fieldset_title_contents"] : (function () { throw new RuntimeError('Variable "fieldset_title_contents" does not exist.'594$this->source); })());
  1985.                 yield "
  1986.                             </a>
  1987.                         ";
  1988.             } else {
  1989.                 // line 597
  1990.                 yield "                            <span class=\"not-collapsible form-fieldset-title-content\">
  1991.                                 ";
  1992.                 // line 598
  1993.                 yield (isset($context["fieldset_title_contents"]) || array_key_exists("fieldset_title_contents"$context) ? $context["fieldset_title_contents"] : (function () { throw new RuntimeError('Variable "fieldset_title_contents" does not exist.'598$this->source); })());
  1994.                 yield "
  1995.                             </span>
  1996.                         ";
  1997.             }
  1998.             // line 601
  1999.             yield "
  2000.                         ";
  2001.             // line 602
  2002.             if ((isset($context["ea_help"]) || array_key_exists("ea_help"$context) ? $context["ea_help"] : (function () { throw new RuntimeError('Variable "ea_help" does not exist.'602$this->source); })())) {
  2003.                 // line 603
  2004.                 yield "                            <div class=\"form-fieldset-help\">";
  2005.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["ea_help"]) || array_key_exists("ea_help"$context) ? $context["ea_help"] : (function () { throw new RuntimeError('Variable "ea_help" does not exist.'603$this->source); })()));
  2006.                 yield "</div>
  2007.                         ";
  2008.             }
  2009.             // line 605
  2010.             yield "                    </div>
  2011.                 </div>
  2012.             ";
  2013.         }
  2014.         // line 608
  2015.         yield "
  2016.             <div id=\"content-";
  2017.         // line 609
  2018.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'609$this->source); })()), "vars", [], "any"falsefalsefalse609), "name", [], "any"falsefalsefalse609), "html"nulltrue);
  2019.         yield "\" class=\"form-fieldset-body ";
  2020.         yield (( !(isset($context["fieldset_has_header"]) || array_key_exists("fieldset_has_header"$context) ? $context["fieldset_has_header"] : (function () { throw new RuntimeError('Variable "fieldset_has_header" does not exist.'609$this->source); })())) ? ("without-header") : (""));
  2021.         yield " ";
  2022.         yield (((isset($context["ea_is_collapsible"]) || array_key_exists("ea_is_collapsible"$context) ? $context["ea_is_collapsible"] : (function () { throw new RuntimeError('Variable "ea_is_collapsible" does not exist.'609$this->source); })())) ? ("collapse") : (""));
  2023.         yield " ";
  2024.         yield (( !(isset($context["ea_is_collapsed"]) || array_key_exists("ea_is_collapsed"$context) ? $context["ea_is_collapsed"] : (function () { throw new RuntimeError('Variable "ea_is_collapsed" does not exist.'609$this->source); })())) ? ("show") : (""));
  2025.         yield "\">
  2026.                 <div class=\"row\">
  2027. ";
  2028.         
  2029.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2030.         
  2031.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2032.         return; yield '';
  2033.     }
  2034.     // line 613
  2035.     public function block_ea_form_fieldset_close_row($context, array $blocks = [])
  2036.     {
  2037.         $macros $this->macros;
  2038.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2039.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_fieldset_close_row"));
  2040.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2041.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_fieldset_close_row"));
  2042.         // line 614
  2043.         yield "                </div>
  2044.             </div>
  2045.         </fieldset>
  2046.     </div>
  2047. ";
  2048.         
  2049.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2050.         
  2051.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2052.         return; yield '';
  2053.     }
  2054.     // line 620
  2055.     public function block_ea_form_tablist_row($context, array $blocks = [])
  2056.     {
  2057.         $macros $this->macros;
  2058.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2059.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tablist_row"));
  2060.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2061.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tablist_row"));
  2062.         // line 621
  2063.         yield "    ";
  2064.         $context["tab_id_option_name"] = Twig\Extension\CoreExtension::constant("EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_ID");
  2065.         // line 622
  2066.         yield "    ";
  2067.         $context["tab_is_active_option_name"] = Twig\Extension\CoreExtension::constant("EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_IS_ACTIVE");
  2068.         // line 623
  2069.         yield "    ";
  2070.         $context["tab_error_count_option_name"] = Twig\Extension\CoreExtension::constant("EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_ERROR_COUNT");
  2071.         // line 624
  2072.         yield "    ";
  2073.         $context["field"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'624$this->source); })()), "vars", [], "any"falsefalsefalse624), "ea_vars", [], "any"falsefalsefalse624), "field", [], "any"falsefalsefalse624);
  2074.         // line 625
  2075.         yield "
  2076.     <div class=\"nav-tabs-custom form-tabs-tablist\">
  2077.         <ul class=\"nav nav-tabs\">
  2078.             ";
  2079.         // line 628
  2080.         $context['_parent'] = $context;
  2081.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'628$this->source); })()), "getCustomOption", ["tabs"], "method"falsefalsefalse628));
  2082.         foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
  2083.             // line 629
  2084.             yield "                <li class=\"nav-item\">
  2085.                     <a class=\"nav-link ";
  2086.             // line 630
  2087.             if (CoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", [(isset($context["tab_is_active_option_name"]) || array_key_exists("tab_is_active_option_name"$context) ? $context["tab_is_active_option_name"] : (function () { throw new RuntimeError('Variable "tab_is_active_option_name" does not exist.'630$this->source); })())], "method"falsefalsefalse630)) {
  2088.                 yield "active";
  2089.             }
  2090.             yield "\" href=\"#";
  2091.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", [(isset($context["tab_id_option_name"]) || array_key_exists("tab_id_option_name"$context) ? $context["tab_id_option_name"] : (function () { throw new RuntimeError('Variable "tab_id_option_name" does not exist.'630$this->source); })())], "method"falsefalsefalse630), "html"nulltrue);
  2092.             yield "\" id=\"tablist-";
  2093.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", [(isset($context["tab_id_option_name"]) || array_key_exists("tab_id_option_name"$context) ? $context["tab_id_option_name"] : (function () { throw new RuntimeError('Variable "tab_id_option_name" does not exist.'630$this->source); })())], "method"falsefalsefalse630), "html"nulltrue);
  2094.             yield "\" data-bs-toggle=\"tab\">";
  2095.             // line 631
  2096.             if (((CoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", ["icon"], "method"truetruefalse631)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", ["icon"], "method"falsefalsefalse631), false)) : (false))) {
  2097.                 // line 632
  2098.                 yield "<i class=\"tab-nav-item-icon fa-fw ";
  2099.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", ["icon"], "method"falsefalsefalse632), "html"nulltrue);
  2100.                 yield "\"></i>";
  2101.             }
  2102.             // line 634
  2103.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source$context["tab"], "label", [], "any"falsefalsefalse634), array(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'634$this->source); })()), "i18n", [], "any"falsefalsefalse634), "translationDomain", [], "any"falsefalsefalse634));
  2104.             yield "
  2105.                         ";
  2106.             // line 636
  2107.             $context["tab_error_count"] = CoreExtension::getAttribute($this->env$this->source$context["tab"], "getCustomOption", [(isset($context["tab_error_count_option_name"]) || array_key_exists("tab_error_count_option_name"$context) ? $context["tab_error_count_option_name"] : (function () { throw new RuntimeError('Variable "tab_error_count_option_name" does not exist.'636$this->source); })())], "method"falsefalsefalse636);
  2108.             // line 637
  2109.             if (((isset($context["tab_error_count"]) || array_key_exists("tab_error_count"$context) ? $context["tab_error_count"] : (function () { throw new RuntimeError('Variable "tab_error_count" does not exist.'637$this->source); })()) > 0)) {
  2110.                 // line 638
  2111.                 yield "<span class=\"badge badge-danger\" title=\"";
  2112.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("form.tab.error_badge_title", ["%count%" => (isset($context["tab_error_count"]) || array_key_exists("tab_error_count"$context) ? $context["tab_error_count"] : (function () { throw new RuntimeError('Variable "tab_error_count" does not exist.'638$this->source); })())], "EasyAdminBundle"), "html"nulltrue);
  2113.                 yield "\">";
  2114.                 // line 639
  2115.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["tab_error_count"]) || array_key_exists("tab_error_count"$context) ? $context["tab_error_count"] : (function () { throw new RuntimeError('Variable "tab_error_count" does not exist.'639$this->source); })()), "html"nulltrue);
  2116.                 // line 640
  2117.                 yield "</span>";
  2118.             }
  2119.             // line 642
  2120.             yield "</a>
  2121.                 </li>
  2122.             ";
  2123.         }
  2124.         $_parent $context['_parent'];
  2125.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
  2126.         $context array_intersect_key($context$_parent) + $_parent;
  2127.         // line 645
  2128.         yield "        </ul>
  2129.     </div>
  2130. ";
  2131.         
  2132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2133.         
  2134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2135.         return; yield '';
  2136.     }
  2137.     // line 649
  2138.     public function block_ea_form_tabpane_group_open_row($context, array $blocks = [])
  2139.     {
  2140.         $macros $this->macros;
  2141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_group_open_row"));
  2143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_group_open_row"));
  2145.         // line 650
  2146.         yield "    <div class=\"nav-tabs-custom form-tabs-content\">
  2147.         <div class=\"tab-content\">
  2148. ";
  2149.         
  2150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2151.         
  2152.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2153.         return; yield '';
  2154.     }
  2155.     // line 654
  2156.     public function block_ea_form_tabpane_group_close_row($context, array $blocks = [])
  2157.     {
  2158.         $macros $this->macros;
  2159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2160.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_group_close_row"));
  2161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_group_close_row"));
  2163.         // line 655
  2164.         yield "        </div>
  2165.     </div>
  2166. ";
  2167.         
  2168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2169.         
  2170.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2171.         return; yield '';
  2172.     }
  2173.     // line 659
  2174.     public function block_ea_form_tabpane_open_row($context, array $blocks = [])
  2175.     {
  2176.         $macros $this->macros;
  2177.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2178.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_open_row"));
  2179.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_open_row"));
  2181.         // line 660
  2182.         yield "    ";
  2183.         $context["tab_is_active_option_name"] = Twig\Extension\CoreExtension::constant("EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_IS_ACTIVE");
  2184.         // line 661
  2185.         yield "    ";
  2186.         $context["field"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'661$this->source); })()), "vars", [], "any"falsefalsefalse661), "ea_vars", [], "any"falsefalsefalse661), "field", [], "any"falsefalsefalse661);
  2187.         // line 662
  2188.         yield "
  2189.     <div id=\"";
  2190.         // line 663
  2191.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["ea_tab_id"]) || array_key_exists("ea_tab_id"$context) ? $context["ea_tab_id"] : (function () { throw new RuntimeError('Variable "ea_tab_id" does not exist.'663$this->source); })()), "html"nulltrue);
  2192.         yield "\" class=\"tab-pane ";
  2193.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["field"]) || array_key_exists("field"$context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.'663$this->source); })()), "getCustomOption", [(isset($context["tab_is_active_option_name"]) || array_key_exists("tab_is_active_option_name"$context) ? $context["tab_is_active_option_name"] : (function () { throw new RuntimeError('Variable "tab_is_active_option_name" does not exist.'663$this->source); })())], "method"falsefalsefalse663)) {
  2194.             yield "active";
  2195.         }
  2196.         yield " ";
  2197.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["ea_css_class"]) || array_key_exists("ea_css_class"$context) ? $context["ea_css_class"] : (function () { throw new RuntimeError('Variable "ea_css_class" does not exist.'663$this->source); })()), "html"nulltrue);
  2198.         yield "\" ";
  2199.         $context['_parent'] = $context;
  2200.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'663$this->source); })()), "vars", [], "any"falsefalsefalse663), "attr", [], "any"falsefalsefalse663));
  2201.         foreach ($context['_seq'] as $context["key"] => $context["value"]) {
  2202.             yield Twig\Extension\EscaperExtension::escape($this->env$context["key"], "html"nulltrue);
  2203.             yield "=";
  2204.             yield Twig\Extension\EscaperExtension::escape($this->env$context["value"], "html_attr");
  2205.         }
  2206.         $_parent $context['_parent'];
  2207.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
  2208.         $context array_intersect_key($context$_parent) + $_parent;
  2209.         yield ">
  2210.         ";
  2211.         // line 664
  2212.         if ((isset($context["ea_help"]) || array_key_exists("ea_help"$context) ? $context["ea_help"] : (function () { throw new RuntimeError('Variable "ea_help" does not exist.'664$this->source); })())) {
  2213.             // line 665
  2214.             yield "            <div class=\"content-header-help tab-help\">
  2215.                 ";
  2216.             // line 666
  2217.             yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["ea_help"]) || array_key_exists("ea_help"$context) ? $context["ea_help"] : (function () { throw new RuntimeError('Variable "ea_help" does not exist.'666$this->source); })()), array(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'666$this->source); })()), "i18n", [], "any"falsefalsefalse666), "translationDomain", [], "any"falsefalsefalse666));
  2218.             yield "
  2219.             </div>
  2220.         ";
  2221.         }
  2222.         // line 669
  2223.         yield "
  2224.         <div class=\"row\">
  2225. ";
  2226.         
  2227.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2228.         
  2229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2230.         return; yield '';
  2231.     }
  2232.     // line 673
  2233.     public function block_ea_form_tabpane_close_row($context, array $blocks = [])
  2234.     {
  2235.         $macros $this->macros;
  2236.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2237.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_close_row"));
  2238.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2239.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_form_tabpane_close_row"));
  2240.         // line 674
  2241.         yield "        </div>
  2242.     </div>
  2243. ";
  2244.         
  2245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2246.         
  2247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2248.         return; yield '';
  2249.     }
  2250.     // line 679
  2251.     public function block_ea_filters_widget($context, array $blocks = [])
  2252.     {
  2253.         $macros $this->macros;
  2254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_filters_widget"));
  2256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2257.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_filters_widget"));
  2258.         // line 680
  2259.         yield "    ";
  2260.         $context["applied_filters"] = Twig\Extension\CoreExtension::getArrayKeysFilter(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["ea"] ?? null), "request", [], "any"falsetruefalse680), "query", [], "any"falsetruefalse680), "all", [], "method"falsetruefalse680), "filters", [], "array"truetruefalse680)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["ea"] ?? null), "request", [], "any"falsetruefalse680), "query", [], "any"falsetruefalse680), "all", [], "method"falsetruefalse680), "filters", [], "array"falsefalsefalse680), [])) : ([])));
  2261.         // line 681
  2262.         yield "
  2263.     ";
  2264.         // line 682
  2265.         $context['_parent'] = $context;
  2266.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'682$this->source); })()));
  2267.         $context['loop'] = [
  2268.           'parent' => $context['_parent'],
  2269.           'index0' => 0,
  2270.           'index'  => 1,
  2271.           'first'  => true,
  2272.         ];
  2273.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2274.             $length count($context['_seq']);
  2275.             $context['loop']['revindex0'] = $length 1;
  2276.             $context['loop']['revindex'] = $length;
  2277.             $context['loop']['length'] = $length;
  2278.             $context['loop']['last'] = === $length;
  2279.         }
  2280.         foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
  2281.             // line 683
  2282.             yield "        <div class=\"col-12\">
  2283.             <div class=\"filter-field px-3\" data-filter-property=\"";
  2284.             // line 684
  2285.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse684), "name", [], "any"falsefalsefalse684), "html"nulltrue);
  2286.             yield "\">
  2287.                 <div class=\"filter-heading\" id=\"filter-heading-";
  2288.             // line 685
  2289.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse685), "html"nulltrue);
  2290.             yield "\">
  2291.                     <input type=\"checkbox\" class=\"filter-checkbox\" ";
  2292.             // line 686
  2293.             if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse686), "name", [], "any"falsefalsefalse686), (isset($context["applied_filters"]) || array_key_exists("applied_filters"$context) ? $context["applied_filters"] : (function () { throw new RuntimeError('Variable "applied_filters" does not exist.'686$this->source); })()))) {
  2294.                 yield "checked";
  2295.             }
  2296.             yield ">
  2297.                     <a data-bs-toggle=\"collapse\" href=\"#filter-content-";
  2298.             // line 687
  2299.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse687), "html"nulltrue);
  2300.             yield "\" aria-expanded=\"";
  2301.             yield ((CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse687), "name", [], "any"falsefalsefalse687), (isset($context["applied_filters"]) || array_key_exists("applied_filters"$context) ? $context["applied_filters"] : (function () { throw new RuntimeError('Variable "applied_filters" does not exist.'687$this->source); })()))) ? ("true") : ("false"));
  2302.             yield "\" aria-controls=\"filter-content-";
  2303.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse687), "html"nulltrue);
  2304.             yield "\"
  2305.                         ";
  2306.             // line 688
  2307.             $context['_parent'] = $context;
  2308.             $context['_seq'] = CoreExtension::ensureTraversable(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse688), "label_attr", [], "any"truetruefalse688)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse688), "label_attr", [], "any"falsefalsefalse688), [])) : ([])));
  2309.             foreach ($context['_seq'] as $context["name"] => $context["value"]) {
  2310.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["name"], "html"nulltrue);
  2311.                 yield "=\"";
  2312.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["value"], "html_attr");
  2313.                 yield "\" ";
  2314.             }
  2315.             $_parent $context['_parent'];
  2316.             unset($context['_seq'], $context['_iterated'], $context['name'], $context['value'], $context['_parent'], $context['loop']);
  2317.             $context array_intersect_key($context$_parent) + $_parent;
  2318.             yield ">
  2319.                         ";
  2320.             // line 689
  2321.             yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse689), "label", [], "any"truetruefalse689)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse689), "label", [], "any"falsefalsefalse689), $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse689), "name", [], "any"falsefalsefalse689)))) : ($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse689), "name", [], "any"falsefalsefalse689)))), array(), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'689$this->source); })()), "i18n", [], "any"falsefalsefalse689), "translationDomain", [], "any"falsefalsefalse689)), "html"nulltrue);
  2322.             yield "
  2323.                     </a>
  2324.                 </div>
  2325.                 <div id=\"filter-content-";
  2326.             // line 692
  2327.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse692), "html"nulltrue);
  2328.             yield "\" class=\"filter-content collapse ";
  2329.             if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse692), "name", [], "any"falsefalsefalse692), (isset($context["applied_filters"]) || array_key_exists("applied_filters"$context) ? $context["applied_filters"] : (function () { throw new RuntimeError('Variable "applied_filters" does not exist.'692$this->source); })()))) {
  2330.                 yield "show";
  2331.             }
  2332.             yield "\" aria-labelledby=\"filter-heading-";
  2333.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse692), "html"nulltrue);
  2334.             yield "\">
  2335.                     <div class=\"form-widget\">
  2336.                         ";
  2337.             // line 694
  2338.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["field"], 'widget');
  2339.             yield "
  2340.                     </div>
  2341.                 </div>
  2342.             </div>
  2343.         </div>
  2344.     ";
  2345.             ++$context['loop']['index0'];
  2346.             ++$context['loop']['index'];
  2347.             $context['loop']['first'] = false;
  2348.             if (isset($context['loop']['length'])) {
  2349.                 --$context['loop']['revindex0'];
  2350.                 --$context['loop']['revindex'];
  2351.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  2352.             }
  2353.         }
  2354.         $_parent $context['_parent'];
  2355.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
  2356.         $context array_intersect_key($context$_parent) + $_parent;
  2357.         
  2358.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2359.         
  2360.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2361.         return; yield '';
  2362.     }
  2363.     // line 702
  2364.     public function block_comparison_widget($context, array $blocks = [])
  2365.     {
  2366.         $macros $this->macros;
  2367.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2368.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""comparison_widget"));
  2369.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2370.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""comparison_widget"));
  2371.         // line 703
  2372.         yield "    ";
  2373.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'703$this->source); })()), 'widget', ["attr" => Twig\Extension\CoreExtension::arrayMerge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'703$this->source); })()), "vars", [], "any"falsefalsefalse703), "attr", [], "any"falsefalsefalse703), ["data-ea-comparison-id" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'703$this->source); })()), "vars", [], "any"falsefalsefalse703), "id", [], "any"falsefalsefalse703)])]);
  2374.         yield "
  2375. ";
  2376.         
  2377.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2378.         
  2379.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2380.         return; yield '';
  2381.     }
  2382.     // line 706
  2383.     public function block_ea_numeric_filter_widget($context, array $blocks = [])
  2384.     {
  2385.         $macros $this->macros;
  2386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_numeric_filter_widget"));
  2388.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_numeric_filter_widget"));
  2390.         // line 707
  2391.         yield "    <div class=\"form-widget-compound\">
  2392.         ";
  2393.         // line 708
  2394.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'708$this->source); })()), "comparison", [], "any"falsefalsefalse708), 'row');
  2395.         yield "
  2396.         ";
  2397.         // line 709
  2398.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'709$this->source); })()), "value", [], "any"falsefalsefalse709), 'row');
  2399.         yield "
  2400.         <div data-ea-value2-of-comparison-id=\"";
  2401.         // line 710
  2402.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'710$this->source); })()), "comparison", [], "any"falsefalsefalse710), "vars", [], "any"falsefalsefalse710), "id", [], "any"falsefalsefalse710), "html"nulltrue);
  2403.         yield "\" class=\"";
  2404.         yield (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'710$this->source); })()), "comparison", [], "any"falsefalsefalse710), "vars", [], "any"falsefalsefalse710), "value", [], "any"falsefalsefalse710) != "between")) ? ("d-none") : (""));
  2405.         yield "\">
  2406.             ";
  2407.         // line 711
  2408.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'711$this->source); })()), "value2", [], "any"falsefalsefalse711), 'row');
  2409.         yield "
  2410.         </div>
  2411.     </div>";
  2412.         // line 714
  2413.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'714$this->source); })()), 'errors');
  2414.         
  2415.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2416.         
  2417.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2418.         return; yield '';
  2419.     }
  2420.     // line 717
  2421.     public function block_ea_datetime_filter_widget($context, array $blocks = [])
  2422.     {
  2423.         $macros $this->macros;
  2424.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_datetime_filter_widget"));
  2426.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2427.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_datetime_filter_widget"));
  2428.         // line 718
  2429.         yield "    ";
  2430.         yield from         $this->unwrap()->yieldBlock("ea_numeric_filter_widget"$context$blocks);
  2431.         yield "
  2432. ";
  2433.         
  2434.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2435.         
  2436.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2437.         return; yield '';
  2438.     }
  2439.     // line 721
  2440.     public function block_ea_fileupload_widget($context, array $blocks = [])
  2441.     {
  2442.         $macros $this->macros;
  2443.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2444.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_fileupload_widget"));
  2445.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2446.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_fileupload_widget"));
  2447.         // line 722
  2448.         yield "    <div class=\"ea-fileupload\">
  2449.         <div class=\"input-group\">
  2450.             ";
  2451.         // line 724
  2452.         $context["placeholder"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->createTranslatable("action.choose_file", [], "EasyAdminBundle");
  2453.         // line 725
  2454.         yield "            ";
  2455.         $context["title"] = "";
  2456.         // line 726
  2457.         yield "            ";
  2458.         $context["filesLabel"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("files", [], "EasyAdminBundle");
  2459.         // line 727
  2460.         yield "            ";
  2461.         if ((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'727$this->source); })())) {
  2462.             // line 728
  2463.             yield "                ";
  2464.             if ((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'728$this->source); })())) {
  2465.                 // line 729
  2466.                 yield "                    ";
  2467.                 $context["placeholder"] = ((Twig\Extension\CoreExtension::lengthFilter($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'729$this->source); })())) . " ") . (isset($context["filesLabel"]) || array_key_exists("filesLabel"$context) ? $context["filesLabel"] : (function () { throw new RuntimeError('Variable "filesLabel" does not exist.'729$this->source); })()));
  2468.                 // line 730
  2469.                 yield "                ";
  2470.             } else {
  2471.                 // line 731
  2472.                 yield "                    ";
  2473.                 $context["placeholder"] = CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::first($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'731$this->source); })())), "filename", [], "any"falsefalsefalse731);
  2474.                 // line 732
  2475.                 yield "                    ";
  2476.                 $context["title"] = Twig\Extension\CoreExtension::dateFormatFilter($this->envCoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::first($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'732$this->source); })())), "mTime", [], "any"falsefalsefalse732));
  2477.                 // line 733
  2478.                 yield "                ";
  2479.             }
  2480.             // line 734
  2481.             yield "            ";
  2482.         }
  2483.         // line 735
  2484.         yield "            <div class=\"custom-file\">
  2485.                 ";
  2486.         // line 736
  2487.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'736$this->source); })()), "file", [], "any"falsefalsefalse736), 'widget', ["attr" => Twig\Extension\CoreExtension::arrayMerge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'736$this->source); })()), "file", [], "any"falsefalsefalse736), "vars", [], "any"falsefalsefalse736), "attr", [], "any"falsefalsefalse736), ["placeholder" => (isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'736$this->source); })()), "title" => (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'736$this->source); })()), "data-files-label" => (isset($context["filesLabel"]) || array_key_exists("filesLabel"$context) ? $context["filesLabel"] : (function () { throw new RuntimeError('Variable "filesLabel" does not exist.'736$this->source); })()), "class" => "d-none"])]);
  2488.         yield "
  2489.                 ";
  2490.         // line 737
  2491.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'737$this->source); })()), "file", [], "any"falsefalsefalse737), 'label', ["label_attr" => ["class" => "custom-file-label"]] + (twig_test_empty($_label_ = (isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'737$this->source); })())) ? [] : ["label" => $_label_]));
  2492.         yield "
  2493.             </div>
  2494.             <div class=\"input-group-text\">";
  2495.         // line 740
  2496.         if ((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'740$this->source); })())) {
  2497.             // line 741
  2498.             if ((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'741$this->source); })())) {
  2499.                 // line 742
  2500.                 yield "                        ";
  2501.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->fileSize(Twig\Extension\CoreExtension::arrayReduce($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'742$this->source); })()), function ($__carry__$__file__) use ($context$macros) { $context["carry"] = $__carry__$context["file"] = $__file__; return ((isset($context["carry"]) || array_key_exists("carry"$context) ? $context["carry"] : (function () { throw new RuntimeError('Variable "carry" does not exist.'742$this->source); })()) + CoreExtension::getAttribute($this->env$this->source, (isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'742$this->source); })()), "size", [], "any"falsefalsefalse742)); })), "html"nulltrue);
  2502.                 yield "
  2503.                     ";
  2504.             } else {
  2505.                 // line 744
  2506.                 yield "                        ";
  2507.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->fileSize(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::first($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'744$this->source); })())), "size", [], "any"falsefalsefalse744)), "html"nulltrue);
  2508.                 yield "
  2509.                     ";
  2510.             }
  2511.         }
  2512.         // line 747
  2513.         if ((isset($context["allow_delete"]) || array_key_exists("allow_delete"$context) ? $context["allow_delete"] : (function () { throw new RuntimeError('Variable "allow_delete" does not exist.'747$this->source); })())) {
  2514.             // line 748
  2515.             yield "                    <label class=\"btn ea-fileupload-delete-btn ";
  2516.             yield ((Twig\Extension\CoreExtension::testEmpty((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'748$this->source); })()))) ? ("d-none") : (""));
  2517.             yield "\" for=\"";
  2518.             yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'748$this->source); })()), "delete", [], "any"falsefalsefalse748), "vars", [], "any"falsefalsefalse748), "id", [], "any"falsefalsefalse748), "html"nulltrue);
  2519.             yield "\">
  2520.                         <i class=\"fa fa-trash-o\"></i>
  2521.                     </label>
  2522.                 ";
  2523.         }
  2524.         // line 752
  2525.         yield "                <label class=\"btn\" for=\"";
  2526.         yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'752$this->source); })()), "file", [], "any"falsefalsefalse752), "vars", [], "any"falsefalsefalse752), "id", [], "any"falsefalsefalse752), "html"nulltrue);
  2527.         yield "\">
  2528.                     <i class=\"fa fa-folder-open-o\"></i>
  2529.                 </label>
  2530.             </div>
  2531.         </div>
  2532.         ";
  2533.         // line 757
  2534.         if (((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'757$this->source); })()) && (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'757$this->source); })()))) {
  2535.             // line 758
  2536.             yield "            <div class=\"form-control fileupload-list\">
  2537.                 <table class=\"fileupload-table\">
  2538.                     <tbody>
  2539.                     ";
  2540.             // line 761
  2541.             $context['_parent'] = $context;
  2542.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'761$this->source); })()));
  2543.             foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  2544.                 // line 762
  2545.                 yield "                        <tr>
  2546.                             <td>
  2547.                                 ";
  2548.                 // line 764
  2549.                 if ((isset($context["download_path"]) || array_key_exists("download_path"$context) ? $context["download_path"] : (function () { throw new RuntimeError('Variable "download_path" does not exist.'764$this->source); })())) {
  2550.                     yield "<a href=\"";
  2551.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((isset($context["download_path"]) || array_key_exists("download_path"$context) ? $context["download_path"] : (function () { throw new RuntimeError('Variable "download_path" does not exist.'764$this->source); })()) . CoreExtension::getAttribute($this->env$this->source$context["file"], "filename", [], "any"falsefalsefalse764))), "html"nulltrue);
  2552.                     yield "\">";
  2553.                 }
  2554.                 // line 765
  2555.                 yield "                                    <span title=\"";
  2556.                 yield Twig\Extension\EscaperExtension::escape($this->envTwig\Extension\CoreExtension::dateFormatFilter($this->envCoreExtension::getAttribute($this->env$this->source$context["file"], "mTime", [], "any"falsefalsefalse765)), "html"nulltrue);
  2557.                 yield "\">
  2558.                                         <i class=\"fa fa-file-o\"></i> ";
  2559.                 // line 766
  2560.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["file"], "filename", [], "any"falsefalsefalse766), "html"nulltrue);
  2561.                 yield "
  2562.                                     </span>
  2563.                                 ";
  2564.                 // line 768
  2565.                 if ((isset($context["download_path"]) || array_key_exists("download_path"$context) ? $context["download_path"] : (function () { throw new RuntimeError('Variable "download_path" does not exist.'768$this->source); })())) {
  2566.                     yield "</a>";
  2567.                 }
  2568.                 // line 769
  2569.                 yield "                            </td>
  2570.                             <td class=\"text-right file-size\">";
  2571.                 // line 770
  2572.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->fileSize(CoreExtension::getAttribute($this->env$this->source$context["file"], "size", [], "any"falsefalsefalse770)), "html"nulltrue);
  2573.                 yield "</td>
  2574.                         </tr>
  2575.                     ";
  2576.             }
  2577.             $_parent $context['_parent'];
  2578.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
  2579.             $context array_intersect_key($context$_parent) + $_parent;
  2580.             // line 773
  2581.             yield "                    </tbody>
  2582.                 </table>
  2583.             </div>
  2584.         ";
  2585.         }
  2586.         // line 777
  2587.         yield "        ";
  2588.         if ((isset($context["allow_delete"]) || array_key_exists("allow_delete"$context) ? $context["allow_delete"] : (function () { throw new RuntimeError('Variable "allow_delete" does not exist.'777$this->source); })())) {
  2589.             // line 778
  2590.             yield "            <div class=\"d-none\">";
  2591.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'778$this->source); })()), "delete", [], "any"falsefalsefalse778), 'widget', ["label" => false]);
  2592.             yield "</div>
  2593.         ";
  2594.         }
  2595.         // line 780
  2596.         yield "    </div>
  2597.     ";
  2598.         // line 781
  2599.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'781$this->source); })()), "file", [], "any"falsefalsefalse781), 'errors');
  2600.         yield "
  2601. ";
  2602.         
  2603.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2604.         
  2605.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2606.         return; yield '';
  2607.     }
  2608.     // line 784
  2609.     public function block_TODO_ea_fileupload_widget($context, array $blocks = [])
  2610.     {
  2611.         $macros $this->macros;
  2612.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2613.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""TODO_ea_fileupload_widget"));
  2614.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2615.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""TODO_ea_fileupload_widget"));
  2616.         // line 785
  2617.         yield "    ";
  2618.         $context["placeholder"] = "";
  2619.         // line 786
  2620.         yield "    ";
  2621.         $context["title"] = "";
  2622.         // line 787
  2623.         yield "    ";
  2624.         $context["filesLabel"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("files", [], "EasyAdminBundle");
  2625.         // line 788
  2626.         yield "    ";
  2627.         if ((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'788$this->source); })())) {
  2628.             // line 789
  2629.             yield "        ";
  2630.             if ((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'789$this->source); })())) {
  2631.                 // line 790
  2632.                 yield "            ";
  2633.                 $context["placeholder"] = ((Twig\Extension\CoreExtension::lengthFilter($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'790$this->source); })())) . " ") . (isset($context["filesLabel"]) || array_key_exists("filesLabel"$context) ? $context["filesLabel"] : (function () { throw new RuntimeError('Variable "filesLabel" does not exist.'790$this->source); })()));
  2634.                 // line 791
  2635.                 yield "        ";
  2636.             } else {
  2637.                 // line 792
  2638.                 yield "            ";
  2639.                 $context["placeholder"] = CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::first($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'792$this->source); })())), "filename", [], "any"falsefalsefalse792);
  2640.                 // line 793
  2641.                 yield "            ";
  2642.                 $context["title"] = Twig\Extension\CoreExtension::dateFormatFilter($this->envCoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::first($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'793$this->source); })())), "mTime", [], "any"falsefalsefalse793));
  2643.                 // line 794
  2644.                 yield "        ";
  2645.             }
  2646.             // line 795
  2647.             yield "    ";
  2648.         }
  2649.         // line 796
  2650.         yield "
  2651.     <div class=\"ea-fileupload\">
  2652.         <div class=\"input-group\">
  2653.             ";
  2654.         // line 799
  2655.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'799$this->source); })()), "file", [], "any"falsefalsefalse799), 'widget', ["attr" => Twig\Extension\CoreExtension::arrayMerge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'799$this->source); })()), "file", [], "any"falsefalsefalse799), "vars", [], "any"falsefalsefalse799), "attr", [], "any"falsefalsefalse799), ["placeholder" => (isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'799$this->source); })()), "title" => (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'799$this->source); })()), "data-files-label" => (isset($context["filesLabel"]) || array_key_exists("filesLabel"$context) ? $context["filesLabel"] : (function () { throw new RuntimeError('Variable "filesLabel" does not exist.'799$this->source); })()), "class" => "form-control"])]);
  2656.         yield "
  2657.             ";
  2658.         // line 801
  2659.         if ((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'801$this->source); })())) {
  2660.             // line 802
  2661.             yield "                <span class=\"input-group-text\">
  2662.                     ";
  2663.             // line 803
  2664.             if ((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'803$this->source); })())) {
  2665.                 // line 804
  2666.                 yield "                        ";
  2667.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->fileSize(Twig\Extension\CoreExtension::arrayReduce($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'804$this->source); })()), function ($__carry__$__file__) use ($context$macros) { $context["carry"] = $__carry__$context["file"] = $__file__; return ((isset($context["carry"]) || array_key_exists("carry"$context) ? $context["carry"] : (function () { throw new RuntimeError('Variable "carry" does not exist.'804$this->source); })()) + CoreExtension::getAttribute($this->env$this->source, (isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'804$this->source); })()), "size", [], "any"falsefalsefalse804)); })), "html"nulltrue);
  2668.                 yield "
  2669.                     ";
  2670.             } else {
  2671.                 // line 806
  2672.                 yield "                        ";
  2673.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->fileSize(CoreExtension::getAttribute($this->env$this->sourceTwig\Extension\CoreExtension::first($this->env, (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'806$this->source); })())), "size", [], "any"falsefalsefalse806)), "html"nulltrue);
  2674.                 yield "
  2675.                     ";
  2676.             }
  2677.             // line 808
  2678.             yield "                </span>
  2679.             ";
  2680.         }
  2681.         // line 810
  2682.         yield "
  2683.             ";
  2684.         // line 811
  2685.         if (((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'811$this->source); })()) && (isset($context["allow_delete"]) || array_key_exists("allow_delete"$context) ? $context["allow_delete"] : (function () { throw new RuntimeError('Variable "allow_delete" does not exist.'811$this->source); })()))) {
  2686.             // line 812
  2687.             yield "                <button class=\"btn ea-fileupload-delete-btn\">
  2688.                     <i class=\"fa fa-trash-o\"></i>
  2689.                 </button>
  2690.             ";
  2691.         }
  2692.         // line 816
  2693.         yield "
  2694.             ";
  2695.         // line 817
  2696.         if ((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'817$this->source); })())) {
  2697.             // line 818
  2698.             yield "                <button class=\"btn\">
  2699.                     <i class=\"fa fa-folder-open-o\"></i>
  2700.                 </button>
  2701.             ";
  2702.         }
  2703.         // line 822
  2704.         yield "        </div>
  2705.         ";
  2706.         // line 824
  2707.         if (((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'824$this->source); })()) && (isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'824$this->source); })()))) {
  2708.             // line 825
  2709.             yield "            <div class=\"form-control fileupload-list\">
  2710.                 <table class=\"fileupload-table\">
  2711.                     <tbody>
  2712.                     ";
  2713.             // line 828
  2714.             $context['_parent'] = $context;
  2715.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["currentFiles"]) || array_key_exists("currentFiles"$context) ? $context["currentFiles"] : (function () { throw new RuntimeError('Variable "currentFiles" does not exist.'828$this->source); })()));
  2716.             foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  2717.                 // line 829
  2718.                 yield "                        <tr>
  2719.                             <td>
  2720.                                 ";
  2721.                 // line 831
  2722.                 if ((isset($context["download_path"]) || array_key_exists("download_path"$context) ? $context["download_path"] : (function () { throw new RuntimeError('Variable "download_path" does not exist.'831$this->source); })())) {
  2723.                     yield "<a href=\"";
  2724.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((isset($context["download_path"]) || array_key_exists("download_path"$context) ? $context["download_path"] : (function () { throw new RuntimeError('Variable "download_path" does not exist.'831$this->source); })()) . CoreExtension::getAttribute($this->env$this->source$context["file"], "filename", [], "any"falsefalsefalse831))), "html"nulltrue);
  2725.                     yield "\">";
  2726.                 }
  2727.                 // line 832
  2728.                 yield "                                    <span title=\"";
  2729.                 yield Twig\Extension\EscaperExtension::escape($this->envTwig\Extension\CoreExtension::dateFormatFilter($this->envCoreExtension::getAttribute($this->env$this->source$context["file"], "mTime", [], "any"falsefalsefalse832)), "html"nulltrue);
  2730.                 yield "\">
  2731.                                         <i class=\"fa fa-file-o\"></i> ";
  2732.                 // line 833
  2733.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["file"], "filename", [], "any"falsefalsefalse833), "html"nulltrue);
  2734.                 yield "
  2735.                                     </span>
  2736.                                     ";
  2737.                 // line 835
  2738.                 if ((isset($context["download_path"]) || array_key_exists("download_path"$context) ? $context["download_path"] : (function () { throw new RuntimeError('Variable "download_path" does not exist.'835$this->source); })())) {
  2739.                     yield "</a>";
  2740.                 }
  2741.                 // line 836
  2742.                 yield "                            </td>
  2743.                             <td class=\"text-right file-size\">";
  2744.                 // line 837
  2745.                 yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->fileSize(CoreExtension::getAttribute($this->env$this->source$context["file"], "size", [], "any"falsefalsefalse837)), "html"nulltrue);
  2746.                 yield "</td>
  2747.                         </tr>
  2748.                     ";
  2749.             }
  2750.             $_parent $context['_parent'];
  2751.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
  2752.             $context array_intersect_key($context$_parent) + $_parent;
  2753.             // line 840
  2754.             yield "                    </tbody>
  2755.                 </table>
  2756.             </div>
  2757.         ";
  2758.         }
  2759.         // line 844
  2760.         yield "        ";
  2761.         if ((isset($context["allow_delete"]) || array_key_exists("allow_delete"$context) ? $context["allow_delete"] : (function () { throw new RuntimeError('Variable "allow_delete" does not exist.'844$this->source); })())) {
  2762.             // line 845
  2763.             yield "            <div class=\"d-none\">";
  2764.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'845$this->source); })()), "delete", [], "any"falsefalsefalse845), 'widget', ["label" => false]);
  2765.             yield "</div>
  2766.         ";
  2767.         }
  2768.         // line 847
  2769.         yield "    </div>
  2770.     ";
  2771.         // line 849
  2772.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'849$this->source); })()), "file", [], "any"falsefalsefalse849), 'errors');
  2773.         yield "
  2774. ";
  2775.         
  2776.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2777.         
  2778.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2779.         return; yield '';
  2780.     }
  2781.     // line 852
  2782.     public function block_ea_slug_widget($context, array $blocks = [])
  2783.     {
  2784.         $macros $this->macros;
  2785.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2786.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_slug_widget"));
  2787.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2788.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ea_slug_widget"));
  2789.         // line 853
  2790.         yield "    ";
  2791.         $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'853$this->source); })()), ["data-ea-slug-field" => """data-target" => json_encode(Twig\Extension\CoreExtension::arrayMap($this->envTwig\Extension\CoreExtension::splitFilter($this->env,         // line 855
  2792. (isset($context["target"]) || array_key_exists("target"$context) ? $context["target"] : (function () { throw new RuntimeError('Variable "target" does not exist.'855$this->source); })()), "|"), function ($__name__) use ($context$macros) { $context["name"] = $__name__; return CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'855$this->source); })()), "parent", [], "any"falsefalsefalse855), "children", [], "any"falsefalsefalse855), (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'855$this->source); })()), [], "array"falsefalsefalse855), "vars", [], "any"falsefalsefalse855), "id", [], "any"falsefalsefalse855); }))]);
  2793.         // line 857
  2794.         yield "    ";
  2795.         if (CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "data-confirm-text", [], "array"truetruefalse857)) {
  2796.             // line 858
  2797.             yield "        ";
  2798.             $context["attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'858$this->source); })()), ["data-confirm-text" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source,             // line 859
  2799. (isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'859$this->source); })()), "data-confirm-text", [], "array"falsefalsefalse859))]);
  2800.             // line 861
  2801.             yield "    ";
  2802.         }
  2803.         // line 862
  2804.         yield "
  2805.     <div class=\"input-group\">
  2806.         ";
  2807.         // line 864
  2808.         yield from         $this->unwrap()->yieldBlock("form_widget"$context$blocks);
  2809.         yield "
  2810.         <button type=\"button\" class=\"btn\">
  2811.             <i class=\"fas fa-lock fa-fw\"></i>
  2812.         </button>
  2813.     </div>
  2814. ";
  2815.         
  2816.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2817.         
  2818.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2819.         return; yield '';
  2820.     }
  2821.     // line 476
  2822.     public function macro_recursiveFieldsetForm($__form__ null, ...$__varargs__)
  2823.     {
  2824.         $macros $this->macros;
  2825.         $context $this->env->mergeGlobals([
  2826.             "form" => $__form__,
  2827.             "varargs" => $__varargs__,
  2828.         ]);
  2829.         $blocks = [];
  2830.         return ('' === $tmp \Twig\Extension\CoreExtension::captureOutput((function () use (&$context$macros$blocks) {
  2831.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2832.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""recursiveFieldsetForm"));
  2833.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2834.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""recursiveFieldsetForm"));
  2835.             // line 477
  2836.             yield "            ";
  2837.             $context['_parent'] = $context;
  2838.             $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::arrayFilter($this->env, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'477$this->source); })()), function ($__field__) use ($context$macros) { $context["field"] = $__field__; return (!CoreExtension::inFilter("hidden"CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse477), "block_prefixes", [], "any"falsefalsefalse477)) && ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse477), "ea_crud_form", [], "any"falsetruefalse477), "form_tab", [], "any"truetruefalse477) &&  !CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsefalsefalse477), "ea_crud_form", [], "any"falsefalsefalse477), "form_tab", [], "any"falsefalsefalse477)) || CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse477), "ea_crud_form", [], "any"falsetruefalse477), "form_tabs", [], "any"truetruefalse477))); }));
  2839.             foreach ($context['_seq'] as $context["_key"] => $context["field"]) {
  2840.                 // line 478
  2841.                 yield "                ";
  2842.                 if (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["field"], "vars", [], "any"falsetruefalse478), "ea_crud_form", [], "any"falsetruefalse478), "form_tabs", [], "any"truetruefalse478)) {
  2843.                     // line 479
  2844.                     yield "                    ";
  2845.                     // line 480
  2846.                     yield "                    ";
  2847.                     yield CoreExtension::callMacro($macros["_self"], "macro_recursiveFieldsetForm", [$context["field"]], 480$context$this->getSourceContext());
  2848.                     yield "
  2849.                 ";
  2850.                 } else {
  2851.                     // line 482
  2852.                     yield "                    ";
  2853.                     // line 483
  2854.                     yield "                    ";
  2855.                     yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["field"], 'row');
  2856.                     yield "
  2857.                 ";
  2858.                 }
  2859.                 // line 485
  2860.                 yield "            ";
  2861.             }
  2862.             $_parent $context['_parent'];
  2863.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
  2864.             $context array_intersect_key($context$_parent) + $_parent;
  2865.             // line 486
  2866.             yield "        ";
  2867.             
  2868.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2869.             
  2870.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2871.         })() ?? new \EmptyIterator())) ? '' : new Markup($tmp$this->env->getCharset());
  2872.     }
  2873.     /**
  2874.      * @codeCoverageIgnore
  2875.      */
  2876.     public function getTemplateName()
  2877.     {
  2878.         return "@EasyAdmin/crud/form_theme.html.twig";
  2879.     }
  2880.     /**
  2881.      * @codeCoverageIgnore
  2882.      */
  2883.     public function isTraitable()
  2884.     {
  2885.         return false;
  2886.     }
  2887.     /**
  2888.      * @codeCoverageIgnore
  2889.      */
  2890.     public function getDebugInfo()
  2891.     {
  2892.         return array (  3138 => 486,  3132 => 485,  3126 => 483,  3124 => 482,  3118 => 480,  3116 => 479,  3113 => 478,  3108 => 477,  3090 => 476,  3073 => 864,  3069 => 862,  3066 => 861,  3064 => 859,  3062 => 858,  3059 => 857,  3057 => 855,  3055 => 853,  3045 => 852,  3032 => 849,  3028 => 847,  3022 => 845,  3019 => 844,  3013 => 840,  3004 => 837,  3001 => 836,  2997 => 835,  2992 => 833,  2987 => 832,  2981 => 831,  2977 => 829,  2973 => 828,  2968 => 825,  2966 => 824,  2962 => 822,  2956 => 818,  2954 => 817,  2951 => 816,  2945 => 812,  2943 => 811,  2940 => 810,  2936 => 808,  2930 => 806,  2924 => 804,  2922 => 803,  2919 => 802,  2917 => 801,  2912 => 799,  2907 => 796,  2904 => 795,  2901 => 794,  2898 => 793,  2895 => 792,  2892 => 791,  2889 => 790,  2886 => 789,  2883 => 788,  2880 => 787,  2877 => 786,  2874 => 785,  2864 => 784,  2851 => 781,  2848 => 780,  2842 => 778,  2839 => 777,  2833 => 773,  2824 => 770,  2821 => 769,  2817 => 768,  2812 => 766,  2807 => 765,  2801 => 764,  2797 => 762,  2793 => 761,  2788 => 758,  2786 => 757,  2777 => 752,  2767 => 748,  2765 => 747,  2758 => 744,  2752 => 742,  2750 => 741,  2748 => 740,  2743 => 737,  2739 => 736,  2736 => 735,  2733 => 734,  2730 => 733,  2727 => 732,  2724 => 731,  2721 => 730,  2718 => 729,  2715 => 728,  2712 => 727,  2709 => 726,  2706 => 725,  2704 => 724,  2700 => 722,  2690 => 721,  2676 => 718,  2666 => 717,  2655 => 714,  2650 => 711,  2644 => 710,  2640 => 709,  2636 => 708,  2633 => 707,  2623 => 706,  2609 => 703,  2599 => 702,  2570 => 694,  2559 => 692,  2553 => 689,  2539 => 688,  2531 => 687,  2525 => 686,  2521 => 685,  2517 => 684,  2514 => 683,  2497 => 682,  2494 => 681,  2491 => 680,  2481 => 679,  2468 => 674,  2458 => 673,  2445 => 669,  2439 => 666,  2436 => 665,  2434 => 664,  2413 => 663,  2410 => 662,  2407 => 661,  2404 => 660,  2394 => 659,  2381 => 655,  2371 => 654,  2358 => 650,  2348 => 649,  2335 => 645,  2327 => 642,  2324 => 640,  2322 => 639,  2318 => 638,  2316 => 637,  2314 => 636,  2309 => 634,  2304 => 632,  2302 => 631,  2293 => 630,  2290 => 629,  2286 => 628,  2281 => 625,  2278 => 624,  2275 => 623,  2272 => 622,  2269 => 621,  2259 => 620,  2244 => 614,  2234 => 613,  2214 => 609,  2211 => 608,  2206 => 605,  2200 => 603,  2198 => 602,  2195 => 601,  2189 => 598,  2186 => 597,  2180 => 594,  2174 => 593,  2170 => 592,  2165 => 591,  2163 => 590,  2160 => 589,  2155 => 587,  2152 => 586,  2146 => 584,  2144 => 583,  2141 => 582,  2137 => 580,  2134 => 579,  2132 => 578,  2124 => 576,  2122 => 575,  2115 => 573,  2112 => 572,  2109 => 571,  2099 => 570,  2087 => 567,  2077 => 566,  2064 => 562,  2058 => 560,  2056 => 559,  2052 => 557,  2047 => 556,  2041 => 555,  2037 => 553,  2035 => 552,  2029 => 551,  2026 => 550,  2023 => 549,  2020 => 548,  2017 => 547,  2007 => 546,  1994 => 542,  1991 => 541,  1989 => 539,  1979 => 538,  1966 => 534,  1963 => 533,  1961 => 532,  1951 => 531,  1937 => 528,  1927 => 527,  1913 => 522,  1908 => 519,  1906 => 518,  1905 => 517,  1903 => 515,  1893 => 514,  1881 => 510,  1879 => 509,  1878 => 508,  1877 => 507,  1876 => 506,  1875 => 505,  1873 => 503,  1863 => 502,  1849 => 498,  1846 => 497,  1836 => 496,  1822 => 493,  1812 => 492,  1794 => 487,  1792 => 476,  1783 => 471,  1777 => 470,  1771 => 468,  1768 => 467,  1764 => 466,  1753 => 464,  1750 => 463,  1745 => 460,  1739 => 458,  1737 => 457,  1730 => 454,  1724 => 452,  1722 => 451,  1719 => 450,  1715 => 448,  1713 => 447,  1710 => 446,  1703 => 444,  1699 => 443,  1694 => 442,  1690 => 440,  1688 => 439,  1680 => 437,  1678 => 436,  1673 => 434,  1670 => 433,  1667 => 432,  1665 => 431,  1662 => 430,  1659 => 429,  1654 => 428,  1651 => 427,  1648 => 426,  1638 => 425,  1625 => 422,  1622 => 421,  1619 => 420,  1609 => 419,  1591 => 414,  1586 => 413,  1576 => 412,  1562 => 408,  1552 => 407,  1538 => 403,  1535 => 402,  1529 => 400,  1527 => 399,  1521 => 396,  1517 => 395,  1514 => 394,  1510 => 391,  1505 => 389,  1498 => 386,  1496 => 385,  1493 => 384,  1490 => 383,  1486 => 381,  1480 => 379,  1474 => 377,  1472 => 376,  1468 => 375,  1464 => 373,  1458 => 371,  1452 => 369,  1450 => 368,  1446 => 367,  1443 => 366,  1440 => 365,  1436 => 363,  1430 => 361,  1424 => 359,  1422 => 358,  1419 => 357,  1416 => 356,  1414 => 355,  1411 => 354,  1408 => 353,  1398 => 352,  1384 => 349,  1381 => 348,  1371 => 347,  1357 => 343,  1354 => 342,  1348 => 340,  1346 => 339,  1340 => 336,  1336 => 335,  1333 => 334,  1329 => 331,  1324 => 329,  1317 => 326,  1315 => 325,  1312 => 324,  1308 => 322,  1305 => 320,  1302 => 318,  1300 => 317,  1297 => 316,  1292 => 315,  1289 => 308,  1286 => 307,  1284 => 306,  1281 => 305,  1271 => 304,  1257 => 301,  1254 => 300,  1244 => 299,  1230 => 295,  1227 => 294,  1217 => 293,  1203 => 287,  1199 => 284,  1196 => 282,  1194 => 281,  1190 => 278,  1187 => 276,  1185 => 275,  1183 => 274,  1168 => 273,  1164 => 270,  1161 => 267,  1160 => 266,  1159 => 265,  1157 => 264,  1155 => 263,  1153 => 260,  1150 => 258,  1148 => 257,  1145 => 255,  1142 => 253,  1140 => 252,  1138 => 251,  1135 => 247,  1125 => 246,  1114 => 241,  1112 => 240,  1106 => 239,  1096 => 238,  1082 => 234,  1079 => 233,  1076 => 232,  1073 => 231,  1070 => 230,  1067 => 229,  1061 => 227,  1058 => 226,  1055 => 225,  1053 => 223,  1051 => 222,  1048 => 221,  1038 => 220,  1026 => 217,  1017 => 211,  1009 => 208,  1006 => 207,  1000 => 205,  998 => 204,  992 => 201,  985 => 199,  981 => 197,  978 => 196,  972 => 194,  970 => 193,  966 => 192,  961 => 191,  959 => 190,  953 => 189,  950 => 188,  943 => 184,  940 => 183,  937 => 182,  934 => 181,  931 => 180,  928 => 179,  925 => 178,  915 => 177,  900 => 172,  896 => 170,  894 => 169,  891 => 168,  888 => 167,  885 => 166,  883 => 165,  879 => 163,  873 => 160,  870 => 159,  864 => 157,  862 => 156,  857 => 155,  855 => 154,  851 => 152,  848 => 151,  845 => 150,  843 => 148,  833 => 147,  820 => 144,  817 => 143,  815 => 141,  814 => 140,  813 => 139,  812 => 138,  811 => 137,  810 => 135,  807 => 134,  804 => 133,  801 => 132,  798 => 131,  788 => 130,  775 => 127,  772 => 126,  769 => 125,  766 => 120,  763 => 119,  753 => 118,  740 => 114,  737 => 113,  731 => 108,  729 => 107,  723 => 104,  721 => 103,  716 => 102,  714 => 101,  711 => 100,  706 => 99,  700 => 97,  698 => 96,  693 => 94,  690 => 93,  684 => 90,  681 => 89,  678 => 88,  674 => 87,  671 => 86,  668 => 85,  665 => 84,  663 => 83,  660 => 82,  658 => 81,  647 => 80,  643 => 79,  640 => 78,  637 => 77,  635 => 75,  633 => 74,  623 => 73,  611 => 67,  608 => 65,  606 => 64,  604 => 63,  594 => 62,  583 => 59,  581 => 58,  579 => 57,  569 => 56,  558 => 53,  556 => 52,  554 => 51,  544 => 50,  532 => 47,  530 => 46,  528 => 45,  525 => 44,  515 => 43,  504 => 40,  501 => 38,  499 => 37,  497 => 36,  494 => 34,  492 => 33,  482 => 32,  470 => 27,  459 => 25,  454 => 24,  451 => 23,  441 => 22,  429 => 19,  423 => 17,  420 => 16,  410 => 15,  395 => 11,  393 => 10,  389 => 9,  386 => 8,  380 => 6,  377 => 5,  367 => 4,  356 => 852,  353 => 851,  351 => 784,  348 => 783,  346 => 721,  343 => 720,  341 => 717,  338 => 716,  336 => 706,  333 => 705,  331 => 702,  328 => 701,  326 => 679,  323 => 677,  321 => 673,  318 => 672,  316 => 659,  313 => 658,  311 => 654,  308 => 653,  306 => 649,  303 => 648,  301 => 620,  298 => 619,  296 => 613,  293 => 612,  291 => 570,  288 => 569,  286 => 566,  283 => 565,  281 => 546,  278 => 545,  276 => 538,  273 => 537,  271 => 531,  268 => 530,  266 => 527,  263 => 525,  261 => 514,  258 => 512,  256 => 502,  253 => 500,  251 => 496,  248 => 495,  246 => 492,  243 => 490,  241 => 425,  238 => 424,  236 => 419,  233 => 417,  231 => 412,  228 => 410,  226 => 407,  223 => 406,  221 => 352,  218 => 351,  216 => 347,  213 => 346,  211 => 304,  208 => 303,  206 => 299,  203 => 298,  201 => 293,  198 => 292,  195 => 290,  193 => 246,  190 => 245,  187 => 243,  185 => 238,  182 => 237,  180 => 220,  177 => 219,  175 => 177,  172 => 176,  170 => 147,  167 => 146,  165 => 130,  162 => 129,  160 => 118,  157 => 117,  155 => 73,  152 => 72,  149 => 70,  147 => 62,  144 => 61,  142 => 56,  139 => 55,  137 => 50,  134 => 49,  132 => 43,  129 => 42,  127 => 32,  124 => 31,  121 => 29,  119 => 22,  116 => 21,  114 => 15,  111 => 14,  109 => 4,  106 => 3,  93 => 0,  31 => 2,);
  2893.     }
  2894.     public function getSourceContext()
  2895.     {
  2896.         return new Source("{# @var ea \\EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext #}
  2897. {% use '@EasyAdmin/symfony-form-themes/bootstrap_5_layout.html.twig' %}
  2898. {% block form_start %}
  2899.     {% if form.vars.errors|length > 0 and 'ea_crud' in form.vars.block_prefixes|default([]) %}
  2900.         {{ form_errors(form, {attr: { class: 'global-invalid-feedback' }}) }}
  2901.     {% endif %}
  2902.     {{ parent() }}
  2903.     {% if ea.request.query.get('referrer')  %}
  2904.         <input type=\"hidden\" name=\"referrer\" value=\"{{ ea.request.query.get('referrer') }}\">
  2905.     {% endif %}
  2906. {% endblock form_start %}
  2907. {% block form_end %}
  2908.         {% if not render_rest is defined or render_rest %}
  2909.             {{ form_rest(form) }}
  2910.         {% endif %}
  2911.     </form>
  2912. {% endblock %}
  2913. {% block form_errors %}
  2914.     {% if errors|length > 0 %}
  2915.         {% for error in errors %}
  2916.             <div class=\"{{ attr.class|default('') }} invalid-feedback d-block\">{{ error.message }}</div>
  2917.         {% endfor %}
  2918.     {% endif %}
  2919. {% endblock form_errors %}
  2920. {# Widgets #}
  2921. {% block form_widget_simple -%}
  2922.     {% if type is not defined or type not in ['file', 'hidden'] %}
  2923.         {%- set attr = attr|merge({class: (attr.class|default(''))|trim}) -%}
  2924.     {% endif %}
  2925.     {%- if type is defined and (type == 'range' or type == 'color') %}
  2926.         {# Attribute \"required\" is not supported #}
  2927.         {%- set required = false -%}
  2928.     {% endif %}
  2929.     {{- parent() -}}
  2930. {%- endblock form_widget_simple %}
  2931. {% block datetime_widget %}
  2932.     {% set attr = attr|merge({class: (attr.class|default('') ~ ' form-inline')|trim}) %}
  2933.     <div class=\"datetime-widget datetime-widget-datetime\">
  2934.         {{- parent() -}}
  2935.     </div>
  2936. {% endblock datetime_widget %}
  2937. {% block date_widget -%}
  2938.     <div class=\"datetime-widget datetime-widget-date\">
  2939.         {{- parent() -}}
  2940.     </div>
  2941. {%- endblock date_widget %}
  2942. {% block time_widget -%}
  2943.     <div class=\"datetime-widget datetime-widget-time\">
  2944.         {{- parent() -}}
  2945.     </div>
  2946. {%- endblock time_widget %}
  2947. {% block file_widget -%}
  2948.     {% if vich|default(false) %}
  2949.         {%- set type = type|default('file') -%}
  2950.         {{- block('form_widget_simple') -}}
  2951.     {% else %}
  2952.         {{- block('form_widget_simple') -}}
  2953.     {% endif %}
  2954. {%- endblock %}
  2955. {# Rows #}
  2956. {% block form_row %}
  2957.     {% set row_attr = row_attr|merge({
  2958.         class: row_attr.class|default('') ~ ' form-group'
  2959.     }) %}
  2960.     {%  set field = form.vars.ea_vars.field %}
  2961.     <div class=\"{{ field.columns ?? field.defaultColumns ?? '' }}\">
  2962.         <div {% with { attr: row_attr } %}{{ block('attributes') }}{% endwith %}>
  2963.             {{- form_label(form) -}}
  2964.             <div class=\"form-widget\">
  2965.                 {% set has_prepend_html = field.prepend_html|default(null) is not null %}
  2966.                 {% set has_append_html = field.append_html|default(null) is not null %}
  2967.                 {% set has_input_groups = has_prepend_html or has_append_html %}
  2968.                 {% if has_input_groups %}<div class=\"input-group\">{% endif %}
  2969.                     {% if has_prepend_html %}
  2970.                         <div class=\"input-group-prepend\">
  2971.                             <span class=\"input-group-text\">{{ field.prepend_html|raw }}</span>
  2972.                         </div>
  2973.                     {% endif %}
  2974.                     {{ form_widget(form) }}
  2975.                     {% if has_append_html %}
  2976.                         <span class=\"input-group-text\">{{ field.append_html|raw }}</span>
  2977.                     {% endif %}
  2978.                 {% if has_input_groups %}</div>{% endif %}
  2979.                 {% if field.help ?? false %}
  2980.                     <small class=\"form-text form-help\">{{ field.help|trans(label_translation_parameters, translation_domain)|raw }}</small>
  2981.                 {% elseif form.vars.help ?? false %}
  2982.                     <small class=\"form-text form-help\">{{ form.vars.help|trans(form.vars.help_translation_parameters, form.vars.translation_domain)|raw }}</small>
  2983.                 {% endif %}
  2984.                 {{- form_errors(form) -}}
  2985.             </div>
  2986.         </div>
  2987.     </div>
  2988.     {# if a field doesn't define its columns explicitly, insert a fill element to make the field take the entire row space #}
  2989.     {% if field.columns|default(null) is null %}
  2990.         <div class=\"flex-fill\"></div>
  2991.     {% endif %}
  2992. {% endblock form_row %}
  2993. {% block choice_widget_collapsed %}
  2994.     {% if 'ea-autocomplete' == attr['data-ea-widget']|default(false) %}
  2995.         {% set attr = attr|merge({
  2996.             'data-ea-i18n-no-results-found': 'autocomplete.no-results-found'|trans({}, 'EasyAdminBundle'),
  2997.             'data-ea-i18n-no-more-results': 'autocomplete.no-more-results'|trans({}, 'EasyAdminBundle'),
  2998.             'data-ea-i18n-loading-more-results': 'autocomplete.loading-more-results'|trans({}, 'EasyAdminBundle'),
  2999.         }) %}
  3000.     {% endif %}
  3001.     {{ parent() }}
  3002. {% endblock choice_widget_collapsed %}
  3003. {% block collection_row %}
  3004.     {% if prototype is defined and not prototype.rendered %}
  3005.         {% set row_attr = row_attr|merge({ 'data-prototype': form_row(prototype) }) %}
  3006.     {% endif %}
  3007.     {% set row_attr = row_attr|merge({
  3008.         'data-ea-collection-field': 'true',
  3009.         'data-entry-is-complex': form.vars.ea_vars.field and form.vars.ea_vars.field.customOptions.get('entryIsComplex') ? 'true' : 'false',
  3010.         'data-allow-add': allow_add ? 'true' : 'false',
  3011.         'data-allow-delete': allow_delete ? 'true' : 'false',
  3012.         'data-num-items': form.children is empty ? 0 : max(form.children|keys) + 1,
  3013.         'data-form-type-name-placeholder': prototype is defined ? prototype.vars.name : '',
  3014.     }) %}
  3015.     {{ block('form_row') }}
  3016. {% endblock collection_row %}
  3017. {% block collection_widget %}
  3018.     {# the \"is iterable\" check is needed because if an object implements __toString() and
  3019.                returns an empty string, \"is empty\" returns true even if it's not a collection #}
  3020.     {% set isEmptyCollection = value is null or (value is iterable and value is empty) %}
  3021.     {% set is_array_field = 'EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Field\\\\ArrayField' == form.vars.ea_vars.field.fieldFqcn ?? false %}
  3022.     <div class=\"ea-form-collection-items\">
  3023.         {% if isEmptyCollection %}
  3024.             {{ block('empty_collection') }}
  3025.         {% elseif is_array_field %}
  3026.             {{ block('form_widget') }}
  3027.         {% else %}
  3028.             <div class=\"accordion\">
  3029.                 {{ block('form_widget') }}
  3030.             </div>
  3031.         {% endif %}
  3032.     </div>
  3033.     {% if isEmptyCollection or form.vars.prototype is defined %}
  3034.         {% set attr = attr|merge({'data-empty-collection': block('empty_collection') }) %}
  3035.     {% endif %}
  3036.     {% if allow_add|default(false) and not disabled %}
  3037.         <button type=\"button\" class=\"btn btn-link field-collection-add-button\">
  3038.             <i class=\"fa fa-plus pr-1\"></i>
  3039.             {{ 'action.add_new_item'|trans({}, 'EasyAdminBundle') }}
  3040.         </button>
  3041.     {% endif %}
  3042. {% endblock collection_widget %}
  3043. {% block collection_entry_row %}
  3044.     {% set is_array_field = 'EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Field\\\\ArrayField' == form_parent(form).vars.ea_vars.field.fieldFqcn ?? false %}
  3045.     {% set is_complex = form_parent(form).vars.ea_vars.field.customOptions.get('entryIsComplex') ?? false %}
  3046.     {% set allows_deleting_items = form_parent(form).vars.allow_delete|default(false) %}
  3047.     {% set render_expanded = form_parent(form).vars.ea_vars.field.customOptions.get('renderExpanded') ?? false %}
  3048.     {% set delete_item_button %}
  3049.         <button type=\"button\" class=\"btn btn-link btn-link-danger field-collection-delete-button\"
  3050.                 title=\"{{ 'action.remove_item'|trans({}, 'EasyAdminBundle') }}\">
  3051.             <i class=\"far fa-trash-alt\"></i>
  3052.         </button>
  3053.     {% endset %}
  3054.     <div class=\"field-collection-item {{ is_complex ? 'field-collection-item-complex' }} {{ not form.vars.valid ? 'is-invalid' }}\">
  3055.         {% if is_array_field|default(false) %}
  3056.             {{ form_label(form) }}
  3057.             {{ form_widget(form) }}
  3058.             {% if allows_deleting_items and not disabled %}
  3059.                 {{ delete_item_button }}
  3060.             {% endif %}
  3061.         {% else %}
  3062.             <div class=\"accordion-item\">
  3063.                 <h2 class=\"accordion-header\">
  3064.                     <button class=\"accordion-button {{ render_expanded ? '' : 'collapsed' }}\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#{{ id }}-contents\">
  3065.                         <i class=\"fas fw fa-chevron-right form-collection-item-collapse-marker\"></i>
  3066.                         {{ value|ea_as_string }}
  3067.                     </button>
  3068.                     {% if allows_deleting_items and not disabled %}
  3069.                         {{ delete_item_button }}
  3070.                     {% endif %}
  3071.                 </h2>
  3072.                 <div id=\"{{ id }}-contents\" class=\"accordion-collapse collapse {{ render_expanded ? 'show' }}\">
  3073.                     <div class=\"accordion-body\">
  3074.                         <div class=\"row\">
  3075.                             {{ form_widget(form) }}
  3076.                         </div>
  3077.                     </div>
  3078.                 </div>
  3079.             </div>
  3080.         {% endif %}
  3081.     </div>
  3082. {% endblock collection_entry_row %}
  3083. {% block form_widget_compound %}
  3084.     <div class=\"form-widget-compound\">
  3085.         {% if 'collection' in block_prefixes %}
  3086.             {# the \"is iterable\" check is needed because if an object implements __toString() and
  3087.                returns an empty string, \"is empty\" returns true even if it's not a collection #}
  3088.             {% set isEmptyCollection = value is null or (value is iterable and value is empty) %}
  3089.             {% if isEmptyCollection %}
  3090.                 {{ block('empty_collection') }}
  3091.             {% endif %}
  3092.             {% if isEmptyCollection or form.vars.prototype is defined %}
  3093.                 {% set attr = attr|merge({'data-empty-collection': block('empty_collection') }) %}
  3094.             {% endif %}
  3095.         {% endif %}
  3096.         {{ parent() }}
  3097.     </div>
  3098. {% endblock form_widget_compound %}
  3099. {% block button_row -%}
  3100.     <div class=\"form-group field-{{ block_prefixes|slice(-2)|first }} {{ ea.field.css_class|default('') }}\">
  3101.         {{- form_widget(form) -}}
  3102.     </div>
  3103. {%- endblock button_row %}
  3104. {# Labels #}
  3105. {% block form_label -%}
  3106.     {% if label is same as(false) -%}
  3107.         {# don't display anything, not even an empty <label> element; if you want to not display
  3108.            any label contents but keep the form layout, use an empty string as the field label #}
  3109.     {%- else -%}
  3110.         {%- if compound is defined and compound -%}
  3111.             {%- set element = 'legend' -%}
  3112.             {%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' col-form-label')|trim}) -%}
  3113.         {%- else -%}
  3114.             {%- set label_attr = label_attr|merge({for: id, class: (label_attr.class|default('') ~ ' form-control-label')|trim}) -%}
  3115.         {%- endif -%}
  3116.         {% if required -%}
  3117.             {% set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' required')|trim}) %}
  3118.         {%- endif -%}
  3119.         {% if label is same as('') -%}
  3120.             {# don't process the label; this is used to not display any label content
  3121.                but render an empty <label> element keep the form layout #}
  3122.         {%- elseif label is null -%}
  3123.             {%- if label_format is not empty -%}
  3124.                 {% set label = label_format|replace({
  3125.                     '%name%': name,
  3126.                     '%id%': id,
  3127.                 }) %}
  3128.             {%- else -%}
  3129.                 {% set label = name|humanize %}
  3130.             {%- endif -%}
  3131.         {%- endif -%}
  3132.         <{{ element|default('label') }}{% if label_attr %}{% with { attr: label_attr } %}{{ block('attributes') }}{% endwith %}{% endif %}>
  3133.         {%- if translation_domain is same as(false) -%}
  3134.             {%- if label_html|default(false) is same as(false) -%}
  3135.                 {{- label -}}
  3136.             {%- else -%}
  3137.                 {{- label|raw -}}
  3138.             {%- endif -%}
  3139.         {%- else -%}
  3140.             {%- if label_html|default(false) is same as(false) -%}
  3141.                 {{- label|trans(label_translation_parameters, translation_domain) -}}
  3142.             {%- else -%}
  3143.                 {{- label|trans(label_translation_parameters, translation_domain)|raw -}}
  3144.             {%- endif -%}
  3145.         {%- endif -%}
  3146.         </{{ element|default('label') }}>
  3147.     {%- endif -%}
  3148. {%- endblock form_label %}
  3149. {# Errors #}
  3150. {% block empty_collection %}
  3151.     <div class=\"empty collection-empty\">
  3152.         {{ include(ea.templatePath('label/empty')) }}
  3153.     </div>
  3154. {% endblock empty_collection %}
  3155. {% block vich_file_row %}
  3156.     {% set force_error = true %}
  3157.     {{ block('form_row') }}
  3158. {% endblock %}
  3159. {% block vich_file_widget %}
  3160.     <div class=\"ea-vich-file\">
  3161.         {% if download_uri|default('') is not empty %}
  3162.             {% set file_extension = download_uri|split('.')|last %}
  3163.             {% set extension_icons = {
  3164.                 'gif': 'fa-file-image-o',
  3165.                 'jpg': 'fa-file-image-o',
  3166.                 'pdf': 'fa-file-pdf-o',
  3167.                 'png': 'fa-file-image-o',
  3168.                 'zip': 'fa-file-archive-o'
  3169.             } %}
  3170.             <a class=\"ea-vich-file-name\" href=\"{{ asset_helper is same as(true) ? asset(download_uri) : download_uri }}\">
  3171.                 <i class=\"fa fa-fw {{ extension_icons[file_extension] ?? 'fa-file-o' }}\"></i>
  3172.                 {%- if download_label|default(false) -%}
  3173.                     {{ download_label|trans({}, 'VichUploaderBundle') }}
  3174.                 {%- else -%}
  3175.                     {{ download_uri|split('/')|last ?: 'download'|trans({}, 'VichUploaderBundle') }}
  3176.                 {%- endif -%}
  3177.             </a>
  3178.         {% endif %}
  3179.         {% set file_upload_js %}
  3180.             var newFile = document.getElementById('{{ form.file.vars.id }}').files[0];
  3181.             var fileSizeInMegabytes = newFile.size > 1024 * 1024;
  3182.             var fileSize = fileSizeInMegabytes ? newFile.size / (1024 * 1024) : newFile.size / 1024;
  3183.             document.getElementById('{{ form.file.vars.id }}_new_file_name').innerText = newFile.name + ' (' + fileSize.toFixed(2) + ' ' + (fileSizeInMegabytes ? 'MB' : 'KB') + ')';
  3184.         {% endset %}
  3185.         <div class=\"ea-vich-file-actions\">
  3186.             {# the container element is needed to allow customizing the <input type=\"file\" /> #}
  3187.             <div class=\"btn btn-secondary input-file-container\">
  3188.                 <i class=\"fa fa-fw fa-upload\"></i> {{ 'action.choose_file'|trans({}, 'EasyAdminBundle') }}
  3189.                 {{ form_widget(form.file, { 'attr': { 'onchange': file_upload_js }, vich: true}) }}
  3190.             </div>
  3191.             {% if form.delete is defined %}
  3192.                 {{ form_row(form.delete) }}
  3193.             {% endif %}
  3194.         </div>
  3195.         <div class=\"small\" id=\"{{ form.file.vars.id }}_new_file_name\"></div>
  3196.     </div>
  3197. {% endblock %}
  3198. {% block vich_image_row %}
  3199.     {% set force_error = true %}
  3200.     {{ block('form_row') }}
  3201. {% endblock %}
  3202. {% block vich_image_widget %}
  3203.     {% set formTypeOptions = ea_vars.field.formTypeOptions|default('') %}
  3204.     <div class=\"ea-vich-image\">
  3205.         {% if image_uri|default('') is not empty %}
  3206.             {% if download_uri|default('') is empty %}
  3207.                 <div class=\"ea-lightbox-thumbnail\">
  3208.                     {% if formTypeOptions.imagine_pattern is defined and formTypeOptions.imagine_pattern is not empty %}
  3209.                         <img style=\"cursor: initial\" src=\"{{ (asset_helper is same as(true) ? asset(image_uri) : image_uri)|ea_apply_filter_if_exists('imagine_filter', formTypeOptions.imagine_pattern) }}\">
  3210.                     {% else %}
  3211.                         <img style=\"cursor: initial\" src=\"{{ asset_helper is same as(true) ? asset(image_uri) : image_uri }}\">
  3212.                     {% endif %}
  3213.                 </div>
  3214.             {% else %}
  3215.                 {% set _lightbox_id = 'ea-lightbox-' ~ id %}
  3216.                 <a href=\"#\" class=\"ea-lightbox-thumbnail\" data-ea-lightbox-content-selector=\"#{{ _lightbox_id }}\">
  3217.                     {% if formTypeOptions.imagine_pattern is defined and formTypeOptions.imagine_pattern is not empty %}
  3218.                         <img src=\"{{ (asset_helper is same as(true) ? asset(download_uri) : download_uri)|ea_apply_filter_if_exists('imagine_filter', formTypeOptions.imagine_pattern) }}\">
  3219.                     {% else %}
  3220.                         <img src=\"{{ asset_helper is same as(true) ? asset(download_uri) : download_uri }}\">
  3221.                     {% endif %}
  3222.                 </a>
  3223.                 <div id=\"{{ _lightbox_id }}\" class=\"ea-lightbox\">
  3224.                     {% if formTypeOptions.imagine_pattern is defined and formTypeOptions.imagine_pattern is not empty %}
  3225.                         <img src=\"{{ (asset_helper is same as(true) ? asset(download_uri) : download_uri)|ea_apply_filter_if_exists('imagine_filter', formTypeOptions.imagine_pattern) }}\">
  3226.                     {% else %}
  3227.                         <img src=\"{{ asset_helper is same as(true) ? asset(download_uri) : download_uri }}\">
  3228.                     {% endif %}
  3229.                 </div>
  3230.             {% endif %}
  3231.         {% endif %}
  3232.         {% set file_upload_js %}
  3233.             var newFile = document.getElementById('{{ form.file.vars.id }}').files[0];
  3234.             var fileSizeInMegabytes = newFile.size > 1024 * 1024;
  3235.             var fileSize = fileSizeInMegabytes ? newFile.size / (1024 * 1024) : newFile.size / 1024;
  3236.             document.getElementById('{{ form.file.vars.id }}_new_file_name').innerText = newFile.name + ' (' + fileSize.toFixed(2) + ' ' + (fileSizeInMegabytes ? 'MB' : 'KB') + ')';
  3237.         {% endset %}
  3238.         <div class=\"ea-vich-image-actions\">
  3239.             {# the container element is needed to allow customizing the <input type=\"file\" /> #}
  3240.             <div class=\"btn btn-secondary input-file-container\">
  3241.                 <i class=\"fa fa-fw fa-upload\"></i> {{ 'action.choose_file'|trans({}, 'EasyAdminBundle') }}
  3242.                 {{ form_widget(form.file, { 'attr': { 'onchange': file_upload_js }, vich: true}) }}
  3243.             </div>
  3244.             {% if form.delete is defined %}
  3245.                 {{ form_row(form.delete) }}
  3246.             {% endif %}
  3247.         </div>
  3248.         <div class=\"small\" id=\"{{ form.file.vars.id }}_new_file_name\"></div>
  3249.     </div>
  3250. {% endblock %}
  3251. {% block ea_crud_rest %}
  3252.     {{ form_rest(form) }}
  3253. {% endblock ea_crud_rest %}
  3254. {# EasyAdmin form type #}
  3255. {% block ea_crud_widget %}
  3256.     {% for field in form %}
  3257.         {{ form_row(field) }}
  3258.     {% endfor %}
  3259. {% endblock ea_crud_widget %}
  3260. {# TODO: remove this when \"form panels\" are removed #}
  3261. {% block ea_crud_widget_panels %}
  3262.     {% deprecated 'The \"ea_crud_widget_panels\" block is deprecated because the form layout building logic has been revamped. Check \"ea_crud_widget\" block in `form_theme.html.page` for more details.' %}
  3263.     {{ block('ea_crud_widget_fieldsets') }}
  3264. {% endblock ea_crud_widget_panels %}
  3265. {% block ea_crud_widget_fieldsets %}
  3266.     {% deprecated 'The \"ea_crud_widget_fieldsets\" block is deprecated because the form layout building logic has been revamped. Check \"ea_crud_widget\" block in `form_theme.html.page` for more details.' %}
  3267.     {% for fieldset_name, fieldset_config in field.vars.ea_crud_form.form_fieldsets|filter(fieldset_config => not fieldset_config.form_tab or fieldset_config.form_tab == tab_name) %}
  3268.         {% set fieldset_has_header = fieldset_config.label|default(false) or fieldset_config.icon|default(false) or fieldset_config.help|default(false) %}
  3269.         {% set collapsible = fieldset_config.collapsible %}
  3270.         {% set collapsed = fieldset_config.collapsed %}
  3271.         <div class=\"{{ fieldset_config.css_class ?? '' }}\">
  3272.             <fieldset class=\"form-fieldset\">
  3273.                 {% if fieldset_has_header %}
  3274.                     <div class=\"form-fieldset-header {{ collapsible ? 'collapsible' }} {{ fieldset_config.help|default(false) is not empty ? 'with-help' }}\">
  3275.                         <div class=\"form-fieldset-title\">
  3276.                             <a {% if not collapsible %}
  3277.                                 href=\"#\" class=\"not-collapsible\"
  3278.                             {% else %}
  3279.                                 href=\"#content-{{ fieldset_name }}\" data-bs-toggle=\"collapse\"
  3280.                                 class=\"form-fieldset-collapse {{ collapsed ? 'collapsed' }}\"
  3281.                                 aria-expanded=\"{{ collapsed ? 'false' : 'true' }}\" aria-controls=\"content-{{ fieldset_name }}\"
  3282.                             {% endif %}
  3283.                             >
  3284.                                 {% if collapsible %}
  3285.                                     <i class=\"fas fw fa-chevron-right form-fieldset-collapse-marker\"></i>
  3286.                                 {% endif %}
  3287.                                 {% if fieldset_config.icon|default(false) %}
  3288.                                     <i class=\"form-fieldset-icon {{ fieldset_config.icon }}\"></i>
  3289.                                 {% endif %}
  3290.                                 {{ fieldset_config.label|trans|raw }}
  3291.                             </a>
  3292.                             {% if fieldset_config.help|default(false) %}
  3293.                                 <div class=\"form-fieldset-help\">{{ fieldset_config.help|trans|raw }}</div>
  3294.                             {% endif %}
  3295.                         </div>
  3296.                     </div>
  3297.                 {% endif %}
  3298.                 <div id=\"content-{{ fieldset_name }}\" class=\"form-fieldset-body {{ not fieldset_has_header ? 'without-header' }} {{ collapsible ? 'collapse' }} {{ not collapsed ? 'show'}}\">
  3299.                     <div class=\"row\">
  3300.                         {% for field in form|filter(field => 'hidden' not in field.vars.block_prefixes and field.vars.ea_crud_form.form_fieldset == fieldset_name) %}
  3301.                             {% if not field.vars.ea_crud_form.form_tab or field.vars.ea_crud_form.form_tab == tab_name %}
  3302.                                 {{ form_row(field) }}
  3303.                             {% endif %}
  3304.                         {% endfor %}
  3305.                     </div>
  3306.                 </div>
  3307.             </fieldset>
  3308.         </div>
  3309.     {% else %}
  3310.         {% macro recursiveFieldsetForm(form) %}
  3311.             {% for field in form|filter(field => 'hidden' not in field.vars.block_prefixes and ((field.vars.ea_crud_form.form_tab is defined and not field.vars.ea_crud_form.form_tab) or field.vars.ea_crud_form.form_tabs is defined)) %}
  3312.                 {% if field.vars.ea_crud_form.form_tabs is defined %}
  3313.                     {# If the field is a nested CRUD form then only render its children #}
  3314.                     {{ _self.recursiveFieldsetForm(field) }}
  3315.                 {% else %}
  3316.                     {# Render all other fields #}
  3317.                     {{ form_row(field) }}
  3318.                 {% endif %}
  3319.             {% endfor %}
  3320.         {% endmacro %}
  3321.         {{ _self.recursiveFieldsetForm(form) }}
  3322.     {% endfor %}
  3323. {% endblock ea_crud_widget_fieldsets %}
  3324. {# EasyAdminAutocomplete form type #}
  3325. {% block ea_autocomplete_widget %}
  3326.     {{ form_widget(form.autocomplete, { attr: attr|merge({ required: required }) }) }}
  3327. {% endblock ea_autocomplete_widget %}
  3328. {% block ea_autocomplete_inner_label %}
  3329.     {% set name = form_parent(form).vars.name %}
  3330.     {{ block('form_label') }}
  3331. {% endblock ea_autocomplete_inner_label %}
  3332. {# EasyAdmin's CodeEditor form type #}
  3333. {% block ea_code_editor_widget %}
  3334.     {{ form_widget(form, { attr: attr|merge({
  3335.         'data-ea-code-editor-field': 'true',
  3336.         'data-language': form.vars.ea_vars.field.customOptions.get('language'),
  3337.         'data-tab-size': form.vars.ea_vars.field.customOptions.get('tabSize'),
  3338.         'data-indent-with-tabs': form.vars.ea_vars.field.customOptions.get('indentWithTabs') ? 'true' : 'false',
  3339.         'data-show-line-numbers': form.vars.ea_vars.field.customOptions.get('showLineNumbers') ? 'true' : 'false',
  3340.         'data-number-of-rows': form.vars.ea_vars.field.customOptions.get('numOfRows'),
  3341.     }) }) }}
  3342. {% endblock ea_code_editor_widget %}
  3343. {# EasyAdmin's TextEditor form type #}
  3344. {% block ea_text_editor_widget %}
  3345.     {{ form_widget(form, { attr: attr|merge({
  3346.         class: 'ea-text-editor-content d-none',
  3347.         'data-number-of-rows': form.vars.ea_vars.field.customOptions.get('numOfRows')|default(5),
  3348.         'data-trix-editor-config': form.vars.ea_vars.field.customOptions.get('trixEditorConfig')|default(null)|json_encode,
  3349.     }) }) }}
  3350.     <div class=\"ea-text-editor-wrapper\">
  3351.         <trix-editor input=\"{{ id }}\" class=\"trix-content\"></trix-editor>
  3352.     </div>
  3353. {% endblock ea_text_editor_widget %}
  3354. {# EasyAdminSection form type #}
  3355. {% block ea_form_row_row %}
  3356.     <div class=\"{{ form.vars.row_attr.class }}\"></div>
  3357. {% endblock %}
  3358. {% block ea_form_column_group_open_row %}
  3359.     {# if columns are inside tabs, don't add a '.row' element because the tab pane already opens it #}
  3360.     {% if not form.vars.ea_is_inside_tab|default(false) %}
  3361.         <div class=\"row\">
  3362.     {% endif %}
  3363. {% endblock ea_form_column_group_open_row %}
  3364. {% block ea_form_column_group_close_row %}
  3365.     {# if columns are inside tabs, we don't add a '.row' element because
  3366.        the tab pane already opens it; so, don't close it here #}
  3367.     {% if not form.vars.ea_is_inside_tab|default(false) %}
  3368.         </div>
  3369.     {% endif %}
  3370. {% endblock ea_form_column_group_close_row %}
  3371. {% block ea_form_column_open_row %}
  3372.     {% set field = form.vars.ea_vars.field %}
  3373.     {% set field_icon = field.getCustomOption('icon') %}
  3374.     {% set column_has_title = field_icon != null or field.label != false or field.label != null or field.label != '' or field.help != null %}
  3375.     <div class=\"form-column {{ not column_has_title ? 'form-column-no-header' }} {{ field.cssClass }}\">
  3376.         {% if column_has_title %}
  3377.             <div class=\"form-column-title\">
  3378.                 <div class=\"form-column-title-content\">
  3379.                     {% if field_icon %}<i class=\"form-column-icon fa fa-fw fa-{{ field_icon }}\"></i>{% endif %}
  3380.                     {% if field.label %}{{ field.label|default('')|trans(domain = ea.i18n.translationDomain)|raw }}{% endif %}
  3381.                 </div>
  3382.                 {% if field.help %}
  3383.                     <div class=\"form-column-help\">{{ field.help|trans(domain = ea.i18n.translationDomain)|raw }}</div>
  3384.                 {% endif %}
  3385.             </div>
  3386.         {% endif %}
  3387. {% endblock ea_form_column_open_row %}
  3388. {% block ea_form_column_close_row %}
  3389.     </div>
  3390. {% endblock ea_form_column_close_row %}
  3391. {% block ea_form_fieldset_open_row %}
  3392.     {% set fieldset_has_header = form.vars.label or ea_icon or ea_help %}
  3393.     <div class=\"form-fieldset {{ not fieldset_has_header ? 'form-fieldset-no-header' }} {{ ea_css_class }}\">
  3394.         <fieldset>
  3395.             {% if fieldset_has_header %}
  3396.                 <div class=\"form-fieldset-header {{ ea_is_collapsible ? 'collapsible' }} {{ ea_help is not empty ? 'with-help' }}\">
  3397.                     <div class=\"form-fieldset-title\">
  3398.                         {% set fieldset_title_contents %}
  3399.                             {% if ea_is_collapsible %}
  3400.                                 <i class=\"fas fw fa-chevron-right form-fieldset-collapse-marker\"></i>
  3401.                             {% endif %}
  3402.                             {% if ea_icon %}
  3403.                                 <i class=\"form-fieldset-icon {{ ea_icon }}\"></i>
  3404.                             {% endif %}
  3405.                             {{ form.vars.label|trans|raw }}
  3406.                         {% endset %}
  3407.                         {% if ea_is_collapsible %}
  3408.                             <a href=\"#content-{{ form.vars.name }}\" data-bs-toggle=\"collapse\"
  3409.                                class=\"form-fieldset-title-content form-fieldset-collapse {{ ea_is_collapsed ? 'collapsed' }}\"
  3410.                                aria-expanded=\"{{ ea_is_collapsed ? 'false' : 'true' }}\" aria-controls=\"content-{{ form.vars.name }}\">
  3411.                                 {{ fieldset_title_contents|raw }}
  3412.                             </a>
  3413.                         {% else %}
  3414.                             <span class=\"not-collapsible form-fieldset-title-content\">
  3415.                                 {{ fieldset_title_contents|raw }}
  3416.                             </span>
  3417.                         {% endif %}
  3418.                         {% if ea_help %}
  3419.                             <div class=\"form-fieldset-help\">{{ ea_help|trans|raw }}</div>
  3420.                         {% endif %}
  3421.                     </div>
  3422.                 </div>
  3423.             {% endif %}
  3424.             <div id=\"content-{{ form.vars.name }}\" class=\"form-fieldset-body {{ not fieldset_has_header ? 'without-header' }} {{ ea_is_collapsible ? 'collapse' }} {{ not ea_is_collapsed ? 'show'}}\">
  3425.                 <div class=\"row\">
  3426. {% endblock ea_form_fieldset_open_row %}
  3427. {% block ea_form_fieldset_close_row %}
  3428.                 </div>
  3429.             </div>
  3430.         </fieldset>
  3431.     </div>
  3432. {% endblock ea_form_fieldset_close_row %}
  3433. {% block ea_form_tablist_row %}
  3434.     {% set tab_id_option_name = constant('EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Field\\\\FormField::OPTION_TAB_ID') %}
  3435.     {% set tab_is_active_option_name = constant('EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Field\\\\FormField::OPTION_TAB_IS_ACTIVE') %}
  3436.     {% set tab_error_count_option_name = constant('EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Field\\\\FormField::OPTION_TAB_ERROR_COUNT') %}
  3437.     {% set field = form.vars.ea_vars.field %}
  3438.     <div class=\"nav-tabs-custom form-tabs-tablist\">
  3439.         <ul class=\"nav nav-tabs\">
  3440.             {% for tab in field.getCustomOption('tabs') %}
  3441.                 <li class=\"nav-item\">
  3442.                     <a class=\"nav-link {% if tab.getCustomOption(tab_is_active_option_name) %}active{% endif %}\" href=\"#{{ tab.getCustomOption(tab_id_option_name) }}\" id=\"tablist-{{ tab.getCustomOption(tab_id_option_name) }}\" data-bs-toggle=\"tab\">
  3443.                         {%- if tab.getCustomOption('icon')|default(false) -%}
  3444.                             <i class=\"tab-nav-item-icon fa-fw {{ tab.getCustomOption('icon') }}\"></i>
  3445.                         {%- endif -%}
  3446.                         {{ tab.label|trans(domain = ea.i18n.translationDomain)|raw }}
  3447.                         {% set tab_error_count = tab.getCustomOption(tab_error_count_option_name)  %}
  3448.                         {%- if tab_error_count > 0 -%}
  3449.                             <span class=\"badge badge-danger\" title=\"{{ 'form.tab.error_badge_title'|trans({'%count%': tab_error_count}, 'EasyAdminBundle') }}\">
  3450.                                 {{- tab_error_count -}}
  3451.                             </span>
  3452.                         {%- endif -%}
  3453.                     </a>
  3454.                 </li>
  3455.             {% endfor %}
  3456.         </ul>
  3457.     </div>
  3458. {% endblock ea_form_tablist_row %}
  3459. {% block ea_form_tabpane_group_open_row %}
  3460.     <div class=\"nav-tabs-custom form-tabs-content\">
  3461.         <div class=\"tab-content\">
  3462. {% endblock ea_form_tabpane_group_open_row %}
  3463. {% block ea_form_tabpane_group_close_row %}
  3464.         </div>
  3465.     </div>
  3466. {% endblock ea_form_tabpane_group_close_row %}
  3467. {% block ea_form_tabpane_open_row %}
  3468.     {% set tab_is_active_option_name = constant('EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Field\\\\FormField::OPTION_TAB_IS_ACTIVE') %}
  3469.     {% set field = form.vars.ea_vars.field %}
  3470.     <div id=\"{{ ea_tab_id }}\" class=\"tab-pane {% if field.getCustomOption(tab_is_active_option_name) %}active{% endif %} {{ ea_css_class }}\" {% for key, value in form.vars.attr %}{{ key }}={{ value|e('html_attr') }}{% endfor %}>
  3471.         {% if ea_help %}
  3472.             <div class=\"content-header-help tab-help\">
  3473.                 {{ ea_help|trans(domain = ea.i18n.translationDomain)|raw }}
  3474.             </div>
  3475.         {% endif %}
  3476.         <div class=\"row\">
  3477. {% endblock ea_form_tabpane_open_row %}
  3478. {% block ea_form_tabpane_close_row %}
  3479.         </div>
  3480.     </div>
  3481. {% endblock ea_form_tabpane_close_row %}
  3482. {# EasyAdminFilters form type #}
  3483. {% block ea_filters_widget %}
  3484.     {% set applied_filters = ea.request.query.all()['filters']|default([])|keys %}
  3485.     {% for field in form %}
  3486.         <div class=\"col-12\">
  3487.             <div class=\"filter-field px-3\" data-filter-property=\"{{ field.vars.name }}\">
  3488.                 <div class=\"filter-heading\" id=\"filter-heading-{{ loop.index }}\">
  3489.                     <input type=\"checkbox\" class=\"filter-checkbox\" {% if field.vars.name in applied_filters %}checked{% endif %}>
  3490.                     <a data-bs-toggle=\"collapse\" href=\"#filter-content-{{ loop.index }}\" aria-expanded=\"{{ field.vars.name in applied_filters ? 'true' : 'false' }}\" aria-controls=\"filter-content-{{ loop.index }}\"
  3491.                         {% for name, value in field.vars.label_attr|default([]) %}{{ name }}=\"{{ value|e('html_attr') }}\" {% endfor %}>
  3492.                         {{ field.vars.label|default(field.vars.name|humanize)|trans(domain = ea.i18n.translationDomain) }}
  3493.                     </a>
  3494.                 </div>
  3495.                 <div id=\"filter-content-{{ loop.index }}\" class=\"filter-content collapse {% if field.vars.name in applied_filters %}show{% endif %}\" aria-labelledby=\"filter-heading-{{ loop.index }}\">
  3496.                     <div class=\"form-widget\">
  3497.                         {{ form_widget(field) }}
  3498.                     </div>
  3499.                 </div>
  3500.             </div>
  3501.         </div>
  3502.     {% endfor %}
  3503. {% endblock ea_filters_widget %}
  3504. {% block comparison_widget %}
  3505.     {{ form_widget(form, { attr: form.vars.attr|merge({'data-ea-comparison-id': form.vars.id}) }) }}
  3506. {% endblock comparison_widget %}
  3507. {% block ea_numeric_filter_widget %}
  3508.     <div class=\"form-widget-compound\">
  3509.         {{ form_row(form.comparison) }}
  3510.         {{ form_row(form.value) }}
  3511.         <div data-ea-value2-of-comparison-id=\"{{ form.comparison.vars.id }}\" class=\"{{ form.comparison.vars.value != 'between' ? 'd-none' }}\">
  3512.             {{ form_row(form.value2) }}
  3513.         </div>
  3514.     </div>
  3515.     {{- form_errors(form) -}}
  3516. {% endblock ea_numeric_filter_widget %}
  3517. {% block ea_datetime_filter_widget %}
  3518.     {{ block('ea_numeric_filter_widget') }}
  3519. {% endblock ea_datetime_filter_widget %}
  3520. {% block ea_fileupload_widget %}
  3521.     <div class=\"ea-fileupload\">
  3522.         <div class=\"input-group\">
  3523.             {% set placeholder = t('action.choose_file', {}, 'EasyAdminBundle') %}
  3524.             {% set title = '' %}
  3525.             {% set filesLabel = 'files'|trans({}, 'EasyAdminBundle') %}
  3526.             {% if currentFiles %}
  3527.                 {% if multiple %}
  3528.                     {% set placeholder = currentFiles|length ~ ' ' ~ filesLabel %}
  3529.                 {% else %}
  3530.                     {% set placeholder = (currentFiles|first).filename %}
  3531.                     {% set title = (currentFiles|first).mTime|date %}
  3532.                 {% endif %}
  3533.             {% endif %}
  3534.             <div class=\"custom-file\">
  3535.                 {{ form_widget(form.file, { attr: form.file.vars.attr|merge({ placeholder: placeholder, title: title, 'data-files-label': filesLabel, class: 'd-none' }) }) }}
  3536.                 {{ form_label(form.file, placeholder, { label_attr: { class: 'custom-file-label' }}) }}
  3537.             </div>
  3538.             <div class=\"input-group-text\">
  3539.                 {%- if currentFiles -%}
  3540.                     {% if multiple %}
  3541.                         {{ (currentFiles|reduce((carry, file) => carry + file.size))|ea_filesize }}
  3542.                     {% else %}
  3543.                         {{ (currentFiles|first).size|ea_filesize }}
  3544.                     {% endif %}
  3545.                 {%- endif -%}
  3546.                 {% if allow_delete %}
  3547.                     <label class=\"btn ea-fileupload-delete-btn {{ currentFiles is empty ? 'd-none' }}\" for=\"{{ form.delete.vars.id }}\">
  3548.                         <i class=\"fa fa-trash-o\"></i>
  3549.                     </label>
  3550.                 {% endif %}
  3551.                 <label class=\"btn\" for=\"{{ form.file.vars.id }}\">
  3552.                     <i class=\"fa fa-folder-open-o\"></i>
  3553.                 </label>
  3554.             </div>
  3555.         </div>
  3556.         {% if multiple and currentFiles %}
  3557.             <div class=\"form-control fileupload-list\">
  3558.                 <table class=\"fileupload-table\">
  3559.                     <tbody>
  3560.                     {% for file in currentFiles %}
  3561.                         <tr>
  3562.                             <td>
  3563.                                 {% if download_path %}<a href=\"{{ asset(download_path ~ file.filename) }}\">{% endif %}
  3564.                                     <span title=\"{{ file.mTime|date }}\">
  3565.                                         <i class=\"fa fa-file-o\"></i> {{ file.filename }}
  3566.                                     </span>
  3567.                                 {% if download_path %}</a>{% endif %}
  3568.                             </td>
  3569.                             <td class=\"text-right file-size\">{{ file.size|ea_filesize }}</td>
  3570.                         </tr>
  3571.                     {% endfor %}
  3572.                     </tbody>
  3573.                 </table>
  3574.             </div>
  3575.         {% endif %}
  3576.         {% if allow_delete %}
  3577.             <div class=\"d-none\">{{ form_widget(form.delete, { label: false }) }}</div>
  3578.         {% endif %}
  3579.     </div>
  3580.     {{ form_errors(form.file) }}
  3581. {% endblock %}
  3582. {% block TODO_ea_fileupload_widget %}
  3583.     {% set placeholder = '' %}
  3584.     {% set title = '' %}
  3585.     {% set filesLabel = 'files'|trans({}, 'EasyAdminBundle') %}
  3586.     {% if currentFiles %}
  3587.         {% if multiple %}
  3588.             {% set placeholder = currentFiles|length ~ ' ' ~ filesLabel %}
  3589.         {% else %}
  3590.             {% set placeholder = (currentFiles|first).filename %}
  3591.             {% set title = (currentFiles|first).mTime|date %}
  3592.         {% endif %}
  3593.     {% endif %}
  3594.     <div class=\"ea-fileupload\">
  3595.         <div class=\"input-group\">
  3596.             {{ form_widget(form.file, { attr: form.file.vars.attr|merge({ placeholder: placeholder, title: title, 'data-files-label': filesLabel, class: 'form-control' }) }) }}
  3597.             {% if currentFiles %}
  3598.                 <span class=\"input-group-text\">
  3599.                     {% if multiple %}
  3600.                         {{ (currentFiles|reduce((carry, file) => carry + file.size))|ea_filesize }}
  3601.                     {% else %}
  3602.                         {{ (currentFiles|first).size|ea_filesize }}
  3603.                     {% endif %}
  3604.                 </span>
  3605.             {% endif %}
  3606.             {% if currentFiles and allow_delete %}
  3607.                 <button class=\"btn ea-fileupload-delete-btn\">
  3608.                     <i class=\"fa fa-trash-o\"></i>
  3609.                 </button>
  3610.             {% endif %}
  3611.             {% if currentFiles %}
  3612.                 <button class=\"btn\">
  3613.                     <i class=\"fa fa-folder-open-o\"></i>
  3614.                 </button>
  3615.             {% endif %}
  3616.         </div>
  3617.         {% if multiple and currentFiles %}
  3618.             <div class=\"form-control fileupload-list\">
  3619.                 <table class=\"fileupload-table\">
  3620.                     <tbody>
  3621.                     {% for file in currentFiles %}
  3622.                         <tr>
  3623.                             <td>
  3624.                                 {% if download_path %}<a href=\"{{ asset(download_path ~ file.filename) }}\">{% endif %}
  3625.                                     <span title=\"{{ file.mTime|date }}\">
  3626.                                         <i class=\"fa fa-file-o\"></i> {{ file.filename }}
  3627.                                     </span>
  3628.                                     {% if download_path %}</a>{% endif %}
  3629.                             </td>
  3630.                             <td class=\"text-right file-size\">{{ file.size|ea_filesize }}</td>
  3631.                         </tr>
  3632.                     {% endfor %}
  3633.                     </tbody>
  3634.                 </table>
  3635.             </div>
  3636.         {% endif %}
  3637.         {% if allow_delete %}
  3638.             <div class=\"d-none\">{{ form_widget(form.delete, { label: false }) }}</div>
  3639.         {% endif %}
  3640.     </div>
  3641.     {{ form_errors(form.file) }}
  3642. {% endblock %}
  3643. {% block ea_slug_widget %}
  3644.     {% set attr = attr|merge({
  3645.         'data-ea-slug-field': '',
  3646.         'data-target': target|split('|')|map(name => form.parent.children[name].vars.id)|json_encode
  3647.     }) %}
  3648.     {% if attr['data-confirm-text'] is defined %}
  3649.         {% set attr = attr|merge({
  3650.             'data-confirm-text': attr['data-confirm-text']|trans
  3651.         }) %}
  3652.     {% endif %}
  3653.     <div class=\"input-group\">
  3654.         {{ block('form_widget') }}
  3655.         <button type=\"button\" class=\"btn\">
  3656.             <i class=\"fas fa-lock fa-fw\"></i>
  3657.         </button>
  3658.     </div>
  3659. {% endblock %}
  3660. ""@EasyAdmin/crud/form_theme.html.twig""/home/annuairepn/www/aea/vendor/easycorp/easyadmin-bundle/src/Resources/views/crud/form_theme.html.twig");
  3661.     }
  3662. }