var/cache/dev/twig/39/3984eb16cb5246dce5d4867e77dddfa0.php line 43

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. /* course/index.html.twig */
  16. class __TwigTemplate_bf0e5cd2fbd2a7e242d558340dceed4c 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.         ];
  30.     }
  31.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  32.     {
  33.         // line 1
  34.         return "layout/backEndLayout.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = []): iterable
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""course/index.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""course/index.html.twig"));
  43.         $this->parent $this->loadTemplate("layout/backEndLayout.html.twig""course/index.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 3
  51.     /**
  52.      * @return iterable<null|scalar|\Stringable>
  53.      */
  54.     public function block_content(array $context, array $blocks = []): iterable
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  61.         // line 4
  62.         yield "
  63.     <div class=\"row mt-4\">
  64.         <div class=\"col-1\">
  65.             <a class=\"btn btn-info\" href=\"";
  66.         // line 7
  67.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_courses_new");
  68.         yield "\">
  69.                 <i class=\"fa fa-plus\"></i>
  70.                
  71.             </a>
  72.         </div>
  73.         <div class=\"col-11 jumbotron\">
  74.             <div class=\"m-1 box-shadow\">
  75.                 <div class=\"card-header\">
  76.                     <h4 class=\"my-0 font-weight-normal text-center text-justify text-uppercase\">
  77.                         Liste  des cours par classe et par module  
  78.                                             
  79.                     </h4>
  80.                 </div>
  81.                 <table class=\"table table-striped\">
  82.                     <thead>
  83.                         <tr>
  84.                             <th style=\"width:5%;\" class=\"text-center\" scope=\"col\">
  85.                                 #
  86.                                                             
  87.                             </th>
  88.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  89.                                 Domaine
  90.                                                             
  91.                             </th>
  92.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  93.                                 Module
  94.                                                             
  95.                             </th>
  96.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  97.                                 Code
  98.                                                             
  99.                             </th>
  100.                             <th style=\"width:20%;\" class=\"text-center\" scope=\"col\">
  101.                                 Insitule
  102.                                                             
  103.                             </th>
  104.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  105.                                 Coef
  106.                                                             
  107.                             </th>
  108.                           
  109.                             <th style=\"width:20%;\" class=\"text-center\" scope=\"col\">
  110.                                 Action
  111.                                                             
  112.                             </th>
  113.                         </tr>
  114.                     </thead>
  115.                     <tbody>
  116.                         ";
  117.         // line 56
  118.         $context['_parent'] = $context;
  119.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["rooms"]) || array_key_exists("rooms"$context) ? $context["rooms"] : (function () { throw new RuntimeError('Variable "rooms" does not exist.'56$this->source); })()));
  120.         $context['loop'] = [
  121.           'parent' => $context['_parent'],
  122.           'index0' => 0,
  123.           'index'  => 1,
  124.           'first'  => true,
  125.         ];
  126.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  127.             $length count($context['_seq']);
  128.             $context['loop']['revindex0'] = $length 1;
  129.             $context['loop']['revindex'] = $length;
  130.             $context['loop']['length'] = $length;
  131.             $context['loop']['last'] = === $length;
  132.         }
  133.         foreach ($context['_seq'] as $context["_key"] => $context["room"]) {
  134.             // line 57
  135.             yield "                            <tr>
  136.                                 <td class=\"text-center\" colspan=\"1\" scope=\"row\">
  137.                                     ";
  138.             // line 59
  139.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse59), "html"nulltrue);
  140.             yield "
  141.                                 </th>
  142.                                 <td class=\"text-center\" colspan=\"7\">
  143.                                     <a href=\"";
  144.             // line 62
  145.             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"falsefalsefalse62)]), "html"nulltrue);
  146.             yield "\">
  147.                                         <h3>
  148.                                             ";
  149.             // line 64
  150.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["room"], "name", [], "any"falsefalsefalse64), "html"nulltrue);
  151.             yield "
  152.                                         </h3>
  153.                                     </a>
  154.                                 </td>
  155.                             </tr>
  156.                             ";
  157.             // line 69
  158.             $context['_parent'] = $context;
  159.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["room"], "modules", [], "any"falsefalsefalse69));
  160.             $context['loop'] = [
  161.               'parent' => $context['_parent'],
  162.               'index0' => 0,
  163.               'index'  => 1,
  164.               'first'  => true,
  165.             ];
  166.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  167.                 $length count($context['_seq']);
  168.                 $context['loop']['revindex0'] = $length 1;
  169.                 $context['loop']['revindex'] = $length;
  170.                 $context['loop']['length'] = $length;
  171.                 $context['loop']['last'] = === $length;
  172.             }
  173.             foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
  174.                 // line 70
  175.                 yield "                                <tr>
  176.                                     <td class=\"text-center\" colspan=\"4\" scope=\"row\">
  177.                                         ";
  178.                 // line 72
  179.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse72), "html"nulltrue);
  180.                 yield "
  181.                                     </th>
  182.                                     <td class=\"text-center\" colspan=\"4\">
  183.                                         <a href=\"";
  184.                 // line 75
  185.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_modules_show", ["id" => CoreExtension::getAttribute($this->env$this->source$context["module"], "id", [], "any"falsefalsefalse75)]), "html"nulltrue);
  186.                 yield "\">
  187.                                             <h3>
  188.                                                 ";
  189.                 // line 77
  190.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["module"], "name", [], "any"falsefalsefalse77), "html"nulltrue);
  191.                 yield "
  192.                                             </h3>
  193.                                         </a>
  194.                                     </td>
  195.                                 </tr>
  196.                                 ";
  197.                 // line 82
  198.                 $context['_parent'] = $context;
  199.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["module"], "courses", [], "any"falsefalsefalse82));
  200.                 $context['loop'] = [
  201.                   'parent' => $context['_parent'],
  202.                   'index0' => 0,
  203.                   'index'  => 1,
  204.                   'first'  => true,
  205.                 ];
  206.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  207.                     $length count($context['_seq']);
  208.                     $context['loop']['revindex0'] = $length 1;
  209.                     $context['loop']['revindex'] = $length;
  210.                     $context['loop']['length'] = $length;
  211.                     $context['loop']['last'] = === $length;
  212.                 }
  213.                 foreach ($context['_seq'] as $context["_key"] => $context["course"]) {
  214.                     // line 83
  215.                     yield "                                    <tr>
  216.                                         <td style=\"width:5%;\" class=\"text-center\" scope=\"row\">
  217.                                             ";
  218.                     // line 85
  219.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse85), "html"nulltrue);
  220.                     yield "
  221.                                         </th>
  222.                                         <td style=\"width:15%;\" class=\"text-center\">
  223.                                             <a href=\"";
  224.                     // line 88
  225.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_domains_show", ["id" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["course"], "domain", [], "any"falsefalsefalse88), "id", [], "any"falsefalsefalse88)]), "html"nulltrue);
  226.                     yield "\">
  227.                                                 <h3>
  228.                                                     ";
  229.                     // line 90
  230.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["course"], "domain", [], "any"falsefalsefalse90), "name", [], "any"falsefalsefalse90), "html"nulltrue);
  231.                     yield "
  232.                                                 </h3>
  233.                                             </a>
  234.                                         </td>
  235.                                         <td style=\"width:15%;\" class=\"text-center\">
  236.                                             <a href=\"";
  237.                     // line 95
  238.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_modules_show", ["id" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["course"], "module", [], "any"falsefalsefalse95), "id", [], "any"falsefalsefalse95)]), "html"nulltrue);
  239.                     yield "\">
  240.                                                 <h3>
  241.                                                     ";
  242.                     // line 97
  243.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["course"], "module", [], "any"falsefalsefalse97), "name", [], "any"falsefalsefalse97), "html"nulltrue);
  244.                     yield "
  245.                                                 </h3>
  246.                                             </a>
  247.                                         </td>
  248.                                         <td style=\"width:10%;\" class=\"text-center\">
  249.                                             <h3>
  250.                                                 ";
  251.                     // line 103
  252.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["course"], "code", [], "any"falsefalsefalse103), "html"nulltrue);
  253.                     yield "
  254.                                             </h3>
  255.                                         </td>
  256.                                         <td style=\"width:20%;\" class=\"text-center\">
  257.                                             <h3>
  258.                                                 ";
  259.                     // line 108
  260.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["course"], "wording", [], "any"falsefalsefalse108), "html"nulltrue);
  261.                     yield "
  262.                                             </h3>
  263.                                         </td>
  264.                                         <td style=\"width:15%;\" class=\"text-center\">
  265.                                             <h3>
  266.                                                 ";
  267.                     // line 113
  268.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["course"], "coefficient", [], "any"falsefalsefalse113), "html"nulltrue);
  269.                     yield "
  270.                                             </h3>
  271.                                         </td>
  272.                                         
  273.                                         <td style=\"width:15%;\" class=\"text-center\">
  274.                                             <div class=\"btn-group\">
  275.                                                 <a class=\"btn btn-outline-info\" href=\"";
  276.                     // line 121
  277.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_courses_show", ["id" => CoreExtension::getAttribute($this->env$this->source$context["course"], "id", [], "any"falsefalsefalse121)]), "html"nulltrue);
  278.                     yield "\">
  279.                                                     <i class=\"fa fa-eye\" aria-hidden=\"true\"></i>
  280.                                                 </a>
  281.                                                 <a class=\"btn btn-outline-warning\" href=\"";
  282.                     // line 124
  283.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_courses_edit", ["id" => CoreExtension::getAttribute($this->env$this->source$context["course"], "id", [], "any"falsefalsefalse124)]), "html"nulltrue);
  284.                     yield "\">
  285.                                                     <i class=\"fa fa-pencil-square-o\" aria-hidden=\"true\"></i>
  286.                                                 </a>
  287.                                             </div>
  288.                                         </td>
  289.                                     </tr>
  290.                                 ";
  291.                     ++$context['loop']['index0'];
  292.                     ++$context['loop']['index'];
  293.                     $context['loop']['first'] = false;
  294.                     if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  295.                         --$context['loop']['revindex0'];
  296.                         --$context['loop']['revindex'];
  297.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  298.                     }
  299.                 }
  300.                 $_parent $context['_parent'];
  301.                 unset($context['_seq'], $context['_key'], $context['course'], $context['_parent'], $context['loop']);
  302.                 $context array_intersect_key($context$_parent) + $_parent;
  303.                 // line 132
  304.                 yield "                            ";
  305.                 ++$context['loop']['index0'];
  306.                 ++$context['loop']['index'];
  307.                 $context['loop']['first'] = false;
  308.                 if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  309.                     --$context['loop']['revindex0'];
  310.                     --$context['loop']['revindex'];
  311.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  312.                 }
  313.             }
  314.             $_parent $context['_parent'];
  315.             unset($context['_seq'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
  316.             $context array_intersect_key($context$_parent) + $_parent;
  317.             // line 133
  318.             yield "                        ";
  319.             ++$context['loop']['index0'];
  320.             ++$context['loop']['index'];
  321.             $context['loop']['first'] = false;
  322.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  323.                 --$context['loop']['revindex0'];
  324.                 --$context['loop']['revindex'];
  325.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  326.             }
  327.         }
  328.         $_parent $context['_parent'];
  329.         unset($context['_seq'], $context['_key'], $context['room'], $context['_parent'], $context['loop']);
  330.         $context array_intersect_key($context$_parent) + $_parent;
  331.         // line 134
  332.         yield "                    </tbody>
  333.                 </table>
  334.             </div>
  335.         </div>
  336.     </div>
  337. ";
  338.         
  339.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  340.         
  341.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  342.         yield from [];
  343.     }
  344.     /**
  345.      * @codeCoverageIgnore
  346.      */
  347.     public function getTemplateName(): string
  348.     {
  349.         return "course/index.html.twig";
  350.     }
  351.     /**
  352.      * @codeCoverageIgnore
  353.      */
  354.     public function isTraitable(): bool
  355.     {
  356.         return false;
  357.     }
  358.     /**
  359.      * @codeCoverageIgnore
  360.      */
  361.     public function getDebugInfo(): array
  362.     {
  363.         return array (  350 => 134,  336 => 133,  322 => 132,  300 => 124,  294 => 121,  283 => 113,  275 => 108,  267 => 103,  258 => 97,  253 => 95,  245 => 90,  240 => 88,  234 => 85,  230 => 83,  213 => 82,  205 => 77,  200 => 75,  194 => 72,  190 => 70,  173 => 69,  165 => 64,  160 => 62,  154 => 59,  150 => 57,  133 => 56,  81 => 7,  76 => 4,  63 => 3,  40 => 1,);
  364.     }
  365.     public function getSourceContext(): Source
  366.     {
  367.         return new Source("{% extends 'layout/backEndLayout.html.twig' %}
  368. {% block content %}
  369.     <div class=\"row mt-4\">
  370.         <div class=\"col-1\">
  371.             <a class=\"btn btn-info\" href=\"{{ path('admin_courses_new') }}\">
  372.                 <i class=\"fa fa-plus\"></i>
  373.                
  374.             </a>
  375.         </div>
  376.         <div class=\"col-11 jumbotron\">
  377.             <div class=\"m-1 box-shadow\">
  378.                 <div class=\"card-header\">
  379.                     <h4 class=\"my-0 font-weight-normal text-center text-justify text-uppercase\">
  380.                         Liste  des cours par classe et par module  
  381.                                             
  382.                     </h4>
  383.                 </div>
  384.                 <table class=\"table table-striped\">
  385.                     <thead>
  386.                         <tr>
  387.                             <th style=\"width:5%;\" class=\"text-center\" scope=\"col\">
  388.                                 #
  389.                                                             
  390.                             </th>
  391.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  392.                                 Domaine
  393.                                                             
  394.                             </th>
  395.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  396.                                 Module
  397.                                                             
  398.                             </th>
  399.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  400.                                 Code
  401.                                                             
  402.                             </th>
  403.                             <th style=\"width:20%;\" class=\"text-center\" scope=\"col\">
  404.                                 Insitule
  405.                                                             
  406.                             </th>
  407.                             <th style=\"width:15%;\" class=\"text-center\" scope=\"col\">
  408.                                 Coef
  409.                                                             
  410.                             </th>
  411.                           
  412.                             <th style=\"width:20%;\" class=\"text-center\" scope=\"col\">
  413.                                 Action
  414.                                                             
  415.                             </th>
  416.                         </tr>
  417.                     </thead>
  418.                     <tbody>
  419.                         {% for room in rooms %}
  420.                             <tr>
  421.                                 <td class=\"text-center\" colspan=\"1\" scope=\"row\">
  422.                                     {{ loop.index }}
  423.                                 </th>
  424.                                 <td class=\"text-center\" colspan=\"7\">
  425.                                     <a href=\"{{ path('admin_classrooms_show', {id: room.id}) }}\">
  426.                                         <h3>
  427.                                             {{ room.name }}
  428.                                         </h3>
  429.                                     </a>
  430.                                 </td>
  431.                             </tr>
  432.                             {% for module in room.modules %}
  433.                                 <tr>
  434.                                     <td class=\"text-center\" colspan=\"4\" scope=\"row\">
  435.                                         {{ loop.index }}
  436.                                     </th>
  437.                                     <td class=\"text-center\" colspan=\"4\">
  438.                                         <a href=\"{{ path('admin_modules_show', {id: module.id}) }}\">
  439.                                             <h3>
  440.                                                 {{ module.name }}
  441.                                             </h3>
  442.                                         </a>
  443.                                     </td>
  444.                                 </tr>
  445.                                 {% for course in module.courses %}
  446.                                     <tr>
  447.                                         <td style=\"width:5%;\" class=\"text-center\" scope=\"row\">
  448.                                             {{ loop.index }}
  449.                                         </th>
  450.                                         <td style=\"width:15%;\" class=\"text-center\">
  451.                                             <a href=\"{{ path('admin_domains_show', {id: course.domain.id}) }}\">
  452.                                                 <h3>
  453.                                                     {{ course.domain.name }}
  454.                                                 </h3>
  455.                                             </a>
  456.                                         </td>
  457.                                         <td style=\"width:15%;\" class=\"text-center\">
  458.                                             <a href=\"{{ path('admin_modules_show', {id: course.module.id}) }}\">
  459.                                                 <h3>
  460.                                                     {{ course.module.name }}
  461.                                                 </h3>
  462.                                             </a>
  463.                                         </td>
  464.                                         <td style=\"width:10%;\" class=\"text-center\">
  465.                                             <h3>
  466.                                                 {{ course.code }}
  467.                                             </h3>
  468.                                         </td>
  469.                                         <td style=\"width:20%;\" class=\"text-center\">
  470.                                             <h3>
  471.                                                 {{ course.wording }}
  472.                                             </h3>
  473.                                         </td>
  474.                                         <td style=\"width:15%;\" class=\"text-center\">
  475.                                             <h3>
  476.                                                 {{ course.coefficient }}
  477.                                             </h3>
  478.                                         </td>
  479.                                         
  480.                                         <td style=\"width:15%;\" class=\"text-center\">
  481.                                             <div class=\"btn-group\">
  482.                                                 <a class=\"btn btn-outline-info\" href=\"{{ path('admin_courses_show', {id: course.id}) }}\">
  483.                                                     <i class=\"fa fa-eye\" aria-hidden=\"true\"></i>
  484.                                                 </a>
  485.                                                 <a class=\"btn btn-outline-warning\" href=\"{{ path('admin_courses_edit', {id: course.id}) }}\">
  486.                                                     <i class=\"fa fa-pencil-square-o\" aria-hidden=\"true\"></i>
  487.                                                 </a>
  488.                                             </div>
  489.                                         </td>
  490.                                     </tr>
  491.                                 {% endfor %}
  492.                             {% endfor %}
  493.                         {% endfor %}
  494.                     </tbody>
  495.                 </table>
  496.             </div>
  497.         </div>
  498.     </div>
  499. {% endblock %}
  500. ""course/index.html.twig""/var/www/prod/current/templates/course/index.html.twig");
  501.     }
  502. }