<?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_b4f310a6f6dd78810cdc279e43c9b2c3 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "setting/year_form.html.twig"));

        $this->parent = $this->load("@AdminLTE/layout/cfgodd-layout.html.twig", 1);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 3
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_title(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));

        yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("year.title", [], "messages");
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        yield from [];
    }

    // line 6
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_page_content(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));

        // line 7
        yield "
    
            ";
        // line 9
        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.', 9, $this->source); })()), 'form_start');
        yield "
                ";
        // line 10
        yield from $this->load("setting/year_form.html.twig", 10, "1957540352")->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, "1521973794")->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, "82169556")->unwrap()->yield($context);
        // line 97
        yield "                        </div>
                </div>

                ";
        // line 100
        yield from $this->load("setting/year_form.html.twig", 100, "520219960")->unwrap()->yield($context);
        // line 110
        yield "            ";
        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.', 110, $this->source); })()), 'form_end');
        yield "
";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  117 => 110,  115 => 100,  110 => 97,  108 => 67,  103 => 64,  101 => 34,  95 => 30,  93 => 10,  89 => 9,  85 => 7,  75 => 6,  58 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %}

{% block page_title %}{% trans %}year.title{% endtrans %}{% endblock %}


{% block page_content %}

    
            {{ form_start(form) }}
                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Année</label>
                            </div>
                            <div class=\"col-10\">
                                {{ form_widget(form.name) }}
                            </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\">
                                {{ form_widget(form.moyenne) }}
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            
                <div class=\"row\">
                        <div class=\"col-6\">
                            <h4>Ministères</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin DPAF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                        <div class=\"col-6\">
                            <h4>Communes</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin SE</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp2) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                </div>

                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-sm-2\"><a href=\"{{ path('app_years') }}\" class=\"btn btn-block btn-default\">{% trans %}basics.cancel{% endtrans %}</a></div>
                            <div class=\"col-sm-offset-2 col-sm-10\">
                                <button type=\"submit\" class=\"btn btn-block btn-primary\">{% trans %}basics.save{% endtrans %}</button>
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            {{ form_end(form) }}
{% endblock %}
", "setting/year_form.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_b4f310a6f6dd78810cdc279e43c9b2c3___1957540352 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "setting/year_form.html.twig"));

        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 10);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 11
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "box_body"));

        // 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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 17, $this->source); })()), "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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 25, $this->source); })()), "moyenne", [], "any", false, false, false, 25), 'widget');
        yield "
                            </div>
                        </div>
                    ";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  337 => 25,  326 => 17,  319 => 12,  309 => 11,  292 => 10,  117 => 110,  115 => 100,  110 => 97,  108 => 67,  103 => 64,  101 => 34,  95 => 30,  93 => 10,  89 => 9,  85 => 7,  75 => 6,  58 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %}

{% block page_title %}{% trans %}year.title{% endtrans %}{% endblock %}


{% block page_content %}

    
            {{ form_start(form) }}
                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Année</label>
                            </div>
                            <div class=\"col-10\">
                                {{ form_widget(form.name) }}
                            </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\">
                                {{ form_widget(form.moyenne) }}
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            
                <div class=\"row\">
                        <div class=\"col-6\">
                            <h4>Ministères</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin DPAF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                        <div class=\"col-6\">
                            <h4>Communes</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin SE</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp2) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                </div>

                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-sm-2\"><a href=\"{{ path('app_years') }}\" class=\"btn btn-block btn-default\">{% trans %}basics.cancel{% endtrans %}</a></div>
                            <div class=\"col-sm-offset-2 col-sm-10\">
                                <button type=\"submit\" class=\"btn btn-block btn-primary\">{% trans %}basics.save{% endtrans %}</button>
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            {{ form_end(form) }}
{% endblock %}
", "setting/year_form.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_b4f310a6f6dd78810cdc279e43c9b2c3___1521973794 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "setting/year_form.html.twig"));

        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 34);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 35
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "box_body"));

        // 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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 41, $this->source); })()), "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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 50, $this->source); })()), "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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 59, $this->source); })()), "findpp", [], "any", false, false, false, 59), 'widget');
        yield "
                                        </div>
                                    </div>
                                ";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  571 => 59,  559 => 50,  547 => 41,  540 => 36,  530 => 35,  513 => 34,  337 => 25,  326 => 17,  319 => 12,  309 => 11,  292 => 10,  117 => 110,  115 => 100,  110 => 97,  108 => 67,  103 => 64,  101 => 34,  95 => 30,  93 => 10,  89 => 9,  85 => 7,  75 => 6,  58 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %}

{% block page_title %}{% trans %}year.title{% endtrans %}{% endblock %}


