var/cache/dev/twig/d0/d0d1772cc319c71153945d4cbf8c63a3.php line 1599

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/symfony-form-themes/form_div_layout.html.twig */
  15. class __TwigTemplate_a70c3c92c6aae0a8be8b4df97faff272 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.         $this->blocks = [
  25.             'form_widget' => [$this'block_form_widget'],
  26.             'form_widget_simple' => [$this'block_form_widget_simple'],
  27.             'form_widget_compound' => [$this'block_form_widget_compound'],
  28.             'collection_widget' => [$this'block_collection_widget'],
  29.             'textarea_widget' => [$this'block_textarea_widget'],
  30.             'choice_widget' => [$this'block_choice_widget'],
  31.             'choice_widget_expanded' => [$this'block_choice_widget_expanded'],
  32.             'choice_widget_collapsed' => [$this'block_choice_widget_collapsed'],
  33.             'choice_widget_options' => [$this'block_choice_widget_options'],
  34.             'checkbox_widget' => [$this'block_checkbox_widget'],
  35.             'radio_widget' => [$this'block_radio_widget'],
  36.             'datetime_widget' => [$this'block_datetime_widget'],
  37.             'date_widget' => [$this'block_date_widget'],
  38.             'time_widget' => [$this'block_time_widget'],
  39.             'dateinterval_widget' => [$this'block_dateinterval_widget'],
  40.             'number_widget' => [$this'block_number_widget'],
  41.             'integer_widget' => [$this'block_integer_widget'],
  42.             'money_widget' => [$this'block_money_widget'],
  43.             'url_widget' => [$this'block_url_widget'],
  44.             'search_widget' => [$this'block_search_widget'],
  45.             'percent_widget' => [$this'block_percent_widget'],
  46.             'password_widget' => [$this'block_password_widget'],
  47.             'hidden_widget' => [$this'block_hidden_widget'],
  48.             'email_widget' => [$this'block_email_widget'],
  49.             'range_widget' => [$this'block_range_widget'],
  50.             'button_widget' => [$this'block_button_widget'],
  51.             'submit_widget' => [$this'block_submit_widget'],
  52.             'reset_widget' => [$this'block_reset_widget'],
  53.             'tel_widget' => [$this'block_tel_widget'],
  54.             'color_widget' => [$this'block_color_widget'],
  55.             'week_widget' => [$this'block_week_widget'],
  56.             'form_label' => [$this'block_form_label'],
  57.             'button_label' => [$this'block_button_label'],
  58.             'form_help' => [$this'block_form_help'],
  59.             'repeated_row' => [$this'block_repeated_row'],
  60.             'form_row' => [$this'block_form_row'],
  61.             'button_row' => [$this'block_button_row'],
  62.             'hidden_row' => [$this'block_hidden_row'],
  63.             'form' => [$this'block_form'],
  64.             'form_start' => [$this'block_form_start'],
  65.             'form_end' => [$this'block_form_end'],
  66.             'form_errors' => [$this'block_form_errors'],
  67.             'form_rest' => [$this'block_form_rest'],
  68.             'form_rows' => [$this'block_form_rows'],
  69.             'widget_attributes' => [$this'block_widget_attributes'],
  70.             'widget_container_attributes' => [$this'block_widget_container_attributes'],
  71.             'button_attributes' => [$this'block_button_attributes'],
  72.             'attributes' => [$this'block_attributes'],
  73.         ];
  74.     }
  75.     protected function doDisplay(array $context, array $blocks = [])
  76.     {
  77.         $macros $this->macros;
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EasyAdmin/symfony-form-themes/form_div_layout.html.twig"));
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EasyAdmin/symfony-form-themes/form_div_layout.html.twig"));
  82.         // line 3
  83.         yield from $this->unwrap()->yieldBlock('form_widget'$context$blocks);
  84.         // line 11
  85.         yield from $this->unwrap()->yieldBlock('form_widget_simple'$context$blocks);
  86.         // line 20
  87.         yield from $this->unwrap()->yieldBlock('form_widget_compound'$context$blocks);
  88.         // line 30
  89.         yield from $this->unwrap()->yieldBlock('collection_widget'$context$blocks);
  90.         // line 37
  91.         yield from $this->unwrap()->yieldBlock('textarea_widget'$context$blocks);
  92.         // line 41
  93.         yield from $this->unwrap()->yieldBlock('choice_widget'$context$blocks);
  94.         // line 49
  95.         yield from $this->unwrap()->yieldBlock('choice_widget_expanded'$context$blocks);
  96.         // line 58
  97.         yield from $this->unwrap()->yieldBlock('choice_widget_collapsed'$context$blocks);
  98.         // line 80
  99.         yield from $this->unwrap()->yieldBlock('choice_widget_options'$context$blocks);
  100.         // line 93
  101.         yield from $this->unwrap()->yieldBlock('checkbox_widget'$context$blocks);
  102.         // line 97
  103.         yield from $this->unwrap()->yieldBlock('radio_widget'$context$blocks);
  104.         // line 101
  105.         yield from $this->unwrap()->yieldBlock('datetime_widget'$context$blocks);
  106.         // line 114
  107.         yield from $this->unwrap()->yieldBlock('date_widget'$context$blocks);
  108.         // line 128
  109.         yield from $this->unwrap()->yieldBlock('time_widget'$context$blocks);
  110.         // line 139
  111.         yield from $this->unwrap()->yieldBlock('dateinterval_widget'$context$blocks);
  112.         // line 174
  113.         yield from $this->unwrap()->yieldBlock('number_widget'$context$blocks);
  114.         // line 180
  115.         yield from $this->unwrap()->yieldBlock('integer_widget'$context$blocks);
  116.         // line 185
  117.         yield from $this->unwrap()->yieldBlock('money_widget'$context$blocks);
  118.         // line 189
  119.         yield from $this->unwrap()->yieldBlock('url_widget'$context$blocks);
  120.         // line 194
  121.         yield from $this->unwrap()->yieldBlock('search_widget'$context$blocks);
  122.         // line 199
  123.         yield from $this->unwrap()->yieldBlock('percent_widget'$context$blocks);
  124.         // line 204
  125.         yield from $this->unwrap()->yieldBlock('password_widget'$context$blocks);
  126.         // line 209
  127.         yield from $this->unwrap()->yieldBlock('hidden_widget'$context$blocks);
  128.         // line 214
  129.         yield from $this->unwrap()->yieldBlock('email_widget'$context$blocks);
  130.         // line 219
  131.         yield from $this->unwrap()->yieldBlock('range_widget'$context$blocks);
  132.         // line 224
  133.         yield from $this->unwrap()->yieldBlock('button_widget'$context$blocks);
  134.         // line 252
  135.         yield from $this->unwrap()->yieldBlock('submit_widget'$context$blocks);
  136.         // line 257
  137.         yield from $this->unwrap()->yieldBlock('reset_widget'$context$blocks);
  138.         // line 262
  139.         yield from $this->unwrap()->yieldBlock('tel_widget'$context$blocks);
  140.         // line 267
  141.         yield from $this->unwrap()->yieldBlock('color_widget'$context$blocks);
  142.         // line 272
  143.         yield from $this->unwrap()->yieldBlock('week_widget'$context$blocks);
  144.         // line 285
  145.         yield from $this->unwrap()->yieldBlock('form_label'$context$blocks);
  146.         // line 321
  147.         yield from $this->unwrap()->yieldBlock('button_label'$context$blocks);
  148.         // line 324
  149.         yield "
  150. ";
  151.         // line 325
  152.         yield from $this->unwrap()->yieldBlock('form_help'$context$blocks);
  153.         // line 345
  154.         yield "
  155. ";
  156.         // line 348
  157.         yield from $this->unwrap()->yieldBlock('repeated_row'$context$blocks);
  158.         // line 356
  159.         yield from $this->unwrap()->yieldBlock('form_row'$context$blocks);
  160.         // line 369
  161.         yield from $this->unwrap()->yieldBlock('button_row'$context$blocks);
  162.         // line 375
  163.         yield from $this->unwrap()->yieldBlock('hidden_row'$context$blocks);
  164.         // line 381
  165.         yield from $this->unwrap()->yieldBlock('form'$context$blocks);
  166.         // line 387
  167.         yield from $this->unwrap()->yieldBlock('form_start'$context$blocks);
  168.         // line 401
  169.         yield from $this->unwrap()->yieldBlock('form_end'$context$blocks);
  170.         // line 408
  171.         yield from $this->unwrap()->yieldBlock('form_errors'$context$blocks);
  172.         // line 418
  173.         yield from $this->unwrap()->yieldBlock('form_rest'$context$blocks);
  174.         // line 439
  175.         yield "
  176. ";
  177.         // line 442
  178.         yield from $this->unwrap()->yieldBlock('form_rows'$context$blocks);
  179.         // line 448
  180.         yield from $this->unwrap()->yieldBlock('widget_attributes'$context$blocks);
  181.         // line 455
  182.         yield from $this->unwrap()->yieldBlock('widget_container_attributes'$context$blocks);
  183.         // line 460
  184.         yield from $this->unwrap()->yieldBlock('button_attributes'$context$blocks);
  185.         // line 465
  186.         yield from $this->unwrap()->yieldBlock('attributes'$context$blocks);
  187.         
  188.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  189.         
  190.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  191.         return; yield '';
  192.     }
  193.     // line 3
  194.     public function block_form_widget($context, array $blocks = [])
  195.     {
  196.         $macros $this->macros;
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  198.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget"));
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  200.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget"));
  201.         // line 4
  202.         if ((isset($context["compound"]) || array_key_exists("compound"$context) ? $context["compound"] : (function () { throw new RuntimeError('Variable "compound" does not exist.'4$this->source); })())) {
  203.             // line 5
  204.             yield from             $this->unwrap()->yieldBlock("form_widget_compound"$context$blocks);
  205.         } else {
  206.             // line 7
  207.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  208.         }
  209.         
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  211.         
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  213.         return; yield '';
  214.     }
  215.     // line 11
  216.     public function block_form_widget_simple($context, array $blocks = [])
  217.     {
  218.         $macros $this->macros;
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_simple"));
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_simple"));
  223.         // line 12
  224.         $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.'12$this->source); })()), "text")) : ("text"));
  225.         // line 13
  226.         if ((((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'13$this->source); })()) == "range") || ((isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'13$this->source); })()) == "color"))) {
  227.             // line 15
  228.             $context["required"] = false;
  229.         }
  230.         // line 17
  231.         yield "<input type=\"";
  232.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["type"]) || array_key_exists("type"$context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.'17$this->source); })()), "html"nulltrue);
  233.         yield "\" ";
  234.         yield from         $this->unwrap()->yieldBlock("widget_attributes"$context$blocks);
  235.         yield " ";
  236.         if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'17$this->source); })()))) {
  237.             yield "value=\"";
  238.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'17$this->source); })()), "html"nulltrue);
  239.             yield "\" ";
  240.         }
  241.         yield "/>";
  242.         
  243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  244.         
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  246.         return; yield '';
  247.     }
  248.     // line 20
  249.     public function block_form_widget_compound($context, array $blocks = [])
  250.     {
  251.         $macros $this->macros;
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_compound"));
  254.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  255.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_widget_compound"));
  256.         // line 21
  257.         yield "<div ";
  258.         yield from         $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  259.         yield ">";
  260.         // line 22
  261.         if (Symfony\Bridge\Twig\Extension\twig_is_root_form((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'22$this->source); })()))) {
  262.             // line 23
  263.             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.'23$this->source); })()), 'errors');
  264.         }
  265.         // line 25
  266.         yield from         $this->unwrap()->yieldBlock("form_rows"$context$blocks);
  267.         // line 26
  268.         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.'26$this->source); })()), 'rest');
  269.         // line 27
  270.         yield "</div>";
  271.         
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  273.         
  274.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  275.         return; yield '';
  276.     }
  277.     // line 30
  278.     public function block_collection_widget($context, array $blocks = [])
  279.     {
  280.         $macros $this->macros;
  281.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  282.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_widget"));
  283.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  284.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""collection_widget"));
  285.         // line 31
  286.         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.'31$this->source); })()), "rendered", [], "any"falsefalsefalse31))) {
  287.             // line 32
  288.             $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.'32$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.'32$this->source); })()), 'row')]);
  289.         }
  290.         // line 34
  291.         yield from         $this->unwrap()->yieldBlock("form_widget"$context$blocks);
  292.         
  293.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  294.         
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  296.         return; yield '';
  297.     }
  298.     // line 37
  299.     public function block_textarea_widget($context, array $blocks = [])
  300.     {
  301.         $macros $this->macros;
  302.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  303.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""textarea_widget"));
  304.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  305.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""textarea_widget"));
  306.         // line 38
  307.         yield "<textarea ";
  308.         yield from         $this->unwrap()->yieldBlock("widget_attributes"$context$blocks);
  309.         yield ">";
  310.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'38$this->source); })()), "html"nulltrue);
  311.         yield "</textarea>";
  312.         
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  314.         
  315.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  316.         return; yield '';
  317.     }
  318.     // line 41
  319.     public function block_choice_widget($context, array $blocks = [])
  320.     {
  321.         $macros $this->macros;
  322.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  323.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget"));
  324.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  325.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget"));
  326.         // line 42
  327.         if ((isset($context["expanded"]) || array_key_exists("expanded"$context) ? $context["expanded"] : (function () { throw new RuntimeError('Variable "expanded" does not exist.'42$this->source); })())) {
  328.             // line 43
  329.             yield from             $this->unwrap()->yieldBlock("choice_widget_expanded"$context$blocks);
  330.         } else {
  331.             // line 45
  332.             yield from             $this->unwrap()->yieldBlock("choice_widget_collapsed"$context$blocks);
  333.         }
  334.         
  335.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  336.         
  337.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  338.         return; yield '';
  339.     }
  340.     // line 49
  341.     public function block_choice_widget_expanded($context, array $blocks = [])
  342.     {
  343.         $macros $this->macros;
  344.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  345.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_expanded"));
  346.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  347.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_expanded"));
  348.         // line 50
  349.         yield "<div ";
  350.         yield from         $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  351.         yield ">";
  352.         // line 51
  353.         $context['_parent'] = $context;
  354.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'51$this->source); })()));
  355.         foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  356.             // line 52
  357.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget');
  358.             // line 53
  359.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'label', ["translation_domain" => (isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain"$context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.'53$this->source); })())]);
  360.         }
  361.         $_parent $context['_parent'];
  362.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  363.         $context array_intersect_key($context$_parent) + $_parent;
  364.         // line 55
  365.         yield "</div>";
  366.         
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  368.         
  369.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  370.         return; yield '';
  371.     }
  372.     // line 58
  373.     public function block_choice_widget_collapsed($context, array $blocks = [])
  374.     {
  375.         $macros $this->macros;
  376.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  377.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_collapsed"));
  378.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  379.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_collapsed"));
  380.         // line 59
  381.         if ((((((isset($context["required"]) || array_key_exists("required"$context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.'59$this->source); })()) && (null === (isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'59$this->source); })()))) &&  !(isset($context["placeholder_in_choices"]) || array_key_exists("placeholder_in_choices"$context) ? $context["placeholder_in_choices"] : (function () { throw new RuntimeError('Variable "placeholder_in_choices" does not exist.'59$this->source); })())) &&  !(isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'59$this->source); })())) && ( !CoreExtension::getAttribute($this->env$this->source, ($context["attr"] ?? null), "size", [], "any"truetruefalse59) || (CoreExtension::getAttribute($this->env$this->source, (isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'59$this->source); })()), "size", [], "any"falsefalsefalse59) <= 1)))) {
  382.             // line 60
  383.             $context["required"] = false;
  384.         }
  385.         // line 62
  386.         yield "<select ";
  387.         yield from         $this->unwrap()->yieldBlock("widget_attributes"$context$blocks);
  388.         if ((isset($context["multiple"]) || array_key_exists("multiple"$context) ? $context["multiple"] : (function () { throw new RuntimeError('Variable "multiple" does not exist.'62$this->source); })())) {
  389.             yield " multiple=\"multiple\"";
  390.         }
  391.         yield ">";
  392.         // line 63
  393.         if ( !(null === (isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'63$this->source); })()))) {
  394.             // line 64
  395.             yield "<option value=\"\"";
  396.             if (((isset($context["required"]) || array_key_exists("required"$context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.'64$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.'64$this->source); })())))) {
  397.                 yield " selected=\"selected\"";
  398.             }
  399.             yield ">";
  400.             ((((isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'64$this->source); })()) != "")) ? (yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'64$this->source); })()) === false)) ? ((isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'64$this->source); })())) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["placeholder"]) || array_key_exists("placeholder"$context) ? $context["placeholder"] : (function () { throw new RuntimeError('Variable "placeholder" does not exist.'64$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.'64$this->source); })())))), "html"nulltrue)) : (yield ""));
  401.             yield "</option>";
  402.         }
  403.         // line 66
  404.         if ((Twig\Extension\CoreExtension::lengthFilter($this->env, (isset($context["preferred_choices"]) || array_key_exists("preferred_choices"$context) ? $context["preferred_choices"] : (function () { throw new RuntimeError('Variable "preferred_choices" does not exist.'66$this->source); })())) > 0)) {
  405.             // line 67
  406.             $context["options"] = (isset($context["preferred_choices"]) || array_key_exists("preferred_choices"$context) ? $context["preferred_choices"] : (function () { throw new RuntimeError('Variable "preferred_choices" does not exist.'67$this->source); })());
  407.             // line 68
  408.             yield "            ";
  409.             $context["render_preferred_choices"] = true;
  410.             // line 69
  411.             yield from             $this->unwrap()->yieldBlock("choice_widget_options"$context$blocks);
  412.             // line 70
  413.             if (((Twig\Extension\CoreExtension::lengthFilter($this->env, (isset($context["choices"]) || array_key_exists("choices"$context) ? $context["choices"] : (function () { throw new RuntimeError('Variable "choices" does not exist.'70$this->source); })())) > 0) &&  !(null === (isset($context["separator"]) || array_key_exists("separator"$context) ? $context["separator"] : (function () { throw new RuntimeError('Variable "separator" does not exist.'70$this->source); })())))) {
  414.                 // line 71
  415.                 yield "<option disabled=\"disabled\">";
  416.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["separator"]) || array_key_exists("separator"$context) ? $context["separator"] : (function () { throw new RuntimeError('Variable "separator" does not exist.'71$this->source); })()), "html"nulltrue);
  417.                 yield "</option>";
  418.             }
  419.         }
  420.         // line 74
  421.         $context["options"] = (isset($context["choices"]) || array_key_exists("choices"$context) ? $context["choices"] : (function () { throw new RuntimeError('Variable "choices" does not exist.'74$this->source); })());
  422.         // line 75
  423.         $context["render_preferred_choices"] = false;
  424.         // line 76
  425.         yield from         $this->unwrap()->yieldBlock("choice_widget_options"$context$blocks);
  426.         // line 77
  427.         yield "</select>";
  428.         
  429.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  430.         
  431.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  432.         return; yield '';
  433.     }
  434.     // line 80
  435.     public function block_choice_widget_options($context, array $blocks = [])
  436.     {
  437.         $macros $this->macros;
  438.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  439.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_options"));
  440.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  441.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""choice_widget_options"));
  442.         // line 81
  443.         $context['_parent'] = $context;
  444.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["options"]) || array_key_exists("options"$context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.'81$this->source); })()));
  445.         $context['loop'] = [
  446.           'parent' => $context['_parent'],
  447.           'index0' => 0,
  448.           'index'  => 1,
  449.           'first'  => true,
  450.         ];
  451.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  452.             $length count($context['_seq']);
  453.             $context['loop']['revindex0'] = $length 1;
  454.             $context['loop']['revindex'] = $length;
  455.             $context['loop']['length'] = $length;
  456.             $context['loop']['last'] = === $length;
  457.         }
  458.         foreach ($context['_seq'] as $context["group_label"] => $context["choice"]) {
  459.             // line 82
  460.             if (is_iterable($context["choice"])) {
  461.                 // line 83
  462.                 yield "<optgroup label=\"";
  463.                 yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain"$context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.'83$this->source); })()) === false)) ? ($context["group_label"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["group_label"], [], (isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain"$context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.'83$this->source); })())))), "html"nulltrue);
  464.                 yield "\">
  465.                 ";
  466.                 // line 84
  467.                 $context["options"] = $context["choice"];
  468.                 // line 85
  469.                 yield from                 $this->unwrap()->yieldBlock("choice_widget_options"$context$blocks);
  470.                 // line 86
  471.                 yield "</optgroup>";
  472.             } else {
  473.                 // line 88
  474.                 yield "<option value=\"";
  475.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["choice"], "value", [], "any"falsefalsefalse88), "html"nulltrue);
  476.                 yield "\"";
  477.                 if (CoreExtension::getAttribute($this->env$this->source$context["choice"], "attr", [], "any"falsefalsefalse88)) {
  478.                     $__internal_compile_0 $context;
  479.                     $__internal_compile_1 = ["attr" => CoreExtension::getAttribute($this->env$this->source$context["choice"], "attr", [], "any"falsefalsefalse88)];
  480.                     if (!is_iterable($__internal_compile_1)) {
  481.                         throw new RuntimeError('Variables passed to the "with" tag must be a hash.'88$this->getSourceContext());
  482.                     }
  483.                     $__internal_compile_1 CoreExtension::toArray($__internal_compile_1);
  484.                     $context $this->env->mergeGlobals(array_merge($context$__internal_compile_1));
  485.                     yield from                     $this->unwrap()->yieldBlock("attributes"$context$blocks);
  486.                     $context $__internal_compile_0;
  487.                 }
  488.                 if (( !((array_key_exists("render_preferred_choices"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["render_preferred_choices"]) || array_key_exists("render_preferred_choices"$context) ? $context["render_preferred_choices"] : (function () { throw new RuntimeError('Variable "render_preferred_choices" does not exist.'88$this->source); })()), false)) : (false)) && Symfony\Bridge\Twig\Extension\twig_is_selected_choice($context["choice"], (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'88$this->source); })())))) {
  489.                     yield " selected=\"selected\"";
  490.                 }
  491.                 yield ">";
  492.                 yield Twig\Extension\EscaperExtension::escape($this->env, ((((isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain"$context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.'88$this->source); })()) === false)) ? (CoreExtension::getAttribute($this->env$this->source$context["choice"], "label", [], "any"falsefalsefalse88)) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env$this->source$context["choice"], "label", [], "any"falsefalsefalse88), ((CoreExtension::getAttribute($this->env$this->source$context["choice"], "labelTranslationParameters", [], "any"truetruefalse88)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source$context["choice"], "labelTranslationParameters", [], "any"falsefalsefalse88), [])) : ([])), (isset($context["choice_translation_domain"]) || array_key_exists("choice_translation_domain"$context) ? $context["choice_translation_domain"] : (function () { throw new RuntimeError('Variable "choice_translation_domain" does not exist.'88$this->source); })())))), "html"nulltrue);
  493.                 yield "</option>";
  494.             }
  495.             ++$context['loop']['index0'];
  496.             ++$context['loop']['index'];
  497.             $context['loop']['first'] = false;
  498.             if (isset($context['loop']['length'])) {
  499.                 --$context['loop']['revindex0'];
  500.                 --$context['loop']['revindex'];
  501.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  502.             }
  503.         }
  504.         $_parent $context['_parent'];
  505.         unset($context['_seq'], $context['_iterated'], $context['group_label'], $context['choice'], $context['_parent'], $context['loop']);
  506.         $context array_intersect_key($context$_parent) + $_parent;
  507.         
  508.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  509.         
  510.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  511.         return; yield '';
  512.     }
  513.     // line 93
  514.     public function block_checkbox_widget($context, array $blocks = [])
  515.     {
  516.         $macros $this->macros;
  517.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  518.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""checkbox_widget"));
  519.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  520.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""checkbox_widget"));
  521.         // line 94
  522.         yield "<input type=\"checkbox\" ";
  523.         yield from         $this->unwrap()->yieldBlock("widget_attributes"$context$blocks);
  524.         if (array_key_exists("value"$context)) {
  525.             yield " value=\"";
  526.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'94$this->source); })()), "html"nulltrue);
  527.             yield "\"";
  528.         }
  529.         if ((isset($context["checked"]) || array_key_exists("checked"$context) ? $context["checked"] : (function () { throw new RuntimeError('Variable "checked" does not exist.'94$this->source); })())) {
  530.             yield " checked=\"checked\"";
  531.         }
  532.         yield " />";
  533.         
  534.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  535.         
  536.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  537.         return; yield '';
  538.     }
  539.     // line 97
  540.     public function block_radio_widget($context, array $blocks = [])
  541.     {
  542.         $macros $this->macros;
  543.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  544.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""radio_widget"));
  545.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  546.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""radio_widget"));
  547.         // line 98
  548.         yield "<input type=\"radio\" ";
  549.         yield from         $this->unwrap()->yieldBlock("widget_attributes"$context$blocks);
  550.         if (array_key_exists("value"$context)) {
  551.             yield " value=\"";
  552.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'98$this->source); })()), "html"nulltrue);
  553.             yield "\"";
  554.         }
  555.         if ((isset($context["checked"]) || array_key_exists("checked"$context) ? $context["checked"] : (function () { throw new RuntimeError('Variable "checked" does not exist.'98$this->source); })())) {
  556.             yield " checked=\"checked\"";
  557.         }
  558.         yield " />";
  559.         
  560.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  561.         
  562.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  563.         return; yield '';
  564.     }
  565.     // line 101
  566.     public function block_datetime_widget($context, array $blocks = [])
  567.     {
  568.         $macros $this->macros;
  569.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  570.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""datetime_widget"));
  571.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  572.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""datetime_widget"));
  573.         // line 102
  574.         if (((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'102$this->source); })()) == "single_text")) {
  575.             // line 103
  576.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  577.         } else {
  578.             // line 105
  579.             yield "<div ";
  580.             yield from             $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  581.             yield ">";
  582.             // line 106
  583.             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.'106$this->source); })()), "date", [], "any"falsefalsefalse106), 'errors');
  584.             // line 107
  585.             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.'107$this->source); })()), "time", [], "any"falsefalsefalse107), 'errors');
  586.             // line 108
  587.             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.'108$this->source); })()), "date", [], "any"falsefalsefalse108), 'widget');
  588.             // line 109
  589.             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.'109$this->source); })()), "time", [], "any"falsefalsefalse109), 'widget');
  590.             // line 110
  591.             yield "</div>";
  592.         }
  593.         
  594.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  595.         
  596.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  597.         return; yield '';
  598.     }
  599.     // line 114
  600.     public function block_date_widget($context, array $blocks = [])
  601.     {
  602.         $macros $this->macros;
  603.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  604.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""date_widget"));
  605.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  606.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""date_widget"));
  607.         // line 115
  608.         if (((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'115$this->source); })()) == "single_text")) {
  609.             // line 116
  610.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  611.         } else {
  612.             // line 118
  613.             yield "<div ";
  614.             yield from             $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  615.             yield ">";
  616.             // line 119
  617.             yield Twig\Extension\CoreExtension::replaceFilter((isset($context["date_pattern"]) || array_key_exists("date_pattern"$context) ? $context["date_pattern"] : (function () { throw new RuntimeError('Variable "date_pattern" does not exist.'119$this->source); })()), ["{{ year }}" =>             // line 120
  618. $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.'120$this->source); })()), "year", [], "any"falsefalsefalse120), 'widget'), "{{ month }}" =>             // line 121
  619. $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.'121$this->source); })()), "month", [], "any"falsefalsefalse121), 'widget'), "{{ day }}" =>             // line 122
  620. $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.'122$this->source); })()), "day", [], "any"falsefalsefalse122), 'widget')]);
  621.             // line 124
  622.             yield "</div>";
  623.         }
  624.         
  625.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  626.         
  627.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  628.         return; yield '';
  629.     }
  630.     // line 128
  631.     public function block_time_widget($context, array $blocks = [])
  632.     {
  633.         $macros $this->macros;
  634.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  635.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""time_widget"));
  636.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  637.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""time_widget"));
  638.         // line 129
  639.         if (((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'129$this->source); })()) == "single_text")) {
  640.             // line 130
  641.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  642.         } else {
  643.             // line 132
  644.             $context["vars"] = ((((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'132$this->source); })()) == "text")) ? (["attr" => ["size" => 1]]) : ([]));
  645.             // line 133
  646.             yield "<div ";
  647.             yield from             $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  648.             yield ">
  649.             ";
  650.             // line 134
  651.             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.'134$this->source); })()), "hour", [], "any"falsefalsefalse134), 'widget', (isset($context["vars"]) || array_key_exists("vars"$context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.'134$this->source); })()));
  652.             if ((isset($context["with_minutes"]) || array_key_exists("with_minutes"$context) ? $context["with_minutes"] : (function () { throw new RuntimeError('Variable "with_minutes" does not exist.'134$this->source); })())) {
  653.                 yield ":";
  654.                 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.'134$this->source); })()), "minute", [], "any"falsefalsefalse134), 'widget', (isset($context["vars"]) || array_key_exists("vars"$context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.'134$this->source); })()));
  655.             }
  656.             if ((isset($context["with_seconds"]) || array_key_exists("with_seconds"$context) ? $context["with_seconds"] : (function () { throw new RuntimeError('Variable "with_seconds" does not exist.'134$this->source); })())) {
  657.                 yield ":";
  658.                 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.'134$this->source); })()), "second", [], "any"falsefalsefalse134), 'widget', (isset($context["vars"]) || array_key_exists("vars"$context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.'134$this->source); })()));
  659.             }
  660.             // line 135
  661.             yield "        </div>";
  662.         }
  663.         
  664.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  665.         
  666.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  667.         return; yield '';
  668.     }
  669.     // line 139
  670.     public function block_dateinterval_widget($context, array $blocks = [])
  671.     {
  672.         $macros $this->macros;
  673.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  674.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""dateinterval_widget"));
  675.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  676.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""dateinterval_widget"));
  677.         // line 140
  678.         if (((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'140$this->source); })()) == "single_text")) {
  679.             // line 141
  680.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  681.         } else {
  682.             // line 143
  683.             yield "<div ";
  684.             yield from             $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  685.             yield ">";
  686.             // line 144
  687.             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.'144$this->source); })()), 'errors');
  688.             // line 145
  689.             yield "<table class=\"";
  690.             yield Twig\Extension\EscaperExtension::escape($this->env, ((array_key_exists("table_class"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["table_class"]) || array_key_exists("table_class"$context) ? $context["table_class"] : (function () { throw new RuntimeError('Variable "table_class" does not exist.'145$this->source); })()), "")) : ("")), "html"nulltrue);
  691.             yield "\" role=\"presentation\">
  692.                 <thead>
  693.                 <tr>";
  694.             // line 148
  695.             if ((isset($context["with_years"]) || array_key_exists("with_years"$context) ? $context["with_years"] : (function () { throw new RuntimeError('Variable "with_years" does not exist.'148$this->source); })())) {
  696.                 yield "<th>";
  697.                 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.'148$this->source); })()), "years", [], "any"falsefalsefalse148), 'label');
  698.                 yield "</th>";
  699.             }
  700.             // line 149
  701.             if ((isset($context["with_months"]) || array_key_exists("with_months"$context) ? $context["with_months"] : (function () { throw new RuntimeError('Variable "with_months" does not exist.'149$this->source); })())) {
  702.                 yield "<th>";
  703.                 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.'149$this->source); })()), "months", [], "any"falsefalsefalse149), 'label');
  704.                 yield "</th>";
  705.             }
  706.             // line 150
  707.             if ((isset($context["with_weeks"]) || array_key_exists("with_weeks"$context) ? $context["with_weeks"] : (function () { throw new RuntimeError('Variable "with_weeks" does not exist.'150$this->source); })())) {
  708.                 yield "<th>";
  709.                 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.'150$this->source); })()), "weeks", [], "any"falsefalsefalse150), 'label');
  710.                 yield "</th>";
  711.             }
  712.             // line 151
  713.             if ((isset($context["with_days"]) || array_key_exists("with_days"$context) ? $context["with_days"] : (function () { throw new RuntimeError('Variable "with_days" does not exist.'151$this->source); })())) {
  714.                 yield "<th>";
  715.                 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.'151$this->source); })()), "days", [], "any"falsefalsefalse151), 'label');
  716.                 yield "</th>";
  717.             }
  718.             // line 152
  719.             if ((isset($context["with_hours"]) || array_key_exists("with_hours"$context) ? $context["with_hours"] : (function () { throw new RuntimeError('Variable "with_hours" does not exist.'152$this->source); })())) {
  720.                 yield "<th>";
  721.                 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.'152$this->source); })()), "hours", [], "any"falsefalsefalse152), 'label');
  722.                 yield "</th>";
  723.             }
  724.             // line 153
  725.             if ((isset($context["with_minutes"]) || array_key_exists("with_minutes"$context) ? $context["with_minutes"] : (function () { throw new RuntimeError('Variable "with_minutes" does not exist.'153$this->source); })())) {
  726.                 yield "<th>";
  727.                 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.'153$this->source); })()), "minutes", [], "any"falsefalsefalse153), 'label');
  728.                 yield "</th>";
  729.             }
  730.             // line 154
  731.             if ((isset($context["with_seconds"]) || array_key_exists("with_seconds"$context) ? $context["with_seconds"] : (function () { throw new RuntimeError('Variable "with_seconds" does not exist.'154$this->source); })())) {
  732.                 yield "<th>";
  733.                 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.'154$this->source); })()), "seconds", [], "any"falsefalsefalse154), 'label');
  734.                 yield "</th>";
  735.             }
  736.             // line 155
  737.             yield "</tr>
  738.                 </thead>
  739.                 <tbody>
  740.                 <tr>";
  741.             // line 159
  742.             if ((isset($context["with_years"]) || array_key_exists("with_years"$context) ? $context["with_years"] : (function () { throw new RuntimeError('Variable "with_years" does not exist.'159$this->source); })())) {
  743.                 yield "<td>";
  744.                 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.'159$this->source); })()), "years", [], "any"falsefalsefalse159), 'widget');
  745.                 yield "</td>";
  746.             }
  747.             // line 160
  748.             if ((isset($context["with_months"]) || array_key_exists("with_months"$context) ? $context["with_months"] : (function () { throw new RuntimeError('Variable "with_months" does not exist.'160$this->source); })())) {
  749.                 yield "<td>";
  750.                 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.'160$this->source); })()), "months", [], "any"falsefalsefalse160), 'widget');
  751.                 yield "</td>";
  752.             }
  753.             // line 161
  754.             if ((isset($context["with_weeks"]) || array_key_exists("with_weeks"$context) ? $context["with_weeks"] : (function () { throw new RuntimeError('Variable "with_weeks" does not exist.'161$this->source); })())) {
  755.                 yield "<td>";
  756.                 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.'161$this->source); })()), "weeks", [], "any"falsefalsefalse161), 'widget');
  757.                 yield "</td>";
  758.             }
  759.             // line 162
  760.             if ((isset($context["with_days"]) || array_key_exists("with_days"$context) ? $context["with_days"] : (function () { throw new RuntimeError('Variable "with_days" does not exist.'162$this->source); })())) {
  761.                 yield "<td>";
  762.                 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.'162$this->source); })()), "days", [], "any"falsefalsefalse162), 'widget');
  763.                 yield "</td>";
  764.             }
  765.             // line 163
  766.             if ((isset($context["with_hours"]) || array_key_exists("with_hours"$context) ? $context["with_hours"] : (function () { throw new RuntimeError('Variable "with_hours" does not exist.'163$this->source); })())) {
  767.                 yield "<td>";
  768.                 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.'163$this->source); })()), "hours", [], "any"falsefalsefalse163), 'widget');
  769.                 yield "</td>";
  770.             }
  771.             // line 164
  772.             if ((isset($context["with_minutes"]) || array_key_exists("with_minutes"$context) ? $context["with_minutes"] : (function () { throw new RuntimeError('Variable "with_minutes" does not exist.'164$this->source); })())) {
  773.                 yield "<td>";
  774.                 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.'164$this->source); })()), "minutes", [], "any"falsefalsefalse164), 'widget');
  775.                 yield "</td>";
  776.             }
  777.             // line 165
  778.             if ((isset($context["with_seconds"]) || array_key_exists("with_seconds"$context) ? $context["with_seconds"] : (function () { throw new RuntimeError('Variable "with_seconds" does not exist.'165$this->source); })())) {
  779.                 yield "<td>";
  780.                 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.'165$this->source); })()), "seconds", [], "any"falsefalsefalse165), 'widget');
  781.                 yield "</td>";
  782.             }
  783.             // line 166
  784.             yield "</tr>
  785.                 </tbody>
  786.             </table>";
  787.             // line 169
  788.             if ((isset($context["with_invert"]) || array_key_exists("with_invert"$context) ? $context["with_invert"] : (function () { throw new RuntimeError('Variable "with_invert" does not exist.'169$this->source); })())) {
  789.                 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.'169$this->source); })()), "invert", [], "any"falsefalsefalse169), 'widget');
  790.             }
  791.             // line 170
  792.             yield "</div>";
  793.         }
  794.         
  795.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  796.         
  797.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  798.         return; yield '';
  799.     }
  800.     // line 174
  801.     public function block_number_widget($context, array $blocks = [])
  802.     {
  803.         $macros $this->macros;
  804.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  805.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""number_widget"));
  806.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  807.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""number_widget"));
  808.         // line 176
  809.         $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.'176$this->source); })()), "text")) : ("text"));
  810.         // line 177
  811.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  812.         
  813.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  814.         
  815.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  816.         return; yield '';
  817.     }
  818.     // line 180
  819.     public function block_integer_widget($context, array $blocks = [])
  820.     {
  821.         $macros $this->macros;
  822.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  823.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""integer_widget"));
  824.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  825.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""integer_widget"));
  826.         // line 181
  827.         $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.'181$this->source); })()), "number")) : ("number"));
  828.         // line 182
  829.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  830.         
  831.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  832.         
  833.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  834.         return; yield '';
  835.     }
  836.     // line 185
  837.     public function block_money_widget($context, array $blocks = [])
  838.     {
  839.         $macros $this->macros;
  840.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  841.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""money_widget"));
  842.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  843.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""money_widget"));
  844.         // line 186
  845.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->encodeCurrency($this->env, (isset($context["money_pattern"]) || array_key_exists("money_pattern"$context) ? $context["money_pattern"] : (function () { throw new RuntimeError('Variable "money_pattern" does not exist.'186$this->source); })()),         $this->unwrap()->renderBlock("form_widget_simple"$context$blocks));
  846.         
  847.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  848.         
  849.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  850.         return; yield '';
  851.     }
  852.     // line 189
  853.     public function block_url_widget($context, array $blocks = [])
  854.     {
  855.         $macros $this->macros;
  856.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  857.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""url_widget"));
  858.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  859.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""url_widget"));
  860.         // line 190
  861.         $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.'190$this->source); })()), "url")) : ("url"));
  862.         // line 191
  863.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  864.         
  865.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  866.         
  867.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  868.         return; yield '';
  869.     }
  870.     // line 194
  871.     public function block_search_widget($context, array $blocks = [])
  872.     {
  873.         $macros $this->macros;
  874.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  875.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_widget"));
  876.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  877.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_widget"));
  878.         // line 195
  879.         $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.'195$this->source); })()), "search")) : ("search"));
  880.         // line 196
  881.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  882.         
  883.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  884.         
  885.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  886.         return; yield '';
  887.     }
  888.     // line 199
  889.     public function block_percent_widget($context, array $blocks = [])
  890.     {
  891.         $macros $this->macros;
  892.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  893.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""percent_widget"));
  894.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  895.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""percent_widget"));
  896.         // line 200
  897.         $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.'200$this->source); })()), "text")) : ("text"));
  898.         // line 201
  899.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  900.         if ((isset($context["symbol"]) || array_key_exists("symbol"$context) ? $context["symbol"] : (function () { throw new RuntimeError('Variable "symbol" does not exist.'201$this->source); })())) {
  901.             yield " ";
  902.             yield Twig\Extension\EscaperExtension::escape($this->env, ((array_key_exists("symbol"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((isset($context["symbol"]) || array_key_exists("symbol"$context) ? $context["symbol"] : (function () { throw new RuntimeError('Variable "symbol" does not exist.'201$this->source); })()), "%")) : ("%")), "html"nulltrue);
  903.         }
  904.         
  905.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  906.         
  907.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  908.         return; yield '';
  909.     }
  910.     // line 204
  911.     public function block_password_widget($context, array $blocks = [])
  912.     {
  913.         $macros $this->macros;
  914.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  915.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""password_widget"));
  916.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  917.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""password_widget"));
  918.         // line 205
  919.         $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.'205$this->source); })()), "password")) : ("password"));
  920.         // line 206
  921.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  922.         
  923.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  924.         
  925.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  926.         return; yield '';
  927.     }
  928.     // line 209
  929.     public function block_hidden_widget($context, array $blocks = [])
  930.     {
  931.         $macros $this->macros;
  932.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  933.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""hidden_widget"));
  934.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  935.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""hidden_widget"));
  936.         // line 210
  937.         $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.'210$this->source); })()), "hidden")) : ("hidden"));
  938.         // line 211
  939.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  940.         
  941.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  942.         
  943.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  944.         return; yield '';
  945.     }
  946.     // line 214
  947.     public function block_email_widget($context, array $blocks = [])
  948.     {
  949.         $macros $this->macros;
  950.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  951.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""email_widget"));
  952.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  953.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""email_widget"));
  954.         // line 215
  955.         $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.'215$this->source); })()), "email")) : ("email"));
  956.         // line 216
  957.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  958.         
  959.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  960.         
  961.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  962.         return; yield '';
  963.     }
  964.     // line 219
  965.     public function block_range_widget($context, array $blocks = [])
  966.     {
  967.         $macros $this->macros;
  968.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  969.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""range_widget"));
  970.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  971.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""range_widget"));
  972.         // line 220
  973.         $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.'220$this->source); })()), "range")) : ("range"));
  974.         // line 221
  975.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  976.         
  977.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  978.         
  979.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  980.         return; yield '';
  981.     }
  982.     // line 224
  983.     public function block_button_widget($context, array $blocks = [])
  984.     {
  985.         $macros $this->macros;
  986.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  987.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_widget"));
  988.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  989.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_widget"));
  990.         // line 225
  991.         if (Twig\Extension\CoreExtension::testEmpty((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'225$this->source); })()))) {
  992.             // line 226
  993.             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.'226$this->source); })()))) {
  994.                 // line 227
  995.                 $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.'227$this->source); })()), ["%name%" =>                 // line 228
  996. (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'228$this->source); })()), "%id%" =>                 // line 229
  997. (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'229$this->source); })())]);
  998.             } elseif ( !(            // line 231
  999. (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'231$this->source); })()) === false)) {
  1000.                 // line 232
  1001.                 $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.'232$this->source); })()));
  1002.             }
  1003.         }
  1004.         // line 235
  1005.         yield "<button type=\"";
  1006.         yield Twig\Extension\EscaperExtension::escape($this->env, ((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.'235$this->source); })()), "button")) : ("button")), "html"nulltrue);
  1007.         yield "\" ";
  1008.         yield from         $this->unwrap()->yieldBlock("button_attributes"$context$blocks);
  1009.         yield ">";
  1010.         // line 236
  1011.         if (((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'236$this->source); })()) === false)) {
  1012.             // line 237
  1013.             if ((array_key_exists("label_html"$context) && ((isset($context["label_html"]) || array_key_exists("label_html"$context) ? $context["label_html"] : (function () { throw new RuntimeError('Variable "label_html" does not exist.'237$this->source); })()) === false))) {
  1014.                 // line 238
  1015.                 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.'238$this->source); })()), "html"nulltrue);
  1016.             } else {
  1017.                 // line 240
  1018.                 yield (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'240$this->source); })());
  1019.             }
  1020.         } else {
  1021.             // line 243
  1022.             if ((array_key_exists("label_html"$context) && ((isset($context["label_html"]) || array_key_exists("label_html"$context) ? $context["label_html"] : (function () { throw new RuntimeError('Variable "label_html" does not exist.'243$this->source); })()) === false))) {
  1023.                 // line 244
  1024.                 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.'244$this->source); })()), ((array_key_exists("label_translation_parameters"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((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.'244$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.'244$this->source); })())), "html"nulltrue);
  1025.             } else {
  1026.                 // line 246
  1027.                 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.'246$this->source); })()), ((array_key_exists("label_translation_parameters"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((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.'246$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.'246$this->source); })()));
  1028.             }
  1029.         }
  1030.         // line 249
  1031.         yield "</button>";
  1032.         
  1033.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1034.         
  1035.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1036.         return; yield '';
  1037.     }
  1038.     // line 252
  1039.     public function block_submit_widget($context, array $blocks = [])
  1040.     {
  1041.         $macros $this->macros;
  1042.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1043.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""submit_widget"));
  1044.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1045.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""submit_widget"));
  1046.         // line 253
  1047.         $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.'253$this->source); })()), "submit")) : ("submit"));
  1048.         // line 254
  1049.         yield from         $this->unwrap()->yieldBlock("button_widget"$context$blocks);
  1050.         
  1051.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1052.         
  1053.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1054.         return; yield '';
  1055.     }
  1056.     // line 257
  1057.     public function block_reset_widget($context, array $blocks = [])
  1058.     {
  1059.         $macros $this->macros;
  1060.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1061.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""reset_widget"));
  1062.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1063.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""reset_widget"));
  1064.         // line 258
  1065.         $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.'258$this->source); })()), "reset")) : ("reset"));
  1066.         // line 259
  1067.         yield from         $this->unwrap()->yieldBlock("button_widget"$context$blocks);
  1068.         
  1069.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1070.         
  1071.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1072.         return; yield '';
  1073.     }
  1074.     // line 262
  1075.     public function block_tel_widget($context, array $blocks = [])
  1076.     {
  1077.         $macros $this->macros;
  1078.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1079.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tel_widget"));
  1080.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1081.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tel_widget"));
  1082.         // line 263
  1083.         $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.'263$this->source); })()), "tel")) : ("tel"));
  1084.         // line 264
  1085.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  1086.         
  1087.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1088.         
  1089.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1090.         return; yield '';
  1091.     }
  1092.     // line 267
  1093.     public function block_color_widget($context, array $blocks = [])
  1094.     {
  1095.         $macros $this->macros;
  1096.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1097.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""color_widget"));
  1098.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1099.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""color_widget"));
  1100.         // line 268
  1101.         $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.'268$this->source); })()), "color")) : ("color"));
  1102.         // line 269
  1103.         yield from         $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  1104.         
  1105.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1106.         
  1107.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1108.         return; yield '';
  1109.     }
  1110.     // line 272
  1111.     public function block_week_widget($context, array $blocks = [])
  1112.     {
  1113.         $macros $this->macros;
  1114.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""week_widget"));
  1116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""week_widget"));
  1118.         // line 273
  1119.         if (((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'273$this->source); })()) == "single_text")) {
  1120.             // line 274
  1121.             yield from             $this->unwrap()->yieldBlock("form_widget_simple"$context$blocks);
  1122.         } else {
  1123.             // line 276
  1124.             $context["vars"] = ((((isset($context["widget"]) || array_key_exists("widget"$context) ? $context["widget"] : (function () { throw new RuntimeError('Variable "widget" does not exist.'276$this->source); })()) == "text")) ? (["attr" => ["size" => 1]]) : ([]));
  1125.             // line 277
  1126.             yield "<div ";
  1127.             yield from             $this->unwrap()->yieldBlock("widget_container_attributes"$context$blocks);
  1128.             yield ">
  1129.             ";
  1130.             // line 278
  1131.             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.'278$this->source); })()), "year", [], "any"falsefalsefalse278), 'widget', (isset($context["vars"]) || array_key_exists("vars"$context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.'278$this->source); })()));
  1132.             yield "-";
  1133.             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.'278$this->source); })()), "week", [], "any"falsefalsefalse278), 'widget', (isset($context["vars"]) || array_key_exists("vars"$context) ? $context["vars"] : (function () { throw new RuntimeError('Variable "vars" does not exist.'278$this->source); })()));
  1134.             yield "
  1135.         </div>";
  1136.         }
  1137.         
  1138.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1139.         
  1140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1141.         return; yield '';
  1142.     }
  1143.     // line 285
  1144.     public function block_form_label($context, array $blocks = [])
  1145.     {
  1146.         $macros $this->macros;
  1147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_label"));
  1149.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_label"));
  1151.         // line 286
  1152.         if ( !((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'286$this->source); })()) === false)) {
  1153.             // line 287
  1154.             if ( !(isset($context["compound"]) || array_key_exists("compound"$context) ? $context["compound"] : (function () { throw new RuntimeError('Variable "compound" does not exist.'287$this->source); })())) {
  1155.                 // line 288
  1156.                 $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.'288$this->source); })()), ["for" => (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'288$this->source); })())]);
  1157.             }
  1158.             // line 290
  1159.             if ((isset($context["required"]) || array_key_exists("required"$context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.'290$this->source); })())) {
  1160.                 // line 291
  1161.                 $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.'291$this->source); })()), ["class" => Twig\Extension\CoreExtension::trimFilter((((CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"truetruefalse291)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["label_attr"] ?? null), "class", [], "any"falsefalsefalse291), "")) : ("")) . " required"))]);
  1162.             }
  1163.             // line 293
  1164.             if (Twig\Extension\CoreExtension::testEmpty((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'293$this->source); })()))) {
  1165.                 // line 294
  1166.                 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.'294$this->source); })()))) {
  1167.                     // line 295
  1168.                     $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.'295$this->source); })()), ["%name%" =>                     // line 296
  1169. (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'296$this->source); })()), "%id%" =>                     // line 297
  1170. (isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'297$this->source); })())]);
  1171.                 } else {
  1172.                     // line 300
  1173.                     $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.'300$this->source); })()));
  1174.                 }
  1175.             }
  1176.             // line 303
  1177.             yield "<";
  1178.             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.'303$this->source); })()), "label")) : ("label")), "html"nulltrue);
  1179.             if ((isset($context["label_attr"]) || array_key_exists("label_attr"$context) ? $context["label_attr"] : (function () { throw new RuntimeError('Variable "label_attr" does not exist.'303$this->source); })())) {
  1180.                 $__internal_compile_2 $context;
  1181.                 $__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.'303$this->source); })())];
  1182.                 if (!is_iterable($__internal_compile_3)) {
  1183.                     throw new RuntimeError('Variables passed to the "with" tag must be a hash.'303$this->getSourceContext());
  1184.                 }
  1185.                 $__internal_compile_3 CoreExtension::toArray($__internal_compile_3);
  1186.                 $context $this->env->mergeGlobals(array_merge($context$__internal_compile_3));
  1187.                 yield from                 $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1188.                 $context $__internal_compile_2;
  1189.             }
  1190.             yield ">";
  1191.             // line 304
  1192.             if (((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'304$this->source); })()) === false)) {
  1193.                 // line 305
  1194.                 if ((array_key_exists("label_html"$context) && ((isset($context["label_html"]) || array_key_exists("label_html"$context) ? $context["label_html"] : (function () { throw new RuntimeError('Variable "label_html" does not exist.'305$this->source); })()) === false))) {
  1195.                     // line 306
  1196.                     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.'306$this->source); })()), "html"nulltrue);
  1197.                 } else {
  1198.                     // line 308
  1199.                     yield (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'308$this->source); })());
  1200.                 }
  1201.             } else {
  1202.                 // line 311
  1203.                 if ((array_key_exists("label_html"$context) && ((isset($context["label_html"]) || array_key_exists("label_html"$context) ? $context["label_html"] : (function () { throw new RuntimeError('Variable "label_html" does not exist.'311$this->source); })()) === false))) {
  1204.                     // line 312
  1205.                     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.'312$this->source); })()), ((array_key_exists("label_translation_parameters"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((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.'312$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.'312$this->source); })())), "html"nulltrue);
  1206.                 } else {
  1207.                     // line 314
  1208.                     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.'314$this->source); })()), ((array_key_exists("label_translation_parameters"$context)) ? (Twig\Extension\CoreExtension::defaultFilter((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.'314$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.'314$this->source); })()));
  1209.                 }
  1210.             }
  1211.             // line 317
  1212.             yield "</";
  1213.             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.'317$this->source); })()), "label")) : ("label")), "html"nulltrue);
  1214.             yield ">";
  1215.         }
  1216.         
  1217.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1218.         
  1219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1220.         return; yield '';
  1221.     }
  1222.     // line 321
  1223.     public function block_button_label($context, array $blocks = [])
  1224.     {
  1225.         $macros $this->macros;
  1226.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_label"));
  1228.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1229.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_label"));
  1230.         
  1231.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1232.         
  1233.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1234.         return; yield '';
  1235.     }
  1236.     // line 325
  1237.     public function block_form_help($context, array $blocks = [])
  1238.     {
  1239.         $macros $this->macros;
  1240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1241.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_help"));
  1242.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_help"));
  1244.         // line 326
  1245.         if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["help"]) || array_key_exists("help"$context) ? $context["help"] : (function () { throw new RuntimeError('Variable "help" does not exist.'326$this->source); })()))) {
  1246.             // line 327
  1247.             $context["help_attr"] = Twig\Extension\CoreExtension::arrayMerge((isset($context["help_attr"]) || array_key_exists("help_attr"$context) ? $context["help_attr"] : (function () { throw new RuntimeError('Variable "help_attr" does not exist.'327$this->source); })()), ["class" => Twig\Extension\CoreExtension::trimFilter((((CoreExtension::getAttribute($this->env$this->source, ($context["help_attr"] ?? null), "class", [], "any"truetruefalse327)) ? (Twig\Extension\CoreExtension::defaultFilter(CoreExtension::getAttribute($this->env$this->source, ($context["help_attr"] ?? null), "class", [], "any"falsefalsefalse327), "")) : ("")) . " help-text"))]);
  1248.             // line 328
  1249.             yield "<p id=\"";
  1250.             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.'328$this->source); })()), "html"nulltrue);
  1251.             yield "_help\"";
  1252.             $__internal_compile_4 $context;
  1253.             $__internal_compile_5 = ["attr" => (isset($context["help_attr"]) || array_key_exists("help_attr"$context) ? $context["help_attr"] : (function () { throw new RuntimeError('Variable "help_attr" does not exist.'328$this->source); })())];
  1254.             if (!is_iterable($__internal_compile_5)) {
  1255.                 throw new RuntimeError('Variables passed to the "with" tag must be a hash.'328$this->getSourceContext());
  1256.             }
  1257.             $__internal_compile_5 CoreExtension::toArray($__internal_compile_5);
  1258.             $context $this->env->mergeGlobals(array_merge($context$__internal_compile_5));
  1259.             yield from             $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1260.             $context $__internal_compile_4;
  1261.             yield ">";
  1262.             // line 329
  1263.             if (((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'329$this->source); })()) === false)) {
  1264.                 // line 330
  1265.                 if (((isset($context["help_html"]) || array_key_exists("help_html"$context) ? $context["help_html"] : (function () { throw new RuntimeError('Variable "help_html" does not exist.'330$this->source); })()) === false)) {
  1266.                     // line 331
  1267.                     yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["help"]) || array_key_exists("help"$context) ? $context["help"] : (function () { throw new RuntimeError('Variable "help" does not exist.'331$this->source); })()), "html"nulltrue);
  1268.                 } else {
  1269.                     // line 333
  1270.                     yield (isset($context["help"]) || array_key_exists("help"$context) ? $context["help"] : (function () { throw new RuntimeError('Variable "help" does not exist.'333$this->source); })());
  1271.                 }
  1272.             } else {
  1273.                 // line 336
  1274.                 if (((isset($context["help_html"]) || array_key_exists("help_html"$context) ? $context["help_html"] : (function () { throw new RuntimeError('Variable "help_html" does not exist.'336$this->source); })()) === false)) {
  1275.                     // line 337
  1276.                     yield Twig\Extension\EscaperExtension::escape($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["help"]) || array_key_exists("help"$context) ? $context["help"] : (function () { throw new RuntimeError('Variable "help" does not exist.'337$this->source); })()), (isset($context["help_translation_parameters"]) || array_key_exists("help_translation_parameters"$context) ? $context["help_translation_parameters"] : (function () { throw new RuntimeError('Variable "help_translation_parameters" does not exist.'337$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.'337$this->source); })())), "html"nulltrue);
  1277.                 } else {
  1278.                     // line 339
  1279.                     yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["help"]) || array_key_exists("help"$context) ? $context["help"] : (function () { throw new RuntimeError('Variable "help" does not exist.'339$this->source); })()), (isset($context["help_translation_parameters"]) || array_key_exists("help_translation_parameters"$context) ? $context["help_translation_parameters"] : (function () { throw new RuntimeError('Variable "help_translation_parameters" does not exist.'339$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.'339$this->source); })()));
  1280.                 }
  1281.             }
  1282.             // line 342
  1283.             yield "</p>";
  1284.         }
  1285.         
  1286.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1287.         
  1288.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1289.         return; yield '';
  1290.     }
  1291.     // line 348
  1292.     public function block_repeated_row($context, array $blocks = [])
  1293.     {
  1294.         $macros $this->macros;
  1295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1296.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""repeated_row"));
  1297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1298.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""repeated_row"));
  1299.         // line 353
  1300.         yield from         $this->unwrap()->yieldBlock("form_rows"$context$blocks);
  1301.         
  1302.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1303.         
  1304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1305.         return; yield '';
  1306.     }
  1307.     // line 356
  1308.     public function block_form_row($context, array $blocks = [])
  1309.     {
  1310.         $macros $this->macros;
  1311.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_row"));
  1313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1314.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_row"));
  1315.         // line 357
  1316.         $context["widget_attr"] = [];
  1317.         // line 358
  1318.         if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["help"]) || array_key_exists("help"$context) ? $context["help"] : (function () { throw new RuntimeError('Variable "help" does not exist.'358$this->source); })()))) {
  1319.             // line 359
  1320.             $context["widget_attr"] = ["attr" => ["aria-describedby" => ((isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'359$this->source); })()) . "_help")]];
  1321.         }
  1322.         // line 361
  1323.         yield "<div";
  1324.         $__internal_compile_6 $context;
  1325.         $__internal_compile_7 = ["attr" => (isset($context["row_attr"]) || array_key_exists("row_attr"$context) ? $context["row_attr"] : (function () { throw new RuntimeError('Variable "row_attr" does not exist.'361$this->source); })())];
  1326.         if (!is_iterable($__internal_compile_7)) {
  1327.             throw new RuntimeError('Variables passed to the "with" tag must be a hash.'361$this->getSourceContext());
  1328.         }
  1329.         $__internal_compile_7 CoreExtension::toArray($__internal_compile_7);
  1330.         $context $this->env->mergeGlobals(array_merge($context$__internal_compile_7));
  1331.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1332.         $context $__internal_compile_6;
  1333.         yield ">";
  1334.         // line 362
  1335.         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.'362$this->source); })()), 'label');
  1336.         // line 363
  1337.         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.'363$this->source); })()), 'errors');
  1338.         // line 364
  1339.         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.'364$this->source); })()), 'widget', (isset($context["widget_attr"]) || array_key_exists("widget_attr"$context) ? $context["widget_attr"] : (function () { throw new RuntimeError('Variable "widget_attr" does not exist.'364$this->source); })()));
  1340.         // line 365
  1341.         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.'365$this->source); })()), 'help');
  1342.         // line 366
  1343.         yield "</div>";
  1344.         
  1345.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1346.         
  1347.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1348.         return; yield '';
  1349.     }
  1350.     // line 369
  1351.     public function block_button_row($context, array $blocks = [])
  1352.     {
  1353.         $macros $this->macros;
  1354.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1355.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_row"));
  1356.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1357.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_row"));
  1358.         // line 370
  1359.         yield "<div";
  1360.         $__internal_compile_8 $context;
  1361.         $__internal_compile_9 = ["attr" => (isset($context["row_attr"]) || array_key_exists("row_attr"$context) ? $context["row_attr"] : (function () { throw new RuntimeError('Variable "row_attr" does not exist.'370$this->source); })())];
  1362.         if (!is_iterable($__internal_compile_9)) {
  1363.             throw new RuntimeError('Variables passed to the "with" tag must be a hash.'370$this->getSourceContext());
  1364.         }
  1365.         $__internal_compile_9 CoreExtension::toArray($__internal_compile_9);
  1366.         $context $this->env->mergeGlobals(array_merge($context$__internal_compile_9));
  1367.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1368.         $context $__internal_compile_8;
  1369.         yield ">";
  1370.         // line 371
  1371.         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.'371$this->source); })()), 'widget');
  1372.         // line 372
  1373.         yield "</div>";
  1374.         
  1375.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1376.         
  1377.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1378.         return; yield '';
  1379.     }
  1380.     // line 375
  1381.     public function block_hidden_row($context, array $blocks = [])
  1382.     {
  1383.         $macros $this->macros;
  1384.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1385.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""hidden_row"));
  1386.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1387.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""hidden_row"));
  1388.         // line 376
  1389.         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.'376$this->source); })()), 'widget');
  1390.         
  1391.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1392.         
  1393.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1394.         return; yield '';
  1395.     }
  1396.     // line 381
  1397.     public function block_form($context, array $blocks = [])
  1398.     {
  1399.         $macros $this->macros;
  1400.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1401.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form"));
  1402.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1403.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form"));
  1404.         // line 382
  1405.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'382$this->source); })()), 'form_start');
  1406.         // line 383
  1407.         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.'383$this->source); })()), 'widget');
  1408.         // line 384
  1409.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'384$this->source); })()), 'form_end');
  1410.         
  1411.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1412.         
  1413.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1414.         return; yield '';
  1415.     }
  1416.     // line 387
  1417.     public function block_form_start($context, array $blocks = [])
  1418.     {
  1419.         $macros $this->macros;
  1420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1421.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_start"));
  1422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_start"));
  1424.         // line 388
  1425.         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.'388$this->source); })()), "setMethodRendered", [], "method"falsefalsefalse388);
  1426.         // line 389
  1427.         $context["method"] = Twig\Extension\CoreExtension::upperFilter($this->env, (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'389$this->source); })()));
  1428.         // line 390
  1429.         if (CoreExtension::inFilter((isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'390$this->source); })()), ["GET""POST"])) {
  1430.             // line 391
  1431.             $context["form_method"] = (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'391$this->source); })());
  1432.         } else {
  1433.             // line 393
  1434.             $context["form_method"] = "POST";
  1435.         }
  1436.         // line 395
  1437.         yield "<form";
  1438.         if (((isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'395$this->source); })()) != "")) {
  1439.             yield " name=\"";
  1440.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["name"]) || array_key_exists("name"$context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.'395$this->source); })()), "html"nulltrue);
  1441.             yield "\"";
  1442.         }
  1443.         yield " method=\"";
  1444.         yield Twig\Extension\EscaperExtension::escape($this->envTwig\Extension\CoreExtension::lowerFilter($this->env, (isset($context["form_method"]) || array_key_exists("form_method"$context) ? $context["form_method"] : (function () { throw new RuntimeError('Variable "form_method" does not exist.'395$this->source); })())), "html"nulltrue);
  1445.         yield "\"";
  1446.         if (((isset($context["action"]) || array_key_exists("action"$context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.'395$this->source); })()) != "")) {
  1447.             yield " action=\"";
  1448.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["action"]) || array_key_exists("action"$context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.'395$this->source); })()), "html"nulltrue);
  1449.             yield "\"";
  1450.         }
  1451.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1452.         if ((isset($context["multipart"]) || array_key_exists("multipart"$context) ? $context["multipart"] : (function () { throw new RuntimeError('Variable "multipart" does not exist.'395$this->source); })())) {
  1453.             yield " enctype=\"multipart/form-data\"";
  1454.         }
  1455.         yield ">";
  1456.         // line 396
  1457.         if (((isset($context["form_method"]) || array_key_exists("form_method"$context) ? $context["form_method"] : (function () { throw new RuntimeError('Variable "form_method" does not exist.'396$this->source); })()) != (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'396$this->source); })()))) {
  1458.             // line 397
  1459.             yield "<input type=\"hidden\" name=\"_method\" value=\"";
  1460.             yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'397$this->source); })()), "html"nulltrue);
  1461.             yield "\" />";
  1462.         }
  1463.         
  1464.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1465.         
  1466.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1467.         return; yield '';
  1468.     }
  1469.     // line 401
  1470.     public function block_form_end($context, array $blocks = [])
  1471.     {
  1472.         $macros $this->macros;
  1473.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1474.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_end"));
  1475.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1476.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_end"));
  1477.         // line 402
  1478.         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.'402$this->source); })()))) {
  1479.             // line 403
  1480.             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.'403$this->source); })()), 'rest');
  1481.         }
  1482.         // line 405
  1483.         yield "</form>";
  1484.         
  1485.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1486.         
  1487.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1488.         return; yield '';
  1489.     }
  1490.     // line 408
  1491.     public function block_form_errors($context, array $blocks = [])
  1492.     {
  1493.         $macros $this->macros;
  1494.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1495.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_errors"));
  1496.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1497.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_errors"));
  1498.         // line 409
  1499.         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.'409$this->source); })())) > 0)) {
  1500.             // line 410
  1501.             yield "<ul>";
  1502.             // line 411
  1503.             $context['_parent'] = $context;
  1504.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["errors"]) || array_key_exists("errors"$context) ? $context["errors"] : (function () { throw new RuntimeError('Variable "errors" does not exist.'411$this->source); })()));
  1505.             foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  1506.                 // line 412
  1507.                 yield "<li>";
  1508.                 yield Twig\Extension\EscaperExtension::escape($this->envCoreExtension::getAttribute($this->env$this->source$context["error"], "message", [], "any"falsefalsefalse412), "html"nulltrue);
  1509.                 yield "</li>";
  1510.             }
  1511.             $_parent $context['_parent'];
  1512.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  1513.             $context array_intersect_key($context$_parent) + $_parent;
  1514.             // line 414
  1515.             yield "</ul>";
  1516.         }
  1517.         
  1518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1519.         
  1520.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1521.         return; yield '';
  1522.     }
  1523.     // line 418
  1524.     public function block_form_rest($context, array $blocks = [])
  1525.     {
  1526.         $macros $this->macros;
  1527.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1528.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_rest"));
  1529.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1530.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_rest"));
  1531.         // line 419
  1532.         $context['_parent'] = $context;
  1533.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'419$this->source); })()));
  1534.         foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  1535.             // line 420
  1536.             if ( !CoreExtension::getAttribute($this->env$this->source$context["child"], "rendered", [], "any"falsefalsefalse420)) {
  1537.                 // line 421
  1538.                 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row');
  1539.             }
  1540.         }
  1541.         $_parent $context['_parent'];
  1542.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  1543.         $context array_intersect_key($context$_parent) + $_parent;
  1544.         // line 425
  1545.         if (( !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.'425$this->source); })()), "methodRendered", [], "any"falsefalsefalse425) && Symfony\Bridge\Twig\Extension\twig_is_root_form((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'425$this->source); })())))) {
  1546.             // line 426
  1547.             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.'426$this->source); })()), "setMethodRendered", [], "method"falsefalsefalse426);
  1548.             // line 427
  1549.             $context["method"] = Twig\Extension\CoreExtension::upperFilter($this->env, (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'427$this->source); })()));
  1550.             // line 428
  1551.             if (CoreExtension::inFilter((isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'428$this->source); })()), ["GET""POST"])) {
  1552.                 // line 429
  1553.                 $context["form_method"] = (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'429$this->source); })());
  1554.             } else {
  1555.                 // line 431
  1556.                 $context["form_method"] = "POST";
  1557.             }
  1558.             // line 434
  1559.             if (((isset($context["form_method"]) || array_key_exists("form_method"$context) ? $context["form_method"] : (function () { throw new RuntimeError('Variable "form_method" does not exist.'434$this->source); })()) != (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'434$this->source); })()))) {
  1560.                 // line 435
  1561.                 yield "<input type=\"hidden\" name=\"_method\" value=\"";
  1562.                 yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["method"]) || array_key_exists("method"$context) ? $context["method"] : (function () { throw new RuntimeError('Variable "method" does not exist.'435$this->source); })()), "html"nulltrue);
  1563.                 yield "\" />";
  1564.             }
  1565.         }
  1566.         
  1567.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1568.         
  1569.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1570.         return; yield '';
  1571.     }
  1572.     // line 442
  1573.     public function block_form_rows($context, array $blocks = [])
  1574.     {
  1575.         $macros $this->macros;
  1576.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1577.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_rows"));
  1578.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1579.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form_rows"));
  1580.         // line 443
  1581.         $context['_parent'] = $context;
  1582.         $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.'443$this->source); })()), function ($__child__) use ($context$macros) { $context["child"] = $__child__; return  !CoreExtension::getAttribute($this->env$this->source$context["child"], "rendered", [], "any"falsefalsefalse443); }));
  1583.         foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  1584.             // line 444
  1585.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row');
  1586.         }
  1587.         $_parent $context['_parent'];
  1588.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  1589.         $context array_intersect_key($context$_parent) + $_parent;
  1590.         
  1591.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1592.         
  1593.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1594.         return; yield '';
  1595.     }
  1596.     // line 448
  1597.     public function block_widget_attributes($context, array $blocks = [])
  1598.     {
  1599.         $macros $this->macros;
  1600.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1601.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""widget_attributes"));
  1602.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1603.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""widget_attributes"));
  1604.         // line 449
  1605.         yield "id=\"";
  1606.         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.'449$this->source); })()), "html"nulltrue);
  1607.         yield "\" name=\"";
  1608.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["full_name"]) || array_key_exists("full_name"$context) ? $context["full_name"] : (function () { throw new RuntimeError('Variable "full_name" does not exist.'449$this->source); })()), "html"nulltrue);
  1609.         yield "\"";
  1610.         // line 450
  1611.         if ((isset($context["disabled"]) || array_key_exists("disabled"$context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.'450$this->source); })())) {
  1612.             yield " disabled=\"disabled\"";
  1613.         }
  1614.         // line 451
  1615.         if ((isset($context["required"]) || array_key_exists("required"$context) ? $context["required"] : (function () { throw new RuntimeError('Variable "required" does not exist.'451$this->source); })())) {
  1616.             yield " required=\"required\"";
  1617.         }
  1618.         // line 452
  1619.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1620.         
  1621.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1622.         
  1623.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1624.         return; yield '';
  1625.     }
  1626.     // line 455
  1627.     public function block_widget_container_attributes($context, array $blocks = [])
  1628.     {
  1629.         $macros $this->macros;
  1630.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1631.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""widget_container_attributes"));
  1632.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1633.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""widget_container_attributes"));
  1634.         // line 456
  1635.         if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["id"]) || array_key_exists("id"$context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.'456$this->source); })()))) {
  1636.             yield "id=\"";
  1637.             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.'456$this->source); })()), "html"nulltrue);
  1638.             yield "\"";
  1639.         }
  1640.         // line 457
  1641.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1642.         
  1643.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1644.         
  1645.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1646.         return; yield '';
  1647.     }
  1648.     // line 460
  1649.     public function block_button_attributes($context, array $blocks = [])
  1650.     {
  1651.         $macros $this->macros;
  1652.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1653.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_attributes"));
  1654.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1655.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""button_attributes"));
  1656.         // line 461
  1657.         yield "id=\"";
  1658.         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.'461$this->source); })()), "html"nulltrue);
  1659.         yield "\" name=\"";
  1660.         yield Twig\Extension\EscaperExtension::escape($this->env, (isset($context["full_name"]) || array_key_exists("full_name"$context) ? $context["full_name"] : (function () { throw new RuntimeError('Variable "full_name" does not exist.'461$this->source); })()), "html"nulltrue);
  1661.         yield "\"";
  1662.         if ((isset($context["disabled"]) || array_key_exists("disabled"$context) ? $context["disabled"] : (function () { throw new RuntimeError('Variable "disabled" does not exist.'461$this->source); })())) {
  1663.             yield " disabled=\"disabled\"";
  1664.         }
  1665.         // line 462
  1666.         yield from         $this->unwrap()->yieldBlock("attributes"$context$blocks);
  1667.         
  1668.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1669.         
  1670.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1671.         return; yield '';
  1672.     }
  1673.     // line 465
  1674.     public function block_attributes($context, array $blocks = [])
  1675.     {
  1676.         $macros $this->macros;
  1677.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1678.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""attributes"));
  1679.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1680.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""attributes"));
  1681.         // line 466
  1682.         $context['_parent'] = $context;
  1683.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["attr"]) || array_key_exists("attr"$context) ? $context["attr"] : (function () { throw new RuntimeError('Variable "attr" does not exist.'466$this->source); })()));
  1684.         foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) {
  1685.             // line 467
  1686.             yield " ";
  1687.             // line 468
  1688.             if (CoreExtension::inFilter($context["attrname"], ["placeholder""title"])) {
  1689.                 // line 469
  1690.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["attrname"], "html"nulltrue);
  1691.                 yield "=\"";
  1692.                 yield Twig\Extension\EscaperExtension::escape($this->env, (((((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'469$this->source); })()) === false) || (null === $context["attrvalue"]))) ? ($context["attrvalue"]) : ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["attrvalue"], (isset($context["attr_translation_parameters"]) || array_key_exists("attr_translation_parameters"$context) ? $context["attr_translation_parameters"] : (function () { throw new RuntimeError('Variable "attr_translation_parameters" does not exist.'469$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.'469$this->source); })())))), "html"nulltrue);
  1693.                 yield "\"";
  1694.             } elseif ((            // line 470
  1695. $context["attrvalue"] === true)) {
  1696.                 // line 471
  1697.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["attrname"], "html"nulltrue);
  1698.                 yield "=\"";
  1699.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["attrname"], "html"nulltrue);
  1700.                 yield "\"";
  1701.             } elseif ( !(            // line 472
  1702. $context["attrvalue"] === false)) {
  1703.                 // line 473
  1704.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["attrname"], "html"nulltrue);
  1705.                 yield "=\"";
  1706.                 yield Twig\Extension\EscaperExtension::escape($this->env$context["attrvalue"], "html"nulltrue);
  1707.                 yield "\"";
  1708.             }
  1709.         }
  1710.         $_parent $context['_parent'];
  1711.         unset($context['_seq'], $context['_iterated'], $context['attrname'], $context['attrvalue'], $context['_parent'], $context['loop']);
  1712.         $context array_intersect_key($context$_parent) + $_parent;
  1713.         
  1714.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1715.         
  1716.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1717.         return; yield '';
  1718.     }
  1719.     /**
  1720.      * @codeCoverageIgnore
  1721.      */
  1722.     public function getTemplateName()
  1723.     {
  1724.         return "@EasyAdmin/symfony-form-themes/form_div_layout.html.twig";
  1725.     }
  1726.     /**
  1727.      * @codeCoverageIgnore
  1728.      */
  1729.     public function getDebugInfo()
  1730.     {
  1731.         return array (  1953 => 473,  1951 => 472,  1946 => 471,  1944 => 470,  1939 => 469,  1937 => 468,  1935 => 467,  1931 => 466,  1921 => 465,  1910 => 462,  1901 => 461,  1891 => 460,  1880 => 457,  1874 => 456,  1864 => 455,  1853 => 452,  1849 => 451,  1845 => 450,  1839 => 449,  1829 => 448,  1814 => 444,  1810 => 443,  1800 => 442,  1785 => 435,  1783 => 434,  1780 => 431,  1777 => 429,  1775 => 428,  1773 => 427,  1771 => 426,  1769 => 425,  1762 => 421,  1760 => 420,  1756 => 419,  1746 => 418,  1734 => 414,  1726 => 412,  1722 => 411,  1720 => 410,  1718 => 409,  1708 => 408,  1697 => 405,  1694 => 403,  1692 => 402,  1682 => 401,  1668 => 397,  1666 => 396,  1646 => 395,  1643 => 393,  1640 => 391,  1638 => 390,  1636 => 389,  1634 => 388,  1624 => 387,  1613 => 384,  1611 => 383,  1609 => 382,  1599 => 381,  1588 => 376,  1578 => 375,  1567 => 372,  1565 => 371,  1553 => 370,  1543 => 369,  1532 => 366,  1530 => 365,  1528 => 364,  1526 => 363,  1524 => 362,  1512 => 361,  1509 => 359,  1507 => 358,  1505 => 357,  1495 => 356,  1484 => 353,  1474 => 348,  1462 => 342,  1458 => 339,  1455 => 337,  1453 => 336,  1449 => 333,  1446 => 331,  1444 => 330,  1442 => 329,  1428 => 328,  1426 => 327,  1424 => 326,  1414 => 325,  1395 => 321,  1381 => 317,  1377 => 314,  1374 => 312,  1372 => 311,  1368 => 308,  1365 => 306,  1363 => 305,  1361 => 304,  1346 => 303,  1342 => 300,  1339 => 297,  1338 => 296,  1337 => 295,  1335 => 294,  1333 => 293,  1330 => 291,  1328 => 290,  1325 => 288,  1323 => 287,  1321 => 286,  1311 => 285,  1295 => 278,  1290 => 277,  1288 => 276,  1285 => 274,  1283 => 273,  1273 => 272,  1262 => 269,  1260 => 268,  1250 => 267,  1239 => 264,  1237 => 263,  1227 => 262,  1216 => 259,  1214 => 258,  1204 => 257,  1193 => 254,  1191 => 253,  1181 => 252,  1170 => 249,  1166 => 246,  1163 => 244,  1161 => 243,  1157 => 240,  1154 => 238,  1152 => 237,  1150 => 236,  1144 => 235,  1140 => 232,  1138 => 231,  1136 => 229,  1135 => 228,  1134 => 227,  1132 => 226,  1130 => 225,  1120 => 224,  1109 => 221,  1107 => 220,  1097 => 219,  1086 => 216,  1084 => 215,  1074 => 214,  1063 => 211,  1061 => 210,  1051 => 209,  1040 => 206,  1038 => 205,  1028 => 204,  1013 => 201,  1011 => 200,  1001 => 199,  990 => 196,  988 => 195,  978 => 194,  967 => 191,  965 => 190,  955 => 189,  944 => 186,  934 => 185,  923 => 182,  921 => 181,  911 => 180,  900 => 177,  898 => 176,  888 => 174,  876 => 170,  872 => 169,  868 => 166,  862 => 165,  856 => 164,  850 => 163,  844 => 162,  838 => 161,  832 => 160,  826 => 159,  821 => 155,  815 => 154,  809 => 153,  803 => 152,  797 => 151,  791 => 150,  785 => 149,  779 => 148,  773 => 145,  771 => 144,  767 => 143,  764 => 141,  762 => 140,  752 => 139,  740 => 135,  730 => 134,  725 => 133,  723 => 132,  720 => 130,  718 => 129,  708 => 128,  696 => 124,  694 => 122,  693 => 121,  692 => 120,  691 => 119,  687 => 118,  684 => 116,  682 => 115,  672 => 114,  660 => 110,  658 => 109,  656 => 108,  654 => 107,  652 => 106,  648 => 105,  645 => 103,  643 => 102,  633 => 101,  612 => 98,  602 => 97,  581 => 94,  571 => 93,  528 => 88,  525 => 86,  523 => 85,  521 => 84,  516 => 83,  514 => 82,  497 => 81,  487 => 80,  476 => 77,  474 => 76,  472 => 75,  470 => 74,  464 => 71,  462 => 70,  460 => 69,  457 => 68,  455 => 67,  453 => 66,  444 => 64,  442 => 63,  435 => 62,  432 => 60,  430 => 59,  420 => 58,  409 => 55,  403 => 53,  401 => 52,  397 => 51,  393 => 50,  383 => 49,  371 => 45,  368 => 43,  366 => 42,  356 => 41,  341 => 38,  331 => 37,  320 => 34,  317 => 32,  315 => 31,  305 => 30,  294 => 27,  292 => 26,  290 => 25,  287 => 23,  285 => 22,  281 => 21,  271 => 20,  250 => 17,  247 => 15,  245 => 13,  243 => 12,  233 => 11,  221 => 7,  218 => 5,  216 => 4,  206 => 3,  195 => 465,  193 => 460,  191 => 455,  189 => 448,  187 => 442,  184 => 439,  182 => 418,  180 => 408,  178 => 401,  176 => 387,  174 => 381,  172 => 375,  170 => 369,  168 => 356,  166 => 348,  163 => 345,  161 => 325,  158 => 324,  156 => 321,  154 => 285,  152 => 272,  150 => 267,  148 => 262,  146 => 257,  144 => 252,  142 => 224,  140 => 219,  138 => 214,  136 => 209,  134 => 204,  132 => 199,  130 => 194,  128 => 189,  126 => 185,  124 => 180,  122 => 174,  120 => 139,  118 => 128,  116 => 114,  114 => 101,  112 => 97,  110 => 93,  108 => 80,  106 => 58,  104 => 49,  102 => 41,  100 => 37,  98 => 30,  96 => 20,  94 => 11,  92 => 3,);
  1732.     }
  1733.     public function getSourceContext()
  1734.     {
  1735.         return new Source("{# Widgets #}
  1736. {%- block form_widget -%}
  1737.     {% if compound %}
  1738.         {{- block('form_widget_compound') -}}
  1739.     {% else %}
  1740.         {{- block('form_widget_simple') -}}
  1741.     {% endif %}
  1742. {%- endblock form_widget -%}
  1743. {%- block form_widget_simple -%}
  1744.     {%- set type = type|default('text') -%}
  1745.     {%- if type == 'range' or type == 'color' -%}
  1746.         {# Attribute \"required\" is not supported #}
  1747.         {%- set required = false -%}
  1748.     {%- endif -%}
  1749.     <input type=\"{{ type }}\" {{ block('widget_attributes') }} {% if value is not empty %}value=\"{{ value }}\" {% endif %}/>
  1750. {%- endblock form_widget_simple -%}
  1751. {%- block form_widget_compound -%}
  1752.     <div {{ block('widget_container_attributes') }}>
  1753.         {%- if form is rootform -%}
  1754.             {{ form_errors(form) }}
  1755.         {%- endif -%}
  1756.         {{- block('form_rows') -}}
  1757.         {{- form_rest(form) -}}
  1758.     </div>
  1759. {%- endblock form_widget_compound -%}
  1760. {%- block collection_widget -%}
  1761.     {% if prototype is defined and not prototype.rendered %}
  1762.         {%- set attr = attr|merge({'data-prototype': form_row(prototype) }) -%}
  1763.     {% endif %}
  1764.     {{- block('form_widget') -}}
  1765. {%- endblock collection_widget -%}
  1766. {%- block textarea_widget -%}
  1767.     <textarea {{ block('widget_attributes') }}>{{ value }}</textarea>
  1768. {%- endblock textarea_widget -%}
  1769. {%- block choice_widget -%}
  1770.     {% if expanded %}
  1771.         {{- block('choice_widget_expanded') -}}
  1772.     {% else %}
  1773.         {{- block('choice_widget_collapsed') -}}
  1774.     {% endif %}
  1775. {%- endblock choice_widget -%}
  1776. {%- block choice_widget_expanded -%}
  1777.     <div {{ block('widget_container_attributes') }}>
  1778.         {%- for child in form %}
  1779.             {{- form_widget(child) -}}
  1780.             {{- form_label(child, null, {translation_domain: choice_translation_domain}) -}}
  1781.         {% endfor -%}
  1782.     </div>
  1783. {%- endblock choice_widget_expanded -%}
  1784. {%- block choice_widget_collapsed -%}
  1785.     {%- if required and placeholder is none and not placeholder_in_choices and not multiple and (attr.size is not defined or attr.size <= 1) -%}
  1786.         {% set required = false %}
  1787.     {%- endif -%}
  1788.     <select {{ block('widget_attributes') }}{% if multiple %} multiple=\"multiple\"{% endif %}>
  1789.         {%- if placeholder is not none -%}
  1790.             <option value=\"\"{% if required and value is empty %} selected=\"selected\"{% endif %}>{{ placeholder != '' ? (translation_domain is same as(false) ? placeholder : placeholder|trans({}, translation_domain)) }}</option>
  1791.         {%- endif -%}
  1792.         {%- if preferred_choices|length > 0 -%}
  1793.             {% set options = preferred_choices %}
  1794.             {% set render_preferred_choices = true %}
  1795.             {{- block('choice_widget_options') -}}
  1796.             {%- if choices|length > 0 and separator is not none -%}
  1797.                 <option disabled=\"disabled\">{{ separator }}</option>
  1798.             {%- endif -%}
  1799.         {%- endif -%}
  1800.         {%- set options = choices -%}
  1801.         {%- set render_preferred_choices = false -%}
  1802.         {{- block('choice_widget_options') -}}
  1803.     </select>
  1804. {%- endblock choice_widget_collapsed -%}
  1805. {%- block choice_widget_options -%}
  1806.     {% for group_label, choice in options %}
  1807.         {%- if choice is iterable -%}
  1808.             <optgroup label=\"{{ choice_translation_domain is same as(false) ? group_label : group_label|trans({}, choice_translation_domain) }}\">
  1809.                 {% set options = choice %}
  1810.                 {{- block('choice_widget_options') -}}
  1811.             </optgroup>
  1812.         {%- else -%}
  1813.             <option value=\"{{ choice.value }}\"{% if choice.attr %}{% with { attr: choice.attr } %}{{ block('attributes') }}{% endwith %}{% endif %}{% if not render_preferred_choices|default(false) and choice is selectedchoice(value) %} selected=\"selected\"{% endif %}>{{ choice_translation_domain is same as(false) ? choice.label : choice.label|trans(choice.labelTranslationParameters|default({}), choice_translation_domain) }}</option>
  1814.         {%- endif -%}
  1815.     {% endfor %}
  1816. {%- endblock choice_widget_options -%}
  1817. {%- block checkbox_widget -%}
  1818.     <input type=\"checkbox\" {{ block('widget_attributes') }}{% if value is defined %} value=\"{{ value }}\"{% endif %}{% if checked %} checked=\"checked\"{% endif %} />
  1819. {%- endblock checkbox_widget -%}
  1820. {%- block radio_widget -%}
  1821.     <input type=\"radio\" {{ block('widget_attributes') }}{% if value is defined %} value=\"{{ value }}\"{% endif %}{% if checked %} checked=\"checked\"{% endif %} />
  1822. {%- endblock radio_widget -%}
  1823. {%- block datetime_widget -%}
  1824.     {% if widget == 'single_text' %}
  1825.         {{- block('form_widget_simple') -}}
  1826.     {%- else -%}
  1827.         <div {{ block('widget_container_attributes') }}>
  1828.             {{- form_errors(form.date) -}}
  1829.             {{- form_errors(form.time) -}}
  1830.             {{- form_widget(form.date) -}}
  1831.             {{- form_widget(form.time) -}}
  1832.         </div>
  1833.     {%- endif -%}
  1834. {%- endblock datetime_widget -%}
  1835. {%- block date_widget -%}
  1836.     {%- if widget == 'single_text' -%}
  1837.         {{ block('form_widget_simple') }}
  1838.     {%- else -%}
  1839.         <div {{ block('widget_container_attributes') }}>
  1840.             {{- date_pattern|replace({
  1841.                 '{{ year }}':  form_widget(form.year),
  1842.                 '{{ month }}': form_widget(form.month),
  1843.                 '{{ day }}':   form_widget(form.day),
  1844.             })|raw -}}
  1845.         </div>
  1846.     {%- endif -%}
  1847. {%- endblock date_widget -%}
  1848. {%- block time_widget -%}
  1849.     {%- if widget == 'single_text' -%}
  1850.         {{ block('form_widget_simple') }}
  1851.     {%- else -%}
  1852.         {%- set vars = widget == 'text' ? { 'attr': { 'size': 1 }} : {} -%}
  1853.         <div {{ block('widget_container_attributes') }}>
  1854.             {{ form_widget(form.hour, vars) }}{% if with_minutes %}:{{ form_widget(form.minute, vars) }}{% endif %}{% if with_seconds %}:{{ form_widget(form.second, vars) }}{% endif %}
  1855.         </div>
  1856.     {%- endif -%}
  1857. {%- endblock time_widget -%}
  1858. {%- block dateinterval_widget -%}
  1859.     {%- if widget == 'single_text' -%}
  1860.         {{- block('form_widget_simple') -}}
  1861.     {%- else -%}
  1862.         <div {{ block('widget_container_attributes') }}>
  1863.             {{- form_errors(form) -}}
  1864.             <table class=\"{{ table_class|default('') }}\" role=\"presentation\">
  1865.                 <thead>
  1866.                 <tr>
  1867.                     {%- if with_years %}<th>{{ form_label(form.years) }}</th>{% endif -%}
  1868.                     {%- if with_months %}<th>{{ form_label(form.months) }}</th>{% endif -%}
  1869.                     {%- if with_weeks %}<th>{{ form_label(form.weeks) }}</th>{% endif -%}
  1870.                     {%- if with_days %}<th>{{ form_label(form.days) }}</th>{% endif -%}
  1871.                     {%- if with_hours %}<th>{{ form_label(form.hours) }}</th>{% endif -%}
  1872.                     {%- if with_minutes %}<th>{{ form_label(form.minutes) }}</th>{% endif -%}
  1873.                     {%- if with_seconds %}<th>{{ form_label(form.seconds) }}</th>{% endif -%}
  1874.                 </tr>
  1875.                 </thead>
  1876.                 <tbody>
  1877.                 <tr>
  1878.                     {%- if with_years %}<td>{{ form_widget(form.years) }}</td>{% endif -%}
  1879.                     {%- if with_months %}<td>{{ form_widget(form.months) }}</td>{% endif -%}
  1880.                     {%- if with_weeks %}<td>{{ form_widget(form.weeks) }}</td>{% endif -%}
  1881.                     {%- if with_days %}<td>{{ form_widget(form.days) }}</td>{% endif -%}
  1882.                     {%- if with_hours %}<td>{{ form_widget(form.hours) }}</td>{% endif -%}
  1883.                     {%- if with_minutes %}<td>{{ form_widget(form.minutes) }}</td>{% endif -%}
  1884.                     {%- if with_seconds %}<td>{{ form_widget(form.seconds) }}</td>{% endif -%}
  1885.                 </tr>
  1886.                 </tbody>
  1887.             </table>
  1888.             {%- if with_invert %}{{ form_widget(form.invert) }}{% endif -%}
  1889.         </div>
  1890.     {%- endif -%}
  1891. {%- endblock dateinterval_widget -%}
  1892. {%- block number_widget -%}
  1893.     {# type=\"number\" doesn't work with floats in localized formats #}
  1894.     {%- set type = type|default('text') -%}
  1895.     {{ block('form_widget_simple') }}
  1896. {%- endblock number_widget -%}
  1897. {%- block integer_widget -%}
  1898.     {%- set type = type|default('number') -%}
  1899.     {{ block('form_widget_simple') }}
  1900. {%- endblock integer_widget -%}
  1901. {%- block money_widget -%}
  1902.     {{ money_pattern|form_encode_currency(block('form_widget_simple')) }}
  1903. {%- endblock money_widget -%}
  1904. {%- block url_widget -%}
  1905.     {%- set type = type|default('url') -%}
  1906.     {{ block('form_widget_simple') }}
  1907. {%- endblock url_widget -%}
  1908. {%- block search_widget -%}
  1909.     {%- set type = type|default('search') -%}
  1910.     {{ block('form_widget_simple') }}
  1911. {%- endblock search_widget -%}
  1912. {%- block percent_widget -%}
  1913.     {%- set type = type|default('text') -%}
  1914.     {{ block('form_widget_simple') }}{% if symbol %} {{ symbol|default('%') }}{% endif %}
  1915. {%- endblock percent_widget -%}
  1916. {%- block password_widget -%}
  1917.     {%- set type = type|default('password') -%}
  1918.     {{ block('form_widget_simple') }}
  1919. {%- endblock password_widget -%}
  1920. {%- block hidden_widget -%}
  1921.     {%- set type = type|default('hidden') -%}
  1922.     {{ block('form_widget_simple') }}
  1923. {%- endblock hidden_widget -%}
  1924. {%- block email_widget -%}
  1925.     {%- set type = type|default('email') -%}
  1926.     {{ block('form_widget_simple') }}
  1927. {%- endblock email_widget -%}
  1928. {%- block range_widget -%}
  1929.     {% set type = type|default('range') %}
  1930.     {{- block('form_widget_simple') -}}
  1931. {%- endblock range_widget %}
  1932. {%- block button_widget -%}
  1933.     {%- if label is empty -%}
  1934.         {%- if label_format is not empty -%}
  1935.             {% set label = label_format|replace({
  1936.                 '%name%': name,
  1937.                 '%id%': id,
  1938.             }) %}
  1939.         {%- elseif label is not same as(false) -%}
  1940.             {% set label = name|humanize %}
  1941.         {%- endif -%}
  1942.     {%- endif -%}
  1943.     <button type=\"{{ type|default('button') }}\" {{ block('button_attributes') }}>
  1944.         {%- if translation_domain is same as(false) -%}
  1945.             {%- if label_html is defined and label_html is same as(false) -%}
  1946.                 {{- label -}}
  1947.             {%- else -%}
  1948.                 {{- label|raw -}}
  1949.             {%- endif -%}
  1950.         {%- else -%}
  1951.             {%- if label_html is defined and label_html is same as(false) -%}
  1952.                 {{- label|trans(label_translation_parameters|default({}), translation_domain) -}}
  1953.             {%- else -%}
  1954.                 {{- label|trans(label_translation_parameters|default({}), translation_domain)|raw -}}
  1955.             {%- endif -%}
  1956.         {%- endif -%}
  1957.     </button>
  1958. {%- endblock button_widget -%}
  1959. {%- block submit_widget -%}
  1960.     {%- set type = type|default('submit') -%}
  1961.     {{ block('button_widget') }}
  1962. {%- endblock submit_widget -%}
  1963. {%- block reset_widget -%}
  1964.     {%- set type = type|default('reset') -%}
  1965.     {{ block('button_widget') }}
  1966. {%- endblock reset_widget -%}
  1967. {%- block tel_widget -%}
  1968.     {%- set type = type|default('tel') -%}
  1969.     {{ block('form_widget_simple') }}
  1970. {%- endblock tel_widget -%}
  1971. {%- block color_widget -%}
  1972.     {%- set type = type|default('color') -%}
  1973.     {{ block('form_widget_simple') }}
  1974. {%- endblock color_widget -%}
  1975. {%- block week_widget -%}
  1976.     {%- if widget == 'single_text' -%}
  1977.         {{ block('form_widget_simple') }}
  1978.     {%- else -%}
  1979.         {%- set vars = widget == 'text' ? { 'attr': { 'size': 1 }} : {} -%}
  1980.         <div {{ block('widget_container_attributes') }}>
  1981.             {{ form_widget(form.year, vars) }}-{{ form_widget(form.week, vars) }}
  1982.         </div>
  1983.     {%- endif -%}
  1984. {%- endblock week_widget -%}
  1985. {# Labels #}
  1986. {%- block form_label -%}
  1987.     {% if label is not same as(false) -%}
  1988.         {% if not compound -%}
  1989.             {% set label_attr = label_attr|merge({'for': id}) %}
  1990.         {%- endif -%}
  1991.         {% if required -%}
  1992.             {% set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' required')|trim}) %}
  1993.         {%- endif -%}
  1994.         {% if label is empty -%}
  1995.             {%- if label_format is not empty -%}
  1996.                 {% set label = label_format|replace({
  1997.                     '%name%': name,
  1998.                     '%id%': id,
  1999.                 }) %}
  2000.             {%- else -%}
  2001.                 {% set label = name|humanize %}
  2002.             {%- endif -%}
  2003.         {%- endif -%}
  2004.         <{{ element|default('label') }}{% if label_attr %}{% with { attr: label_attr } %}{{ block('attributes') }}{% endwith %}{% endif %}>
  2005.         {%- if translation_domain is same as(false) -%}
  2006.             {%- if label_html is defined and label_html is same as(false) -%}
  2007.                 {{- label -}}
  2008.             {%- else -%}
  2009.                 {{- label|raw -}}
  2010.             {%- endif -%}
  2011.         {%- else -%}
  2012.             {%- if label_html is defined and label_html is same as(false) -%}
  2013.                 {{- label|trans(label_translation_parameters|default({}), translation_domain) -}}
  2014.             {%- else -%}
  2015.                 {{- label|trans(label_translation_parameters|default({}), translation_domain)|raw -}}
  2016.             {%- endif -%}
  2017.         {%- endif -%}
  2018.         </{{ element|default('label') }}>
  2019.     {%- endif -%}
  2020. {%- endblock form_label -%}
  2021. {%- block button_label -%}{%- endblock -%}
  2022. {# Help #}
  2023. {% block form_help -%}
  2024.     {%- if help is not empty -%}
  2025.         {%- set help_attr = help_attr|merge({class: (help_attr.class|default('') ~ ' help-text')|trim}) -%}
  2026.         <p id=\"{{ id }}_help\"{% with { attr: help_attr } %}{{ block('attributes') }}{% endwith %}>
  2027.             {%- if translation_domain is same as(false) -%}
  2028.                 {%- if help_html is same as(false) -%}
  2029.                     {{- help -}}
  2030.                 {%- else -%}
  2031.                     {{- help|raw -}}
  2032.                 {%- endif -%}
  2033.             {%- else -%}
  2034.                 {%- if help_html is same as(false) -%}
  2035.                     {{- help|trans(help_translation_parameters, translation_domain) -}}
  2036.                 {%- else -%}
  2037.                     {{- help|trans(help_translation_parameters, translation_domain)|raw -}}
  2038.                 {%- endif -%}
  2039.             {%- endif -%}
  2040.         </p>
  2041.     {%- endif -%}
  2042. {%- endblock form_help %}
  2043. {# Rows #}
  2044. {%- block repeated_row -%}
  2045.     {#
  2046.     No need to render the errors here, as all errors are mapped
  2047.     to the first child (see RepeatedTypeValidatorExtension).
  2048.     #}
  2049.     {{- block('form_rows') -}}
  2050. {%- endblock repeated_row -%}
  2051. {%- block form_row -%}
  2052.     {%- set widget_attr = {} -%}
  2053.     {%- if help is not empty -%}
  2054.         {%- set widget_attr = {attr: {'aria-describedby': id ~\"_help\"}} -%}
  2055.     {%- endif -%}
  2056.     <div{% with {attr: row_attr} %}{{ block('attributes') }}{% endwith %}>
  2057.         {{- form_label(form) -}}
  2058.         {{- form_errors(form) -}}
  2059.         {{- form_widget(form, widget_attr) -}}
  2060.         {{- form_help(form) -}}
  2061.     </div>
  2062. {%- endblock form_row -%}
  2063. {%- block button_row -%}
  2064.     <div{% with {attr: row_attr} %}{{ block('attributes') }}{% endwith %}>
  2065.         {{- form_widget(form) -}}
  2066.     </div>
  2067. {%- endblock button_row -%}
  2068. {%- block hidden_row -%}
  2069.     {{ form_widget(form) }}
  2070. {%- endblock hidden_row -%}
  2071. {# Misc #}
  2072. {%- block form -%}
  2073.     {{ form_start(form) }}
  2074.     {{- form_widget(form) -}}
  2075.     {{ form_end(form) }}
  2076. {%- endblock form -%}
  2077. {%- block form_start -%}
  2078.     {%- do form.setMethodRendered() -%}
  2079.     {% set method = method|upper %}
  2080.     {%- if method in [\"GET\", \"POST\"] -%}
  2081.         {% set form_method = method %}
  2082.     {%- else -%}
  2083.         {% set form_method = \"POST\" %}
  2084.     {%- endif -%}
  2085. <form{% if name != '' %} name=\"{{ name }}\"{% endif %} method=\"{{ form_method|lower }}\"{% if action != '' %} action=\"{{ action }}\"{% endif %}{{ block('attributes') }}{% if multipart %} enctype=\"multipart/form-data\"{% endif %}>
  2086.     {%- if form_method != method -%}
  2087.         <input type=\"hidden\" name=\"_method\" value=\"{{ method }}\" />
  2088.     {%- endif -%}
  2089.     {%- endblock form_start -%}
  2090.     {%- block form_end -%}
  2091.     {%- if not render_rest is defined or render_rest -%}
  2092.         {{ form_rest(form) }}
  2093.     {%- endif -%}
  2094. </form>
  2095. {%- endblock form_end -%}
  2096. {%- block form_errors -%}
  2097.     {%- if errors|length > 0 -%}
  2098.         <ul>
  2099.             {%- for error in errors -%}
  2100.                 <li>{{ error.message }}</li>
  2101.             {%- endfor -%}
  2102.         </ul>
  2103.     {%- endif -%}
  2104. {%- endblock form_errors -%}
  2105. {%- block form_rest -%}
  2106.     {% for child in form -%}
  2107.         {% if not child.rendered %}
  2108.             {{- form_row(child) -}}
  2109.         {% endif %}
  2110.     {%- endfor -%}
  2111.     {% if not form.methodRendered and form is rootform %}
  2112.         {%- do form.setMethodRendered() -%}
  2113.         {% set method = method|upper %}
  2114.         {%- if method in [\"GET\", \"POST\"] -%}
  2115.             {% set form_method = method %}
  2116.         {%- else -%}
  2117.             {% set form_method = \"POST\" %}
  2118.         {%- endif -%}
  2119.         {%- if form_method != method -%}
  2120.             <input type=\"hidden\" name=\"_method\" value=\"{{ method }}\" />
  2121.         {%- endif -%}
  2122.     {% endif -%}
  2123. {% endblock form_rest %}
  2124. {# Support #}
  2125. {%- block form_rows -%}
  2126.     {% for child in form|filter(child => not child.rendered) %}
  2127.         {{- form_row(child) -}}
  2128.     {% endfor %}
  2129. {%- endblock form_rows -%}
  2130. {%- block widget_attributes -%}
  2131.     id=\"{{ id }}\" name=\"{{ full_name }}\"
  2132.     {%- if disabled %} disabled=\"disabled\"{% endif -%}
  2133.     {%- if required %} required=\"required\"{% endif -%}
  2134.     {{ block('attributes') }}
  2135. {%- endblock widget_attributes -%}
  2136. {%- block widget_container_attributes -%}
  2137.     {%- if id is not empty %}id=\"{{ id }}\"{% endif -%}
  2138.     {{ block('attributes') }}
  2139. {%- endblock widget_container_attributes -%}
  2140. {%- block button_attributes -%}
  2141.     id=\"{{ id }}\" name=\"{{ full_name }}\"{% if disabled %} disabled=\"disabled\"{% endif -%}
  2142.     {{ block('attributes') }}
  2143. {%- endblock button_attributes -%}
  2144. {% block attributes -%}
  2145.     {%- for attrname, attrvalue in attr -%}
  2146.         {{- \" \" -}}
  2147.         {%- if attrname in ['placeholder', 'title'] -%}
  2148.             {{- attrname }}=\"{{ translation_domain is same as(false) or attrvalue is null ? attrvalue : attrvalue|trans(attr_translation_parameters, translation_domain) }}\"
  2149.         {%- elseif attrvalue is same as(true) -%}
  2150.             {{- attrname }}=\"{{ attrname }}\"
  2151.         {%- elseif attrvalue is not same as(false) -%}
  2152.             {{- attrname }}=\"{{ attrvalue }}\"
  2153.         {%- endif -%}
  2154.     {%- endfor -%}
  2155. {%- endblock attributes -%}
  2156. ""@EasyAdmin/symfony-form-themes/form_div_layout.html.twig""/home/annuairepn/www/aea/vendor/easycorp/easyadmin-bundle/src/Resources/views/symfony-form-themes/form_div_layout.html.twig");
  2157.     }
  2158. }