var/cache/dev/twig/d5/d5bf817b6856e9c16627ac052dcfe751.php line 54

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* classroom/index.html.twig */
  16. class __TwigTemplate_7bf976b458906a142e87e348c04952e2 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'content' => [$this'block_content'],
  29.             'footer' => [$this'block_footer'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33.     {
  34.         // line 1
  35.         return "layout/backEndLayout.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""classroom/index.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""classroom/index.html.twig"));
  44.         $this->parent $this->loadTemplate("layout/backEndLayout.html.twig""classroom/index.html.twig"1);
  45.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 3
  52.     /**
  53.      * @return iterable<null|scalar|\Stringable>
  54.      */
  55.     public function block_content(array $context, array $blocks = []): iterable
  56.     {
  57.         $macros $this->macros;
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  62.         // line 4
  63.         yield "        <div class=\"row  mt-4\">
  64.             <div class=\"col-1\">
  65.                 ";
  66.         // line 6
  67.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  68.             // line 7
  69.             yield "                    <a class=\"btn btn-info\" href=\"";
  70.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_new");
  71.             yield "\">
  72.                         <i class=\"fa fa-plus\"></i>                                                 
  73.                     </a>
  74.                 ";
  75.         }
  76.         // line 11
  77.         yield "             </div>
  78.             <div class=\"col-11 jumbotron\">
  79.                 <div class=\"card-header d-inline-flex\">
  80.                     <h4 class=\"my-0 font-weight-normal text-center   text-uppercase\">
  81.                         &emsp; &emsp; &emsp; &emsp; &emsp;  &emsp; &emsp; &emsp; &emsp; &emsp; &emsp; &emsp;  Liste des salles de classe 
  82.                     </h4>
  83.                 </div>
  84.                 <table width=\"120%\" class=\"table table-striped table-sm\">
  85.                     <thead>
  86.                         <tr>
  87.                            
  88.                             <th style=\"width:18%;\" class=\"text-center\" scope=\"col\">
  89.                                 Nom
  90.                             </th>
  91.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  92.                                 Professeur titulaire
  93.                             </th>
  94.                             <th style=\"width:75%;\" class=\"text-center\" scope=\"col\">
  95.                                 Action
  96.                             </th>
  97.                         </tr>
  98.                     </thead>
  99.                     <tbody>
  100.                         ";
  101.         // line 38
  102.         $context['_parent'] = $context;
  103.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["classrooms"]) || array_key_exists("classrooms"$context) ? $context["classrooms"] : (function () { throw new RuntimeError('Variable "classrooms" does not exist.'38$this->source); })()));
  104.         foreach ($context['_seq'] as $context["_key"] => $context["room"]) {
  105.             // line 39
  106.             yield "                            <tr>
  107.                                
  108.                                 <td>
  109.                                     <a href=\"";
  110.             // line 42
  111.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_show", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse42)]), "html"nulltrue);
  112.             yield "\">
  113.                                         ";
  114.             // line 43
  115.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["room"], "name", [], "any"falsefalsefalse43), "html"nulltrue);
  116.             yield "
  117.                                     </a>
  118.                                 </td>
  119.                                 <td>
  120.                                     ";
  121.             // line 47
  122.             if (CoreExtension::inFilter(CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse47), Twig\Extension\CoreExtension::keys((isset($context["mainTeachers"]) || array_key_exists("mainTeachers"$context) ? $context["mainTeachers"] : (function () { throw new RuntimeError('Variable "mainTeachers" does not exist.'47$this->source); })())))) {
  123.                 // line 48
  124.                 yield "                                       ";
  125.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["mainTeachers"]) || array_key_exists("mainTeachers"$context) ? $context["mainTeachers"] : (function () { throw new RuntimeError('Variable "mainTeachers" does not exist.'48$this->source); })()), CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse48), [], "array"falsefalsefalse48), "fullName", [], "any"falsefalsefalse48), "html"nulltrue);
  126.                 yield "
  127.                                     ";
  128.             }
  129.             // line 50
  130.             yield "
  131.                                 </td>
  132.                                 <td>
  133.                                     <div class=\"btn-group\">
  134.                                     ";
  135.             // line 54
  136.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  137.                 // line 55
  138.                 yield "                                        <a class=\"btn btn-outline-warning \" href=\"";
  139.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse55)]), "html"nulltrue);
  140.                 yield "\">
  141.                                             <i class=\"fa fa-edit\">
  142.                                                
  143.                                             </i>
  144.                                         </a>
  145.                                         <a class=\"btn btn-outline-dark \" target=\"_blank\" href=\"";
  146.                 // line 60
  147.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classroom_insolvent", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse60)]), "html"nulltrue);
  148.                 yield "\">
  149.                                             <i class=\"fa fa-users\" aria-hidden=\"true\">
  150.                                                 
  151.                                             </i>
  152.                                         </a>
  153.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"";
  154.                 // line 65
  155.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_payment_plan_print", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse65)]), "html"nulltrue);
  156.                 yield "\">
  157.                                             <i class=\"fa fa-money\" aria-hidden=\"true\">
  158.                                                 &nbsp;Echeancier
  159.                                             </i>
  160.                                         </a>
  161.                                      ";
  162.             }
  163.             // line 71
  164.             yield "                                        <a class=\"btn btn-file\" target=\"_blank\" href=\"";
  165.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_fichesimple", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse71)]), "html"nulltrue);
  166.             yield "\">
  167.                                             <i class=\"fa fa-file-pdf-o\" aria-hidden=\"true\">
  168.                                                 &nbsp;Repport Notes
  169.                                             </i>
  170.                                         </a>
  171.                                         <a class=\"btn btn-outline-info \" target=\"_blank\" href=\"";
  172.             // line 76
  173.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_presentation", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse76)]), "html"nulltrue);
  174.             yield "\">
  175.                                             <i class=\"fa fa-users\" aria-hidden=\"true\">
  176.                                         
  177.                                             </i>
  178.                                         </a>
  179.                                       
  180.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"";
  181.             // line 82
  182.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_recapitulatif", ["room" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse82), "seq" => (isset($context["seq"]) || array_key_exists("seq"$context) ? $context["seq"] : (function () { throw new RuntimeError('Variable "seq" does not exist.'82$this->source); })())]), "html"nulltrue);
  183.             yield "\">
  184.                                             <i class=\"fa fa-file\" aria-hidden=\"true\">
  185.                                                 &nbsp;Recap. vierge
  186.                                             </i>
  187.                                         </a>
  188.                                         ";
  189.             // line 92
  190.             yield "                                       
  191.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"";
  192.             // line 93
  193.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_classrooms_disciplinary_record", ["id" => CoreExtension::getAttribute($this->env$this->source$context["room"], "id", [], "any"falsefalsefalse93)]), "html"nulltrue);
  194.             yield "\">
  195.                                             <i class=\"fa fa-th-list\" aria-hidden=\"true\">
  196.                                                 &nbsp;Fiche discipl.
  197.                                             </i>
  198.                                         </a>
  199.                                     </div>
  200.                                 </td>
  201.                             </tr>
  202.                         ";
  203.         }
  204.         $_parent $context['_parent'];
  205.         unset($context['_seq'], $context['_key'], $context['room'], $context['_parent']);
  206.         $context array_intersect_key($context$_parent) + $_parent;
  207.         // line 103
  208.         yield "                    </tbody>
  209.                 </table>
  210.             </div>
  211.         </div>
  212. ";
  213.         
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  215.         
  216.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  217.         yield from [];
  218.     }
  219.     // line 108
  220.     /**
  221.      * @return iterable<null|scalar|\Stringable>
  222.      */
  223.     public function block_footer(array $context, array $blocks = []): iterable
  224.     {
  225.         $macros $this->macros;
  226.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  228.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  230.         // line 109
  231.         yield "    ";
  232.         yield from $this->yieldParentBlock("footer"$context$blocks);
  233.         yield "
  234. ";
  235.         
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  237.         
  238.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  239.         yield from [];
  240.     }
  241.     /**
  242.      * @codeCoverageIgnore
  243.      */
  244.     public function getTemplateName(): string
  245.     {
  246.         return "classroom/index.html.twig";
  247.     }
  248.     /**
  249.      * @codeCoverageIgnore
  250.      */
  251.     public function isTraitable(): bool
  252.     {
  253.         return false;
  254.     }
  255.     /**
  256.      * @codeCoverageIgnore
  257.      */
  258.     public function getDebugInfo(): array
  259.     {
  260.         return array (  255 => 109,  242 => 108,  227 => 103,  211 => 93,  208 => 92,  200 => 82,  191 => 76,  182 => 71,  173 => 65,  165 => 60,  156 => 55,  154 => 54,  148 => 50,  142 => 48,  140 => 47,  133 => 43,  129 => 42,  124 => 39,  120 => 38,  91 => 11,  83 => 7,  81 => 6,  77 => 4,  64 => 3,  41 => 1,);
  261.     }
  262.     public function getSourceContext(): Source
  263.     {
  264.         return new Source("{% extends 'layout/backEndLayout.html.twig' %}
  265. {% block content %}
  266.         <div class=\"row  mt-4\">
  267.             <div class=\"col-1\">
  268.                 {% if is_granted('ROLE_ADMIN') %}
  269.                     <a class=\"btn btn-info\" href=\"{{ path('admin_classrooms_new') }}\">
  270.                         <i class=\"fa fa-plus\"></i>                                                 
  271.                     </a>
  272.                 {% endif %}
  273.              </div>
  274.             <div class=\"col-11 jumbotron\">
  275.                 <div class=\"card-header d-inline-flex\">
  276.                     <h4 class=\"my-0 font-weight-normal text-center   text-uppercase\">
  277.                         &emsp; &emsp; &emsp; &emsp; &emsp;  &emsp; &emsp; &emsp; &emsp; &emsp; &emsp; &emsp;  Liste des salles de classe 
  278.                     </h4>
  279.                 </div>
  280.                 <table width=\"120%\" class=\"table table-striped table-sm\">
  281.                     <thead>
  282.                         <tr>
  283.                            
  284.                             <th style=\"width:18%;\" class=\"text-center\" scope=\"col\">
  285.                                 Nom
  286.                             </th>
  287.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  288.                                 Professeur titulaire
  289.                             </th>
  290.                             <th style=\"width:75%;\" class=\"text-center\" scope=\"col\">
  291.                                 Action
  292.                             </th>
  293.                         </tr>
  294.                     </thead>
  295.                     <tbody>
  296.                         {% for room in classrooms %}
  297.                             <tr>
  298.                                
  299.                                 <td>
  300.                                     <a href=\"{{ path('admin_classrooms_show', {id: room.id }) }}\">
  301.                                         {{ room.name }}
  302.                                     </a>
  303.                                 </td>
  304.                                 <td>
  305.                                     {% if room.id in mainTeachers|keys %}
  306.                                        {{  mainTeachers[room.id].fullName}}
  307.                                     {% endif %}
  308.                                 </td>
  309.                                 <td>
  310.                                     <div class=\"btn-group\">
  311.                                     {% if is_granted('ROLE_ADMIN') %}
  312.                                         <a class=\"btn btn-outline-warning \" href=\"{{ path('admin_classrooms_edit', {id: room.id}) }}\">
  313.                                             <i class=\"fa fa-edit\">
  314.                                                
  315.                                             </i>
  316.                                         </a>
  317.                                         <a class=\"btn btn-outline-dark \" target=\"_blank\" href=\"{{ path('admin_classroom_insolvent', {id: room.id}) }}\">
  318.                                             <i class=\"fa fa-users\" aria-hidden=\"true\">
  319.                                                 
  320.                                             </i>
  321.                                         </a>
  322.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"{{ path('admin_payment_plan_print', {id: room.id}) }}\">
  323.                                             <i class=\"fa fa-money\" aria-hidden=\"true\">
  324.                                                 &nbsp;Echeancier
  325.                                             </i>
  326.                                         </a>
  327.                                      {% endif %}
  328.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"{{ path('admin_classrooms_fichesimple', {id: room.id}) }}\">
  329.                                             <i class=\"fa fa-file-pdf-o\" aria-hidden=\"true\">
  330.                                                 &nbsp;Repport Notes
  331.                                             </i>
  332.                                         </a>
  333.                                         <a class=\"btn btn-outline-info \" target=\"_blank\" href=\"{{ path('admin_classrooms_presentation', {id: room.id}) }}\">
  334.                                             <i class=\"fa fa-users\" aria-hidden=\"true\">
  335.                                         
  336.                                             </i>
  337.                                         </a>
  338.                                       
  339.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"{{ path('admin_classrooms_recapitulatif', {room: room.id, seq : seq}) }}\">
  340.                                             <i class=\"fa fa-file\" aria-hidden=\"true\">
  341.                                                 &nbsp;Recap. vierge
  342.                                             </i>
  343.                                         </a>
  344.                                         {#<a class=\"btn btn-file\" target=\"_blank\" href=\"{{ path('admin_classrooms_blanc_ann', {room: room.id}) }}\">
  345.                                             <i class=\"fa fa-th-list\" aria-hidden=\"true\">
  346.                                                 &nbsp;Fiche annu.
  347.                                             </i>
  348.                                         </a>#}
  349.                                        
  350.                                         <a class=\"btn btn-file\" target=\"_blank\" href=\"{{ path('admin_classrooms_disciplinary_record', {id: room.id}) }}\">
  351.                                             <i class=\"fa fa-th-list\" aria-hidden=\"true\">
  352.                                                 &nbsp;Fiche discipl.
  353.                                             </i>
  354.                                         </a>
  355.                                     </div>
  356.                                 </td>
  357.                             </tr>
  358.                         {% endfor %}
  359.                     </tbody>
  360.                 </table>
  361.             </div>
  362.         </div>
  363. {% endblock %}
  364. {% block footer %}
  365.     {{ parent() }}
  366. {% endblock %}
  367. ""classroom/index.html.twig""/var/www/prod/current/templates/classroom/index.html.twig");
  368.     }
  369. }