<?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;
/* abscence_sheet/new.html.twig */
class __TwigTemplate_d4d130f27611cb8087b01bc133518e55 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 = [
'content' => [$this, 'block_content'],
'footer' => [$this, 'block_footer'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "layout/backEndLayout.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "abscence_sheet/new.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "abscence_sheet/new.html.twig"));
$this->parent = $this->loadTemplate("layout/backEndLayout.html.twig", "abscence_sheet/new.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 4
yield " \t";
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 4, $this->source); })()), ["bootstrap_4_layout.html.twig"], true);
// line 5
yield "\t\t\t <div class=\"col-12 jumbotron\" >
\t \t\t\t\t<div class=\"row mt-4 mx-auto box-shadow\">
\t\t\t\t\t\t<div class=\"card-header\">
<h3 class=\"my-0 text-center text-justify text-uppercase\"> Nouvelle fiche d'abscences</h3>
</div>
\t\t\t\t\t\t<div class=\"mt-4 col-md-12 col-sm-12 table-responsive\">
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-3 table-responsive\"></div>
\t\t\t\t\t\t\t\t<div class=\"col-6 table-responsive\">
\t\t\t\t\t\t\t\t\t";
// line 17
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.', 17, $this->source); })()), 'form_start', ["action" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_abscences_sheet_create"), "attr" => ["class" => "evaluation"]]);
yield "
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t";
// line 19
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.', 19, $this->source); })()), "sequence", [], "any", false, false, false, 19), 'widget', ["attr" => ["class" => "ChoiceSequence"]]);
yield "
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t";
// line 22
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.', 22, $this->source); })()), "classRoom", [], "any", false, false, false, 22), 'widget', ["attr" => ["name" => "ChoiceClassRoom"]]);
yield "
\t\t\t\t\t\t\t\t\t</p>
<div class=\"row\">
<div class=\"col-6\">
\t\t\t\t\t\t\t\t\t\t";
// line 26
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.', 26, $this->source); })()), "startDate", [], "any", false, false, false, 26), 'widget', ["attr" => ["name" => "StartDate"]]);
yield "
</div>
<div class=\"col-6\">
";
// line 29
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.', 29, $this->source); })()), "endDate", [], "any", false, false, false, 29), 'widget', ["attr" => ["name" => "EndDate"]]);
yield "
</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-3 table-responsive\"></div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div id=\"ficheBodyStudents\" class=\" col-md-12 row\">
\t\t\t\t\t\t\t";
// line 39
yield from $this->loadTemplate("abscence_sheet/liststudents.html.twig", "abscence_sheet/new.html.twig", 39)->unwrap()->yield($context);
// line 40
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row mt-2 mx-auto\">
\t\t\t\t\t\t\t<div class=\" col-3\">
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\" col-3 mx-auto btn-group d-inline-flex p-2 bd-highlight\">
\t\t\t\t\t\t\t\t<button class=\"btn btn-danger\" type=\"submit\">
\t\t\t\t\t\t\t\t\t<b>
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-balance-scale\"></i>submit</b>
\t\t\t\t\t\t\t\t</button>
</div>
\t\t\t\t\t\t\t<div class=\" col-3 mx-auto btn-group d-inline-flex p-2 bd-highligh\">
\t\t\t\t\t\t\t\t<a class=\"btn btn-info\" href=\"";
// line 52
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_abscences_sheet_index");
yield "\">
\t\t\t\t\t\t\t\t\t<i class=\"fa fa-list\"></i>
\t\t\t\t\t\t\t\t\t";
// line 54
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Back to the list", [], "admin"), "html", null, true);
yield "
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\" col-3\">
\t\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t
\t\t\t";
// line 62
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.', 62, $this->source); })()), 'form_end');
yield "
\t\t</div>
\t\t\t\t
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 66
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_footer(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 67
yield "\t";
yield from $this->yieldParentBlock("footer", $context, $blocks);
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 70
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 71
yield "\t";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script type=\"text/javascript\">
\t\tvar classRoom = \$(\"#abscence_sheet_classRoom\");
var idClassRoom, idSequence=\$(\"#abscence_sheet_sequence\").val(), startDate, endDate;
classRoom.change(function () {
\t\t\t\tidClassRoom = \$(\"#abscence_sheet_classRoom option:selected\").val();
\t\t\t\t\$.ajax({
\t\t\t\t\ttype: \"POST\",
\t\t\t\t\turl: \"";
// line 81
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_abscence_list_students");
yield "\",
\t\t\t\t\tdata: {
\t\t\t\t\tidClassRoom: idClassRoom
\t\t\t\t\t},
\t\t\t\t\tdatatype: \"json\",
\t\t\t\t\tsuccess: function (data) {
\t\t\t\t\t\t\$(\"#ficheBodyStudents\").html(data).show();
\t\t\t\t\t}
\t\t\t\t});
\t\t\t});
\t\t\t\$(\"#abscence_sheet_sequence\").change(function () {
\t\t\t\tidSequence = \$(this).val();
\t\t\t});
\t\t\t\$(\"#abscence_sheet_startDate\").change(function () {
\t\t\t\tstartDate = \$(this).val();
\t\t\t});
\t\t\t\$(\"#abscence_sheet_endDate\").change(function () {
\t\t\t\tendDate = \$(this).val();
\t\t\t});
\t\t\t
\t\t\$(function () {
\t\t\t\$(document).on('submit', 'form', function (e) { // il est impératif de commencer avec cette méthode qui va empêcher le navigateur d'envoyer le formulaire lui-même
\t\t\te.preventDefault();
\t\t\tconsole.log(idClassRoom, idSequence, startDate, endDate);
\t\t\tvar abscencesJson = [];
\t\t\tif(startDate < endDate) {
\t\t\t\t\t\$(\"input[max=180]\").each(function (index) {
\t\t\t\t\t\tabscencesJson.push({\"matricule\": \$(this).attr('id'), \"weight\": \$(this).val(), \"raison\": \$(this).parent().next().children().val()});
\t\t\t\t\t});
\t\t\t\t\tconsole.log(abscencesJson);
\t\t\t\t\tpostData = {
\t\t\t\t\t\t\"abscences\": JSON.stringify(abscencesJson),
\t\t\t\t\t\t\"idRoom\": idClassRoom,
\t\t\t\t\t\t\"idSequence\": idSequence,
\t\t\t\t\t\t\"startDate\": startDate,
\t\t\t\t\t\t\"endDate\": endDate
\t\t\t\t\t};
\t\t\t\tif(abscencesJson.length>0){
\t\t\t\t\$.ajax({
\t\t\t\t\ttype: \"POST\",
\t\t\t\t\turl: \"";
// line 125
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_abscences_sheet_create");
yield "\",
\t\t\t\t\tdata: postData,
\t\t\t\t\tdatatype: \"json\",
\t\t\t\t\tsuccess: function (data) {
\t\t\t\t\t\talert(\"Enregistre avec succes.\");
\t\t\t\t\t},
\t\t\t\t\terror: function (e) {
\t\t\t\t\t\tconsole.log(e.message);
\t\t\t\t\t\talert(\"Echec.\");
\t\t\t\t\t}
\t\t\t\t\t});
\t\t\t\t} else {
\t\t\t\t\talert(\"Aucune abscence enregistree\");
\t\t\t\t}
\t\t\t
\t\t\t} else {
\t\t\t\talert(\"La date de debut doit etre anterieure a la date de fin\");
\t\t\t}
\t\t});
\t\t});
\t\t
\t</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "abscence_sheet/new.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 280 => 125, 233 => 81, 219 => 71, 206 => 70, 192 => 67, 179 => 66, 164 => 62, 153 => 54, 148 => 52, 134 => 40, 132 => 39, 119 => 29, 113 => 26, 106 => 22, 100 => 19, 95 => 17, 81 => 5, 78 => 4, 65 => 3, 42 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'layout/backEndLayout.html.twig' %}
{% block content %}
\t{% form_theme form 'bootstrap_4_layout.html.twig' %}
\t\t\t <div class=\"col-12 jumbotron\" >
\t \t\t\t\t<div class=\"row mt-4 mx-auto box-shadow\">
\t\t\t\t\t\t<div class=\"card-header\">
<h3 class=\"my-0 text-center text-justify text-uppercase\"> Nouvelle fiche d'abscences</h3>
</div>
\t\t\t\t\t\t<div class=\"mt-4 col-md-12 col-sm-12 table-responsive\">
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-3 table-responsive\"></div>
\t\t\t\t\t\t\t\t<div class=\"col-6 table-responsive\">
\t\t\t\t\t\t\t\t\t{{ form_start(form, {action: path('admin_abscences_sheet_create'),'attr': { 'class':'evaluation'} }) }}
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t{{ form_widget(form.sequence ,{'attr':{'class':'ChoiceSequence'} } ) }}
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t{{ form_widget(form.classRoom,{'attr':{ 'name' :'ChoiceClassRoom'} }) }}
\t\t\t\t\t\t\t\t\t</p>
<div class=\"row\">
<div class=\"col-6\">
\t\t\t\t\t\t\t\t\t\t{{ form_widget(form.startDate,{'attr':{ 'name' :'StartDate'} }) }}
</div>
<div class=\"col-6\">
{{ form_widget(form.endDate,{'attr':{ 'name' :'EndDate'} }) }}
</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-3 table-responsive\"></div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div id=\"ficheBodyStudents\" class=\" col-md-12 row\">
\t\t\t\t\t\t\t{% include \"abscence_sheet/liststudents.html.twig\" %}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row mt-2 mx-auto\">
\t\t\t\t\t\t\t<div class=\" col-3\">
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\" col-3 mx-auto btn-group d-inline-flex p-2 bd-highlight\">
\t\t\t\t\t\t\t\t<button class=\"btn btn-danger\" type=\"submit\">
\t\t\t\t\t\t\t\t\t<b>
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-balance-scale\"></i>submit</b>
\t\t\t\t\t\t\t\t</button>
</div>
\t\t\t\t\t\t\t<div class=\" col-3 mx-auto btn-group d-inline-flex p-2 bd-highligh\">
\t\t\t\t\t\t\t\t<a class=\"btn btn-info\" href=\"{{ path('admin_abscences_sheet_index') }}\">
\t\t\t\t\t\t\t\t\t<i class=\"fa fa-list\"></i>
\t\t\t\t\t\t\t\t\t{{ 'Back to the list'|trans({}, 'admin') }}
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\" col-3\">
\t\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t
\t\t\t{{ form_end(form) }}
\t\t</div>
\t\t\t\t
{% endblock %}
{% block footer %}
\t{{ parent() }}
{% endblock %}
{% block javascripts %}
\t{{parent()}}
<script type=\"text/javascript\">
\t\tvar classRoom = \$(\"#abscence_sheet_classRoom\");
var idClassRoom, idSequence=\$(\"#abscence_sheet_sequence\").val(), startDate, endDate;
classRoom.change(function () {
\t\t\t\tidClassRoom = \$(\"#abscence_sheet_classRoom option:selected\").val();
\t\t\t\t\$.ajax({
\t\t\t\t\ttype: \"POST\",
\t\t\t\t\turl: \"{{ path('admin_abscence_list_students') }}\",
\t\t\t\t\tdata: {
\t\t\t\t\tidClassRoom: idClassRoom
\t\t\t\t\t},
\t\t\t\t\tdatatype: \"json\",
\t\t\t\t\tsuccess: function (data) {
\t\t\t\t\t\t\$(\"#ficheBodyStudents\").html(data).show();
\t\t\t\t\t}
\t\t\t\t});
\t\t\t});
\t\t\t\$(\"#abscence_sheet_sequence\").change(function () {
\t\t\t\tidSequence = \$(this).val();
\t\t\t});
\t\t\t\$(\"#abscence_sheet_startDate\").change(function () {
\t\t\t\tstartDate = \$(this).val();
\t\t\t});
\t\t\t\$(\"#abscence_sheet_endDate\").change(function () {
\t\t\t\tendDate = \$(this).val();
\t\t\t});
\t\t\t
\t\t\$(function () {
\t\t\t\$(document).on('submit', 'form', function (e) { // il est impératif de commencer avec cette méthode qui va empêcher le navigateur d'envoyer le formulaire lui-même
\t\t\te.preventDefault();
\t\t\tconsole.log(idClassRoom, idSequence, startDate, endDate);
\t\t\tvar abscencesJson = [];
\t\t\tif(startDate < endDate) {
\t\t\t\t\t\$(\"input[max=180]\").each(function (index) {
\t\t\t\t\t\tabscencesJson.push({\"matricule\": \$(this).attr('id'), \"weight\": \$(this).val(), \"raison\": \$(this).parent().next().children().val()});
\t\t\t\t\t});
\t\t\t\t\tconsole.log(abscencesJson);
\t\t\t\t\tpostData = {
\t\t\t\t\t\t\"abscences\": JSON.stringify(abscencesJson),
\t\t\t\t\t\t\"idRoom\": idClassRoom,
\t\t\t\t\t\t\"idSequence\": idSequence,
\t\t\t\t\t\t\"startDate\": startDate,
\t\t\t\t\t\t\"endDate\": endDate
\t\t\t\t\t};
\t\t\t\tif(abscencesJson.length>0){
\t\t\t\t\$.ajax({
\t\t\t\t\ttype: \"POST\",
\t\t\t\t\turl: \"{{ path('admin_abscences_sheet_create') }}\",
\t\t\t\t\tdata: postData,
\t\t\t\t\tdatatype: \"json\",
\t\t\t\t\tsuccess: function (data) {
\t\t\t\t\t\talert(\"Enregistre avec succes.\");
\t\t\t\t\t},
\t\t\t\t\terror: function (e) {
\t\t\t\t\t\tconsole.log(e.message);
\t\t\t\t\t\talert(\"Echec.\");
\t\t\t\t\t}
\t\t\t\t\t});
\t\t\t\t} else {
\t\t\t\t\talert(\"Aucune abscence enregistree\");
\t\t\t\t}
\t\t\t
\t\t\t} else {
\t\t\t\talert(\"La date de debut doit etre anterieure a la date de fin\");
\t\t\t}
\t\t});
\t\t});
\t\t
\t</script>
{% endblock javascripts %}
", "abscence_sheet/new.html.twig", "/var/www/prod/current/templates/abscence_sheet/new.html.twig");
}
}