{% block page_content %}

    
            {{ form_start(form) }}
                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Année</label>
                            </div>
                            <div class=\"col-10\">
                                {{ form_widget(form.name) }}
                            </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\">
                                {{ form_widget(form.moyenne) }}
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            
                <div class=\"row\">
                        <div class=\"col-6\">
                            <h4>Ministères</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin DPAF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                        <div class=\"col-6\">
                            <h4>Communes</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin SE</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp2) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                </div>

                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-sm-2\"><a href=\"{{ path('app_years') }}\" class=\"btn btn-block btn-default\">{% trans %}basics.cancel{% endtrans %}</a></div>
                            <div class=\"col-sm-offset-2 col-sm-10\">
                                <button type=\"submit\" class=\"btn btn-block btn-primary\">{% trans %}basics.save{% endtrans %}</button>
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            {{ form_end(form) }}
{% endblock %}
", "setting/year_form.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_b4f310a6f6dd78810cdc279e43c9b2c3___82169556 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "setting/year_form.html.twig"));

        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 67);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 68
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "box_body"));

        // 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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 74, $this->source); })()), "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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 83, $this->source); })()), "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, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 92, $this->source); })()), "findpp2", [], "any", false, false, false, 92), 'widget');
        yield "
                                        </div>
                                    </div>
                                ";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  805 => 92,  793 => 83,  781 => 74,  774 => 69,  764 => 68,  747 => 67,  571 => 59,  559 => 50,  547 => 41,  540 => 36,  530 => 35,  513 => 34,  337 => 25,  326 => 17,  319 => 12,  309 => 11,  292 => 10,  117 => 110,  115 => 100,  110 => 97,  108 => 67,  103 => 64,  101 => 34,  95 => 30,  93 => 10,  89 => 9,  85 => 7,  75 => 6,  58 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %}

{% block page_title %}{% trans %}year.title{% endtrans %}{% endblock %}


{% block page_content %}

    
            {{ form_start(form) }}
                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Année</label>
                            </div>
                            <div class=\"col-10\">
                                {{ form_widget(form.name) }}
                            </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\">
                                {{ form_widget(form.moyenne) }}
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            
                <div class=\"row\">
                        <div class=\"col-6\">
                            <h4>Ministères</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin DPAF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                        <div class=\"col-6\">
                            <h4>Communes</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin SE</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp2) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                </div>

                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-sm-2\"><a href=\"{{ path('app_years') }}\" class=\"btn btn-block btn-default\">{% trans %}basics.cancel{% endtrans %}</a></div>
                            <div class=\"col-sm-offset-2 col-sm-10\">
                                <button type=\"submit\" class=\"btn btn-block btn-primary\">{% trans %}basics.save{% endtrans %}</button>
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            {{ form_end(form) }}
{% endblock %}
", "setting/year_form.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/setting/year_form.html.twig");
    }
}


/* setting/year_form.html.twig */
class __TwigTemplate_b4f310a6f6dd78810cdc279e43c9b2c3___520219960 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;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "setting/year_form.html.twig"));

        $this->parent = $this->load("@AdminLTE/Widgets/box-widget.html.twig", 100);
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

    }

    // line 101
    /**
     * @return iterable<null|scalar|\Stringable>
     */
    public function block_box_body(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "box_body"));

        // 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>
                    ";
        
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);

        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 (  1018 => 105,  1011 => 103,  1008 => 102,  998 => 101,  981 => 100,  805 => 92,  793 => 83,  781 => 74,  774 => 69,  764 => 68,  747 => 67,  571 => 59,  559 => 50,  547 => 41,  540 => 36,  530 => 35,  513 => 34,  337 => 25,  326 => 17,  319 => 12,  309 => 11,  292 => 10,  117 => 110,  115 => 100,  110 => 97,  108 => 67,  103 => 64,  101 => 34,  95 => 30,  93 => 10,  89 => 9,  85 => 7,  75 => 6,  58 => 3,  41 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("{% extends '@AdminLTE/layout/cfgodd-layout.html.twig' %}

{% block page_title %}{% trans %}year.title{% endtrans %}{% endblock %}


{% block page_content %}

    
            {{ form_start(form) }}
                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-2\">
                                <label class=\"col-form-label\">Année</label>
                            </div>
                            <div class=\"col-10\">
                                {{ form_widget(form.name) }}
                            </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\">
                                {{ form_widget(form.moyenne) }}
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            
                <div class=\"row\">
                        <div class=\"col-6\">
                            <h4>Ministères</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin DPAF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                        <div class=\"col-6\">
                            <h4>Communes</h4>
                            {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                                {% block box_body %}
                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Début</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.debut2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin PF</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.finfocal2) }}
                                        </div>
                                    </div>

                                    <div class=\"form-group row\">
                                        <div class=\"col-3\">
                                            <label class=\"col-form-label\">Fin SE</label>
                                        </div>
                                        <div class=\"col-9\">
                                            {{ form_widget(form.findpp2) }}
                                        </div>
                                    </div>
                                {% endblock %}
                            {% endembed %}
                        </div>
                </div>

                {% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
                    {% block box_body %}
                        <div class=\"form-group row\">
                            <div class=\"col-sm-2\"><a href=\"{{ path('app_years') }}\" class=\"btn btn-block btn-default\">{% trans %}basics.cancel{% endtrans %}</a></div>
                            <div class=\"col-sm-offset-2 col-sm-10\">
                                <button type=\"submit\" class=\"btn btn-block btn-primary\">{% trans %}basics.save{% endtrans %}</button>
                            </div>
                        </div>
                    {% endblock %}
                {% endembed %}
            {{ form_end(form) }}
{% endblock %}
", "setting/year_form.html.twig", "/var/www/vhosts/sigodd.gouv.bj/httpdocs/templates/setting/year_form.html.twig");
    }
}
