<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;

/* setting/year_form.html.twig */
class __TwigTemplate_2ed73e508f5200df6ea7d714417884aa extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'page_title' => [$this, 'block_page_title'],
            'page_content' => [$this, 'block_page_content'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 1
        return "@AdminLTE/layout/cfgodd-layout.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/layout/cfgodd-layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 3
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("year.title", [], "messages");
        yield from [];
    }

    // line 6
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 7
        yield "
    
            ";
        // line 9
        yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start');
        yield "
                ";
        // line 10
        yield from $this->load("setting/year_form.html.twig", 10, "321808790")->unwrap()->yield($context);
        // line 30
        yield "            
                <div class=\"row\">
                        <div class=\"col-6\">
                            <h4>Ministères</h4>
                            ";
        // line 34
        yield from $this->load("setting/year_form.html.twig", 34, "366607350")->unwrap()->yield($context);
        // line 64
        yield "                        </div>
                        <div class=\"col-6\">
                            <h4>Communes</h4>
                            ";
        // line 67
        yield from $this->load("setting/year_form.html.twig", 67, "1612093758")->unwrap()->yield($context);
        // line 97
        yield "                        </div>
                </div>

                ";
        // line 100
        yield from $this->load("setting/year_form.html.twig", 100, "1779680653")->unwrap()->yield($context);
        // line 110
        yield "            ";
        yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end');
        yield "
";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "setting/year_form.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  102 => 110,  100 => 100,  95 => 97,  93 => 67,  88 => 64,  86 => 34,  80 => 30,  78 => 10,  74 => 9,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "setting/year_form.html.twig", "/var/www/html/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_2ed73e508f5200df6ea7d714417884aa___321808790 extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'box_body' => [$this, 'block_box_body'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 10
        return "@AdminLTE/Widgets/box-widget.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 10);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 11
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 12
        yield "                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Année</label>
                            </div>
                            <div class=\"col-10\">
                                ";
        // line 17
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "name", [], "any", false, false, false, 17), 'widget');
        yield "
                            </div>
                        </div>
                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Mode de calcul</label>
                            </div>
                            <div class=\"col-10\">
                                ";
        // line 25
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "moyenne", [], "any", false, false, false, 25), 'widget');
        yield "
                            </div>
                        </div>
                    ";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "setting/year_form.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  199 => 25,  188 => 17,  181 => 12,  174 => 11,  163 => 10,  102 => 110,  100 => 100,  95 => 97,  93 => 67,  88 => 64,  86 => 34,  80 => 30,  78 => 10,  74 => 9,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "setting/year_form.html.twig", "/var/www/html/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_2ed73e508f5200df6ea7d714417884aa___366607350 extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'box_body' => [$this, 'block_box_body'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 34
        return "@AdminLTE/Widgets/box-widget.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 34);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 35
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 36
        yield "                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            ";
        // line 41
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "debut", [], "any", false, false, false, 41), 'widget');
        yield "
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            ";
        // line 50
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "finfocal", [], "any", false, false, false, 50), 'widget');
        yield "
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin DPAF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            ";
        // line 59
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "findpp", [], "any", false, false, false, 59), 'widget');
        yield "
                                        </div>
                                    </div>
                                ";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "setting/year_form.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  310 => 59,  298 => 50,  286 => 41,  279 => 36,  272 => 35,  261 => 34,  199 => 25,  188 => 17,  181 => 12,  174 => 11,  163 => 10,  102 => 110,  100 => 100,  95 => 97,  93 => 67,  88 => 64,  86 => 34,  80 => 30,  78 => 10,  74 => 9,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "setting/year_form.html.twig", "/var/www/html/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_2ed73e508f5200df6ea7d714417884aa___1612093758 extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'box_body' => [$this, 'block_box_body'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 67
        return "@AdminLTE/Widgets/box-widget.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 67);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 68
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 69
        yield "                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            ";
        // line 74
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "debut2", [], "any", false, false, false, 74), 'widget');
        yield "
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            ";
        // line 83
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "finfocal2", [], "any", false, false, false, 83), 'widget');
        yield "
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin SE</label>
                                        </div>
                                        <div class=\"col-9\">
                                            ";
        // line 92
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "findpp2", [], "any", false, false, false, 92), 'widget');
        yield "
                                        </div>
                                    </div>
                                ";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "setting/year_form.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  421 => 92,  409 => 83,  397 => 74,  390 => 69,  383 => 68,  372 => 67,  310 => 59,  298 => 50,  286 => 41,  279 => 36,  272 => 35,  261 => 34,  199 => 25,  188 => 17,  181 => 12,  174 => 11,  163 => 10,  102 => 110,  100 => 100,  95 => 97,  93 => 67,  88 => 64,  86 => 34,  80 => 30,  78 => 10,  74 => 9,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "setting/year_form.html.twig", "/var/www/html/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_2ed73e508f5200df6ea7d714417884aa___1779680653 extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->blocks = [
            'box_body' => [$this, 'block_box_body'],
        ];
    }

    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
    {
        // line 100
        return "@AdminLTE/Widgets/box-widget.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 100);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
    }

    // line 101
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 102
        yield "                        <div class=\"form-group row\">
                            <div class=\"col-sm-2\"><a href=\"";
        // line 103
        yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_years");
        yield "\" class=\"btn btn-block btn-default\">";
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.cancel", [], "messages");
        yield "</a></div>
                            <div class=\"col-sm-offset-2 col-sm-10\">
                                <button type=\"submit\" class=\"btn btn-block btn-primary\">";
        // line 105
        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("basics.save", [], "messages");
        yield "</button>
                            </div>
                        </div>
                    ";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "setting/year_form.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  511 => 105,  504 => 103,  501 => 102,  494 => 101,  483 => 100,  421 => 92,  409 => 83,  397 => 74,  390 => 69,  383 => 68,  372 => 67,  310 => 59,  298 => 50,  286 => 41,  279 => 36,  272 => 35,  261 => 34,  199 => 25,  188 => 17,  181 => 12,  174 => 11,  163 => 10,  102 => 110,  100 => 100,  95 => 97,  93 => 67,  88 => 64,  86 => 34,  80 => 30,  78 => 10,  74 => 9,  70 => 7,  63 => 6,  52 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "setting/year_form.html.twig", "/var/www/html/templates/setting/year_form.html.twig");
    }
}
