var/cache/dev/twig/60/602c1186f48d7b80c2db215e2cfde84928a167a31ac2ae1e794b44948ba19fc3.php line 99

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* course/index.html.twig */
  14. class __TwigTemplate_8bb8d444272e179a1cf6c938a5a88b71733728466b47765d4d33d8f9f1f62d3e extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.             'javascripts' => [$this'block_javascripts'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""course/index.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""course/index.html.twig"));
  39.         $this->parent $this->loadTemplate("base.html.twig""course/index.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 3
  47.     public function block_body($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  54.         // line 4
  55.         echo "
  56. <style>
  57. /* HIDE RADIO */
  58. [type=radio] { 
  59.   position: absolute;
  60.   opacity: 0;
  61.   width: 0;
  62.   height: 0;
  63. }
  64. /* IMAGE STYLES */
  65. [type=radio] + img {
  66.   cursor: pointer;
  67. }
  68. /* CHECKED STYLES */
  69. [type=radio]:checked + img {
  70.   outline: 2px solid #198754;
  71. }
  72. html {
  73.   scroll-behavior: smooth;
  74. }
  75. </style>
  76.     
  77. \t\t\t\t\t
  78. \t\t\t\t\t\t\t
  79. \t\t\t\t\t\t\t";
  80.         // line 32
  81.         $this->loadTemplate("course/index.html.twig""course/index.html.twig"32"1955323604")->display($context);
  82.         // line 33
  83.         echo "\t\t\t\t\t\t\t
  84. \t\t\t\t\t\t
  85. \t\t\t\t\t\t<div class=\"content\" style=\"text-align:center; padding-top: 3em;\"  >
  86. \t\t\t\t\t\t\t
  87. \t\t\t\t\t\t\t<label for=\"placeSelecter\" style=\"";
  88.         // line 37
  89.         echo twig_escape_filter($this->env, (isset($context["color"]) || array_key_exists("color"$context) ? $context["color"] : (function () { throw new RuntimeError('Variable "color" does not exist.'37$this->source); })()), "html"nulltrue);
  90.         echo "; display:none\" >Ort</label>
  91. \t\t\t\t\t\t\t<select id=\"placeSelecter\" style=\"display:none\" onchange=\"loadContent('";
  92.         // line 38
  93.         echo twig_escape_filter($this->env, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'38$this->source); })()), "html"nulltrue);
  94.         echo "')\">
  95. \t\t\t\t\t\t\t\t";
  96.         // line 39
  97.         if (array_key_exists("placeid"$context)) {
  98.             // line 40
  99.             echo "\t\t\t\t\t\t\t\t<option value=\"\">Bitte w&auml;hlen</option>
  100. \t\t\t\t\t\t\t\t";
  101.         } else {
  102.             // line 42
  103.             echo "\t\t\t\t\t\t\t\t<option value=\"\" selected>Bitte w&auml;hlen</option>
  104. \t\t\t\t\t\t\t\t";
  105.         }
  106.         // line 44
  107.         echo "\t\t\t\t\t\t\t\t";
  108.         $context['_parent'] = $context;
  109.         $context['_seq'] = twig_ensure_traversable((isset($context["places"]) || array_key_exists("places"$context) ? $context["places"] : (function () { throw new RuntimeError('Variable "places" does not exist.'44$this->source); })()));
  110.         foreach ($context['_seq'] as $context["k"] => $context["v"]) {
  111.             // line 45
  112.             echo "
  113. \t\t\t\t\t\t\t\t\t";
  114.             // line 46
  115.             $context["replaces"] = [" - " => "",             // line 48
  116. $context["k"] => ""];
  117.             // line 50
  118.             echo "
  119. \t\t\t\t\t\t\t\t\t";
  120.             // line 51
  121.             if (array_key_exists("placeid"$context)) {
  122.                 // line 52
  123.                 echo "\t\t\t\t\t\t\t\t\t<option value=\"";
  124.                 echo twig_escape_filter($this->env$context["k"], "html"nulltrue);
  125.                 echo "\"";
  126.                 if ((=== twig_compare((isset($context["placeid"]) || array_key_exists("placeid"$context) ? $context["placeid"] : (function () { throw new RuntimeError('Variable "placeid" does not exist.'52$this->source); })()), $context["k"]))) {
  127.                     echo " selected=\"selected\" ";
  128.                 }
  129.                 echo "  >
  130. \t\t\t\t\t\t\t\t\t";
  131.                 // line 53
  132.                 echo twig_escape_filter($this->envtwig_trim_filter(twig_replace_filter($context["v"], (isset($context["replaces"]) || array_key_exists("replaces"$context) ? $context["replaces"] : (function () { throw new RuntimeError('Variable "replaces" does not exist.'53$this->source); })()))), "html"nulltrue);
  133.                 echo "
  134. \t\t\t\t\t\t\t\t\t</option>
  135. \t\t\t\t\t\t\t\t\t";
  136.             } else {
  137.                 // line 56
  138.                 echo "\t\t\t\t\t\t\t\t\t<option value=\"";
  139.                 echo twig_escape_filter($this->env$context["k"], "html"nulltrue);
  140.                 echo "\"  >
  141. \t\t\t\t\t\t\t\t\t";
  142.                 // line 57
  143.                 echo twig_escape_filter($this->envtwig_trim_filter(twig_replace_filter($context["v"], (isset($context["replaces"]) || array_key_exists("replaces"$context) ? $context["replaces"] : (function () { throw new RuntimeError('Variable "replaces" does not exist.'57$this->source); })()))), "html"nulltrue);
  144.                 echo "
  145. \t\t\t\t\t\t\t\t\t</option>
  146. \t\t\t\t\t\t\t\t\t";
  147.             }
  148.             // line 60
  149.             echo "\t\t\t\t\t\t\t\t\t
  150. \t\t\t\t\t\t\t\t";
  151.         }
  152.         $_parent $context['_parent'];
  153.         unset($context['_seq'], $context['_iterated'], $context['k'], $context['v'], $context['_parent'], $context['loop']);
  154.         $context array_intersect_key($context$_parent) + $_parent;
  155.         // line 62
  156.         echo "\t\t\t\t\t\t\t\t
  157. \t\t\t\t\t\t\t</select>\t\t
  158. \t\t\t\t\t\t
  159. <style>
  160. .labl {
  161.     /*display : block;*/
  162.     width: 100%;
  163. }
  164. .labl > input{ /* HIDE RADIO */
  165.     visibility: hidden; /* Makes input not-clickable */
  166.     position: absolute; /* Remove input from document flow */
  167. }
  168. .labl > input + div{ /* DIV STYLES */
  169.     cursor:pointer;
  170.     border:2px solid transparent;
  171. }
  172. </style>
  173. <div class=\"service\">
  174.             <div class=\"container\">
  175.                 <div class=\"section-header text-center wow zoomIn\" data-wow-delay=\"0.1s\">
  176.                     <!--<p>What we do</p>-->
  177.                     <h2>Kategorien</h2>
  178.                 </div>
  179. \t\t\t\t<div class=\"row\">
  180. ";
  181.         // line 88
  182.         $context["i"] = 0;
  183.         // line 89
  184.         echo "
  185. \t\t\t\t\t\t\t";
  186.         // line 90
  187.         if (array_key_exists("placeid"$context)) {
  188.             // line 91
  189.             echo "\t\t\t\t\t\t\t\t";
  190.             $context['_parent'] = $context;
  191.             $context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'91$this->source); })()));
  192.             foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
  193.                 // line 92
  194.                 echo "\t\t\t\t\t\t\t\t
  195. \t\t\t\t\t\t\t\t";
  196.                 // line 93
  197.                 if ((=== twig_compare(twig_get_attribute($this->env$this->source, (isset($context["allowedCat"]) || array_key_exists("allowedCat"$context) ? $context["allowedCat"] : (function () { throw new RuntimeError('Variable "allowedCat" does not exist.'93$this->source); })()), twig_get_attribute($this->env$this->source$context["row"], "id", [], "any"falsefalsefalse93), [], "array"falsefalsefalse93), "1"))) {
  198.                     // line 94
  199.                     echo "
  200. \t\t\t\t\t\t\t\t\t\t
  201. \t\t\t\t\t\t\t\t\t\t\t<div class=\"col-lg-4 col-md-6 wow fadeInUp\" data-wow-delay=\"0.0s\">
  202. \t\t\t\t\t\t\t\t\t\t\t\t<label id=\"category";
  203.                     // line 97
  204.                     echo twig_escape_filter($this->env, (isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'97$this->source); })()), "html"nulltrue);
  205.                     echo "label\" class=\"labl\">
  206. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"category\" id=\"category";
  207.                     // line 98
  208.                     echo twig_escape_filter($this->env, (isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'98$this->source); })()), "html"nulltrue);
  209.                     echo "\" class=\"categoryImg\" value=\"";
  210.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["row"], "id", [], "any"falsefalsefalse98), "html"nulltrue);
  211.                     echo "\"  onchange=\"loadContent('";
  212.                     echo twig_escape_filter($this->env, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'98$this->source); })()), "html"nulltrue);
  213.                     echo "',0)\">
  214. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"service-item\">
  215. \t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"service-icon\">
  216. \t\t\t\t\t\t\t\t\t\t\t\t\t
  217. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<!--<i class=\"flaticon-workout\"></i>-->
  218. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  219.                     // line 103
  220.                     if (twig_get_attribute($this->env$this->source, ($context["catimg"] ?? null), twig_get_attribute($this->env$this->source$context["row"], "id", [], "any"falsefalsefalse103), [], "array"truetruefalse103)) {
  221.                         // line 104
  222.                         echo "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  223.                         echo twig_escape_filter($this->env, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'104$this->source); })()), "html"nulltrue);
  224.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["catimg"]) || array_key_exists("catimg"$context) ? $context["catimg"] : (function () { throw new RuntimeError('Variable "catimg" does not exist.'104$this->source); })()), twig_get_attribute($this->env$this->source$context["row"], "Id", [], "any"falsefalsefalse104), [], "array"falsefalsefalse104), "html"nulltrue);
  225.                         echo "\" width=\"50\" height=\"50\" style=\"z-index:9999\" />
  226. \t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  227.                     }
  228.                     // line 106
  229.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  230. \t\t\t\t\t\t\t\t\t\t\t\t\t<h3>";
  231.                     // line 107
  232.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["row"], "ccname", [], "any"falsefalsefalse107), "html"nulltrue);
  233.                     echo "</h3>
  234. \t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  235. \t\t\t\t\t\t\t\t\t\t\t\t\t\t&nbsp;
  236. \t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  237. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  238. \t\t\t\t\t\t\t\t\t\t\t\t\t</label>
  239. \t\t\t\t\t\t\t\t\t\t\t</div>
  240. \t\t\t\t\t\t\t\t\t\t
  241. \t\t\t\t\t\t\t\t\t\t<!--
  242. \t\t\t\t\t\t\t\t\t\t<div class=\"col-sm\" align=\"left\"  >
  243. \t\t\t\t\t\t\t\t\t\t\t<div style=\"max-width: 200px; background-color: ";
  244.                     // line 118
  245.                     echo twig_escape_filter($this->env, (isset($context["mainboxColor"]) || array_key_exists("mainboxColor"$context) ? $context["mainboxColor"] : (function () { throw new RuntimeError('Variable "mainboxColor" does not exist.'118$this->source); })()), "html"nulltrue);
  246.                     echo "\" >
  247. \t\t\t\t\t\t\t\t\t\t\t\t";
  248.                     // line 119
  249.                     if (twig_get_attribute($this->env$this->source, ($context["catimg"] ?? null), twig_get_attribute($this->env$this->source$context["row"], "id", [], "any"falsefalsefalse119), [], "array"truetruefalse119)) {
  250.                         // line 120
  251.                         echo "\t\t\t\t\t\t\t\t\t\t\t\t\t
  252. \t\t\t\t\t\t\t\t\t\t\t\t\t<label id=\"category";
  253.                         // line 121
  254.                         echo twig_escape_filter($this->env, (isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'121$this->source); })()), "html"nulltrue);
  255.                         echo "label\" style=\"display:contents\">
  256. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"category\" id=\"category";
  257.                         // line 122
  258.                         echo twig_escape_filter($this->env, (isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'122$this->source); })()), "html"nulltrue);
  259.                         echo "\" class=\"categoryImg\" value=\"";
  260.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["row"], "id", [], "any"falsefalsefalse122), "html"nulltrue);
  261.                         echo "\"  onchange=\"loadContent('";
  262.                         echo twig_escape_filter($this->env, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'122$this->source); })()), "html"nulltrue);
  263.                         echo "')\">
  264. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"imgWithHighlightBorder\" width=\"200px\" height=\"200px\" style=\"cursor:pointer\" src=\"";
  265.                         // line 123
  266.                         echo twig_escape_filter($this->env, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'123$this->source); })()), "html"nulltrue);
  267.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["catimg"]) || array_key_exists("catimg"$context) ? $context["catimg"] : (function () { throw new RuntimeError('Variable "catimg" does not exist.'123$this->source); })()), twig_get_attribute($this->env$this->source$context["row"], "Id", [], "any"falsefalsefalse123), [], "array"falsefalsefalse123), "html"nulltrue);
  268.                         echo "\">
  269. \t\t\t\t\t\t\t\t\t\t\t\t\t</label>
  270. \t\t\t\t\t\t\t\t\t\t\t\t";
  271.                     } else {
  272.                         // line 126
  273.                         echo "\t\t\t\t\t\t\t\t\t\t\t\tIMAGE NOT FOUND
  274. \t\t\t\t\t\t\t\t\t\t\t\t";
  275.                     }
  276.                     // line 128
  277.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"";
  278.                     echo twig_escape_filter($this->env, (isset($context["color"]) || array_key_exists("color"$context) ? $context["color"] : (function () { throw new RuntimeError('Variable "color" does not exist.'128$this->source); })()), "html"nulltrue);
  279.                     echo ";\"   >";
  280.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["row"], "ccname", [], "any"falsefalsefalse128), "html"nulltrue);
  281.                     echo "    </span>
  282. \t\t\t\t\t\t\t\t\t\t\t\t<br />
  283. \t\t\t\t\t\t\t\t\t\t\t</div>
  284. \t\t\t\t\t\t\t\t\t\t</div>-->
  285. \t\t\t\t\t\t\t\t\t\t
  286. \t\t\t\t\t\t\t\t\t\t
  287. \t\t\t\t\t\t\t\t";
  288.                     // line 134
  289.                     $context["i"] = ((isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'134$this->source); })()) + 1);
  290.                     echo "\t
  291. \t\t\t\t\t\t\t\t";
  292.                 }
  293.                 // line 136
  294.                 echo "\t\t\t\t\t\t\t\t";
  295.             }
  296.             $_parent $context['_parent'];
  297.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
  298.             $context array_intersect_key($context$_parent) + $_parent;
  299.             // line 137
  300.             echo "\t\t\t\t\t\t\t";
  301.         }
  302.         // line 138
  303.         echo "\t\t\t\t\t\t
  304. \t\t\t\t\t\t\t<hr style=\"margin-top: 1em\"></hr>
  305. \t\t\t\t\t\t
  306. \t\t\t\t\t\t\t<label style=\"";
  307.         // line 141
  308.         echo twig_escape_filter($this->env, (isset($context["color"]) || array_key_exists("color"$context) ? $context["color"] : (function () { throw new RuntimeError('Variable "color" does not exist.'141$this->source); })()), "html"nulltrue);
  309.         echo "\"><h3 style=\"";
  310.         echo twig_escape_filter($this->env, (isset($context["color"]) || array_key_exists("color"$context) ? $context["color"] : (function () { throw new RuntimeError('Variable "color" does not exist.'141$this->source); })()), "html"nulltrue);
  311.         echo ";\" >";
  312.         if ((=== twig_compare((isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'141$this->source); })()), "KVO"))) {
  313.             echo "Anwendungen und Behandlungen";
  314.         } else {
  315.             echo "Kurse";
  316.         }
  317.         echo "</h3></label>
  318. \t\t\t\t\t</div>
  319. \t\t\t\t</div>
  320. \t\t\t</div>
  321. \t\t\t\t\t\t\t<div id=\"content\" class=\"container\" ></div>
  322. \t\t\t\t\t\t</div>
  323. \t\t\t\t\t</section>
  324. \t\t\t\t</div>
  325. \t\t\t</section>
  326. \t<script>
  327. \t\$(function () 
  328. \t{
  329. \t\tloadContent('";
  330.         // line 156
  331.         echo twig_escape_filter($this->env, (isset($context["url"]) || array_key_exists("url"$context) ? $context["url"] : (function () { throw new RuntimeError('Variable "url" does not exist.'156$this->source); })()), "html"nulltrue);
  332.         echo "');
  333. \t});
  334. \t</script>
  335. \t
  336.  ";
  337.         // line 160
  338.         $this->displayBlock('javascripts'$context$blocks);
  339.         // line 164
  340.         echo "
  341. ";
  342.         
  343.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  344.         
  345.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  346.     }
  347.     // line 160
  348.     public function block_javascripts($context, array $blocks = [])
  349.     {
  350.         $macros $this->macros;
  351.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  352.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  353.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  354.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  355.         // line 161
  356.         echo "    ";
  357.         $this->displayParentBlock("javascripts"$context$blocks);
  358.         echo "
  359.     <script src=\"";
  360.         // line 162
  361.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/homepage.js"), "html"nulltrue);
  362.         echo "\"></script>
  363. \t";
  364.         
  365.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  366.         
  367.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  368.     }
  369.     public function getTemplateName()
  370.     {
  371.         return "course/index.html.twig";
  372.     }
  373.     public function isTraitable()
  374.     {
  375.         return false;
  376.     }
  377.     public function getDebugInfo()
  378.     {
  379.         return array (  391 => 162,  386 => 161,  376 => 160,  364 => 164,  362 => 160,  355 => 156,  329 => 141,  324 => 138,  321 => 137,  315 => 136,  310 => 134,  298 => 128,  294 => 126,  287 => 123,  279 => 122,  275 => 121,  272 => 120,  270 => 119,  266 => 118,  252 => 107,  249 => 106,  242 => 104,  240 => 103,  228 => 98,  224 => 97,  219 => 94,  217 => 93,  214 => 92,  209 => 91,  207 => 90,  204 => 89,  202 => 88,  174 => 62,  167 => 60,  161 => 57,  156 => 56,  150 => 53,  141 => 52,  139 => 51,  136 => 50,  134 => 48,  133 => 46,  130 => 45,  125 => 44,  121 => 42,  117 => 40,  115 => 39,  111 => 38,  107 => 37,  101 => 33,  99 => 32,  69 => 4,  59 => 3,  36 => 1,);
  380.     }
  381.     public function getSourceContext()
  382.     {
  383.         return new Source("{% extends 'base.html.twig' %}
  384. {% block body %}
  385. <style>
  386. /* HIDE RADIO */
  387. [type=radio] { 
  388.   position: absolute;
  389.   opacity: 0;
  390.   width: 0;
  391.   height: 0;
  392. }
  393. /* IMAGE STYLES */
  394. [type=radio] + img {
  395.   cursor: pointer;
  396. }
  397. /* CHECKED STYLES */
  398. [type=radio]:checked + img {
  399.   outline: 2px solid #198754;
  400. }
  401. html {
  402.   scroll-behavior: smooth;
  403. }
  404. </style>
  405.     
  406. \t\t\t\t\t
  407. \t\t\t\t\t\t\t
  408. \t\t\t\t\t\t\t{% embed \"nav.html.twig\" %}{% endembed %}
  409. \t\t\t\t\t\t\t
  410. \t\t\t\t\t\t
  411. \t\t\t\t\t\t<div class=\"content\" style=\"text-align:center; padding-top: 3em;\"  >
  412. \t\t\t\t\t\t\t
  413. \t\t\t\t\t\t\t<label for=\"placeSelecter\" style=\"{{color}}; display:none\" >Ort</label>
  414. \t\t\t\t\t\t\t<select id=\"placeSelecter\" style=\"display:none\" onchange=\"loadContent('{{url}}')\">
  415. \t\t\t\t\t\t\t\t{% if placeid is defined %}
  416. \t\t\t\t\t\t\t\t<option value=\"\">Bitte w&auml;hlen</option>
  417. \t\t\t\t\t\t\t\t{% else %}
  418. \t\t\t\t\t\t\t\t<option value=\"\" selected>Bitte w&auml;hlen</option>
  419. \t\t\t\t\t\t\t\t{% endif %}
  420. \t\t\t\t\t\t\t\t{% for k,v in places %}
  421. \t\t\t\t\t\t\t\t\t{% set replaces = {
  422. \t\t\t\t\t\t\t\t\t\t' - ' : '',
  423. \t\t\t\t\t\t\t\t\t\t(k)  : ''
  424. \t\t\t\t\t\t\t\t\t} %}
  425. \t\t\t\t\t\t\t\t\t{% if placeid is defined %}
  426. \t\t\t\t\t\t\t\t\t<option value=\"{{ k }}\"{% if placeid == k %} selected=\"selected\" {% endif %}  >
  427. \t\t\t\t\t\t\t\t\t{{ v|replace(replaces)|trim }}
  428. \t\t\t\t\t\t\t\t\t</option>
  429. \t\t\t\t\t\t\t\t\t{% else %}
  430. \t\t\t\t\t\t\t\t\t<option value=\"{{ k }}\"  >
  431. \t\t\t\t\t\t\t\t\t{{ v|replace(replaces)|trim }}
  432. \t\t\t\t\t\t\t\t\t</option>
  433. \t\t\t\t\t\t\t\t\t{% endif %}
  434. \t\t\t\t\t\t\t\t\t
  435. \t\t\t\t\t\t\t\t{% endfor %}
  436. \t\t\t\t\t\t\t\t
  437. \t\t\t\t\t\t\t</select>\t\t
  438. \t\t\t\t\t\t
  439. <style>
  440. .labl {
  441.     /*display : block;*/
  442.     width: 100%;
  443. }
  444. .labl > input{ /* HIDE RADIO */
  445.     visibility: hidden; /* Makes input not-clickable */
  446.     position: absolute; /* Remove input from document flow */
  447. }
  448. .labl > input + div{ /* DIV STYLES */
  449.     cursor:pointer;
  450.     border:2px solid transparent;
  451. }
  452. </style>
  453. <div class=\"service\">
  454.             <div class=\"container\">
  455.                 <div class=\"section-header text-center wow zoomIn\" data-wow-delay=\"0.1s\">
  456.                     <!--<p>What we do</p>-->
  457.                     <h2>Kategorien</h2>
  458.                 </div>
  459. \t\t\t\t<div class=\"row\">
  460. {% set i = 0  %}
  461. \t\t\t\t\t\t\t{% if placeid is defined  %}
  462. \t\t\t\t\t\t\t\t{% for row in categories %}
  463. \t\t\t\t\t\t\t\t
  464. \t\t\t\t\t\t\t\t{% if allowedCat[row.id] == '1' %}
  465. \t\t\t\t\t\t\t\t\t\t
  466. \t\t\t\t\t\t\t\t\t\t\t<div class=\"col-lg-4 col-md-6 wow fadeInUp\" data-wow-delay=\"0.0s\">
  467. \t\t\t\t\t\t\t\t\t\t\t\t<label id=\"category{{i}}label\" class=\"labl\">
  468. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"category\" id=\"category{{i}}\" class=\"categoryImg\" value=\"{{row.id}}\"  onchange=\"loadContent('{{url}}',0)\">
  469. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"service-item\">
  470. \t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"service-icon\">
  471. \t\t\t\t\t\t\t\t\t\t\t\t\t
  472. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<!--<i class=\"flaticon-workout\"></i>-->
  473. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if catimg[row.id] is defined %}
  474. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ url }}{{ catimg[row.Id] }}\" width=\"50\" height=\"50\" style=\"z-index:9999\" />
  475. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  476. \t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  477. \t\t\t\t\t\t\t\t\t\t\t\t\t<h3>{{ row.ccname }}</h3>
  478. \t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  479. \t\t\t\t\t\t\t\t\t\t\t\t\t\t&nbsp;
  480. \t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  481. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  482. \t\t\t\t\t\t\t\t\t\t\t\t\t</label>
  483. \t\t\t\t\t\t\t\t\t\t\t</div>
  484. \t\t\t\t\t\t\t\t\t\t
  485. \t\t\t\t\t\t\t\t\t\t<!--
  486. \t\t\t\t\t\t\t\t\t\t<div class=\"col-sm\" align=\"left\"  >
  487. \t\t\t\t\t\t\t\t\t\t\t<div style=\"max-width: 200px; background-color: {{ mainboxColor }}\" >
  488. \t\t\t\t\t\t\t\t\t\t\t\t{% if catimg[row.id] is defined %}
  489. \t\t\t\t\t\t\t\t\t\t\t\t\t
  490. \t\t\t\t\t\t\t\t\t\t\t\t\t<label id=\"category{{i}}label\" style=\"display:contents\">
  491. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"category\" id=\"category{{i}}\" class=\"categoryImg\" value=\"{{row.id}}\"  onchange=\"loadContent('{{url}}')\">
  492. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"imgWithHighlightBorder\" width=\"200px\" height=\"200px\" style=\"cursor:pointer\" src=\"{{ url }}{{ catimg[row.Id] }}\">
  493. \t\t\t\t\t\t\t\t\t\t\t\t\t</label>
  494. \t\t\t\t\t\t\t\t\t\t\t\t{% else  %}
  495. \t\t\t\t\t\t\t\t\t\t\t\tIMAGE NOT FOUND
  496. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  497. \t\t\t\t\t\t\t\t\t\t\t\t<span style=\"{{color}};\"   >{{ row.ccname }}    </span>
  498. \t\t\t\t\t\t\t\t\t\t\t\t<br />
  499. \t\t\t\t\t\t\t\t\t\t\t</div>
  500. \t\t\t\t\t\t\t\t\t\t</div>-->
  501. \t\t\t\t\t\t\t\t\t\t
  502. \t\t\t\t\t\t\t\t\t\t
  503. \t\t\t\t\t\t\t\t{% set i = i + 1 %}\t
  504. \t\t\t\t\t\t\t\t{% endif %}
  505. \t\t\t\t\t\t\t\t{% endfor %}
  506. \t\t\t\t\t\t\t{% endif %}
  507. \t\t\t\t\t\t
  508. \t\t\t\t\t\t\t<hr style=\"margin-top: 1em\"></hr>
  509. \t\t\t\t\t\t
  510. \t\t\t\t\t\t\t<label style=\"{{color}}\"><h3 style=\"{{color}};\" >{% if company == 'KVO' %}Anwendungen und Behandlungen{% else %}Kurse{% endif %}</h3></label>
  511. \t\t\t\t\t</div>
  512. \t\t\t\t</div>
  513. \t\t\t</div>
  514. \t\t\t\t\t\t\t<div id=\"content\" class=\"container\" ></div>
  515. \t\t\t\t\t\t</div>
  516. \t\t\t\t\t</section>
  517. \t\t\t\t</div>
  518. \t\t\t</section>
  519. \t<script>
  520. \t\$(function () 
  521. \t{
  522. \t\tloadContent('{{ url }}');
  523. \t});
  524. \t</script>
  525. \t
  526.  {% block javascripts %}
  527.     {{ parent() }}
  528.     <script src=\"{{ asset('js/homepage.js') }}\"></script>
  529. \t{% endblock %}
  530. {% endblock %}""course/index.html.twig""/var/www/vhosts/essener-sportbund.de/kursetest.essener-sport-betriebsgesellschaft.de/kurstool/templates/course/index.html.twig");
  531.     }
  532. }
  533. /* course/index.html.twig */
  534. class __TwigTemplate_8bb8d444272e179a1cf6c938a5a88b71733728466b47765d4d33d8f9f1f62d3e___1955323604 extends Template
  535. {
  536.     private $source;
  537.     private $macros = [];
  538.     public function __construct(Environment $env)
  539.     {
  540.         parent::__construct($env);
  541.         $this->source $this->getSourceContext();
  542.         $this->blocks = [
  543.         ];
  544.     }
  545.     protected function doGetParent(array $context)
  546.     {
  547.         // line 32
  548.         return "nav.html.twig";
  549.     }
  550.     protected function doDisplay(array $context, array $blocks = [])
  551.     {
  552.         $macros $this->macros;
  553.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  554.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""course/index.html.twig"));
  555.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  556.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""course/index.html.twig"));
  557.         $this->parent $this->loadTemplate("nav.html.twig""course/index.html.twig"32);
  558.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  559.         
  560.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  561.         
  562.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  563.     }
  564.     public function getTemplateName()
  565.     {
  566.         return "course/index.html.twig";
  567.     }
  568.     public function isTraitable()
  569.     {
  570.         return false;
  571.     }
  572.     public function getDebugInfo()
  573.     {
  574.         return array (  608 => 32,  391 => 162,  386 => 161,  376 => 160,  364 => 164,  362 => 160,  355 => 156,  329 => 141,  324 => 138,  321 => 137,  315 => 136,  310 => 134,  298 => 128,  294 => 126,  287 => 123,  279 => 122,  275 => 121,  272 => 120,  270 => 119,  266 => 118,  252 => 107,  249 => 106,  242 => 104,  240 => 103,  228 => 98,  224 => 97,  219 => 94,  217 => 93,  214 => 92,  209 => 91,  207 => 90,  204 => 89,  202 => 88,  174 => 62,  167 => 60,  161 => 57,  156 => 56,  150 => 53,  141 => 52,  139 => 51,  136 => 50,  134 => 48,  133 => 46,  130 => 45,  125 => 44,  121 => 42,  117 => 40,  115 => 39,  111 => 38,  107 => 37,  101 => 33,  99 => 32,  69 => 4,  59 => 3,  36 => 1,);
  575.     }
  576.     public function getSourceContext()
  577.     {
  578.         return new Source("{% extends 'base.html.twig' %}
  579. {% block body %}
  580. <style>
  581. /* HIDE RADIO */
  582. [type=radio] { 
  583.   position: absolute;
  584.   opacity: 0;
  585.   width: 0;
  586.   height: 0;
  587. }
  588. /* IMAGE STYLES */
  589. [type=radio] + img {
  590.   cursor: pointer;
  591. }
  592. /* CHECKED STYLES */
  593. [type=radio]:checked + img {
  594.   outline: 2px solid #198754;
  595. }
  596. html {
  597.   scroll-behavior: smooth;
  598. }
  599. </style>
  600.     
  601. \t\t\t\t\t
  602. \t\t\t\t\t\t\t
  603. \t\t\t\t\t\t\t{% embed \"nav.html.twig\" %}{% endembed %}
  604. \t\t\t\t\t\t\t
  605. \t\t\t\t\t\t
  606. \t\t\t\t\t\t<div class=\"content\" style=\"text-align:center; padding-top: 3em;\"  >
  607. \t\t\t\t\t\t\t
  608. \t\t\t\t\t\t\t<label for=\"placeSelecter\" style=\"{{color}}; display:none\" >Ort</label>
  609. \t\t\t\t\t\t\t<select id=\"placeSelecter\" style=\"display:none\" onchange=\"loadContent('{{url}}')\">
  610. \t\t\t\t\t\t\t\t{% if placeid is defined %}
  611. \t\t\t\t\t\t\t\t<option value=\"\">Bitte w&auml;hlen</option>
  612. \t\t\t\t\t\t\t\t{% else %}
  613. \t\t\t\t\t\t\t\t<option value=\"\" selected>Bitte w&auml;hlen</option>
  614. \t\t\t\t\t\t\t\t{% endif %}
  615. \t\t\t\t\t\t\t\t{% for k,v in places %}
  616. \t\t\t\t\t\t\t\t\t{% set replaces = {
  617. \t\t\t\t\t\t\t\t\t\t' - ' : '',
  618. \t\t\t\t\t\t\t\t\t\t(k)  : ''
  619. \t\t\t\t\t\t\t\t\t} %}
  620. \t\t\t\t\t\t\t\t\t{% if placeid is defined %}
  621. \t\t\t\t\t\t\t\t\t<option value=\"{{ k }}\"{% if placeid == k %} selected=\"selected\" {% endif %}  >
  622. \t\t\t\t\t\t\t\t\t{{ v|replace(replaces)|trim }}
  623. \t\t\t\t\t\t\t\t\t</option>
  624. \t\t\t\t\t\t\t\t\t{% else %}
  625. \t\t\t\t\t\t\t\t\t<option value=\"{{ k }}\"  >
  626. \t\t\t\t\t\t\t\t\t{{ v|replace(replaces)|trim }}
  627. \t\t\t\t\t\t\t\t\t</option>
  628. \t\t\t\t\t\t\t\t\t{% endif %}
  629. \t\t\t\t\t\t\t\t\t
  630. \t\t\t\t\t\t\t\t{% endfor %}
  631. \t\t\t\t\t\t\t\t
  632. \t\t\t\t\t\t\t</select>\t\t
  633. \t\t\t\t\t\t
  634. <style>
  635. .labl {
  636.     /*display : block;*/
  637.     width: 100%;
  638. }
  639. .labl > input{ /* HIDE RADIO */
  640.     visibility: hidden; /* Makes input not-clickable */
  641.     position: absolute; /* Remove input from document flow */
  642. }
  643. .labl > input + div{ /* DIV STYLES */
  644.     cursor:pointer;
  645.     border:2px solid transparent;
  646. }
  647. </style>
  648. <div class=\"service\">
  649.             <div class=\"container\">
  650.                 <div class=\"section-header text-center wow zoomIn\" data-wow-delay=\"0.1s\">
  651.                     <!--<p>What we do</p>-->
  652.                     <h2>Kategorien</h2>
  653.                 </div>
  654. \t\t\t\t<div class=\"row\">
  655. {% set i = 0  %}
  656. \t\t\t\t\t\t\t{% if placeid is defined  %}
  657. \t\t\t\t\t\t\t\t{% for row in categories %}
  658. \t\t\t\t\t\t\t\t
  659. \t\t\t\t\t\t\t\t{% if allowedCat[row.id] == '1' %}
  660. \t\t\t\t\t\t\t\t\t\t
  661. \t\t\t\t\t\t\t\t\t\t\t<div class=\"col-lg-4 col-md-6 wow fadeInUp\" data-wow-delay=\"0.0s\">
  662. \t\t\t\t\t\t\t\t\t\t\t\t<label id=\"category{{i}}label\" class=\"labl\">
  663. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"category\" id=\"category{{i}}\" class=\"categoryImg\" value=\"{{row.id}}\"  onchange=\"loadContent('{{url}}',0)\">
  664. \t\t\t\t\t\t\t\t\t\t\t\t<div class=\"service-item\">
  665. \t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"service-icon\">
  666. \t\t\t\t\t\t\t\t\t\t\t\t\t
  667. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<!--<i class=\"flaticon-workout\"></i>-->
  668. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if catimg[row.id] is defined %}
  669. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ url }}{{ catimg[row.Id] }}\" width=\"50\" height=\"50\" style=\"z-index:9999\" />
  670. \t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  671. \t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  672. \t\t\t\t\t\t\t\t\t\t\t\t\t<h3>{{ row.ccname }}</h3>
  673. \t\t\t\t\t\t\t\t\t\t\t\t\t<p>
  674. \t\t\t\t\t\t\t\t\t\t\t\t\t\t&nbsp;
  675. \t\t\t\t\t\t\t\t\t\t\t\t\t</p>
  676. \t\t\t\t\t\t\t\t\t\t\t\t</div>
  677. \t\t\t\t\t\t\t\t\t\t\t\t\t</label>
  678. \t\t\t\t\t\t\t\t\t\t\t</div>
  679. \t\t\t\t\t\t\t\t\t\t
  680. \t\t\t\t\t\t\t\t\t\t<!--
  681. \t\t\t\t\t\t\t\t\t\t<div class=\"col-sm\" align=\"left\"  >
  682. \t\t\t\t\t\t\t\t\t\t\t<div style=\"max-width: 200px; background-color: {{ mainboxColor }}\" >
  683. \t\t\t\t\t\t\t\t\t\t\t\t{% if catimg[row.id] is defined %}
  684. \t\t\t\t\t\t\t\t\t\t\t\t\t
  685. \t\t\t\t\t\t\t\t\t\t\t\t\t<label id=\"category{{i}}label\" style=\"display:contents\">
  686. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"category\" id=\"category{{i}}\" class=\"categoryImg\" value=\"{{row.id}}\"  onchange=\"loadContent('{{url}}')\">
  687. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<img class=\"imgWithHighlightBorder\" width=\"200px\" height=\"200px\" style=\"cursor:pointer\" src=\"{{ url }}{{ catimg[row.Id] }}\">
  688. \t\t\t\t\t\t\t\t\t\t\t\t\t</label>
  689. \t\t\t\t\t\t\t\t\t\t\t\t{% else  %}
  690. \t\t\t\t\t\t\t\t\t\t\t\tIMAGE NOT FOUND
  691. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  692. \t\t\t\t\t\t\t\t\t\t\t\t<span style=\"{{color}};\"   >{{ row.ccname }}    </span>
  693. \t\t\t\t\t\t\t\t\t\t\t\t<br />
  694. \t\t\t\t\t\t\t\t\t\t\t</div>
  695. \t\t\t\t\t\t\t\t\t\t</div>-->
  696. \t\t\t\t\t\t\t\t\t\t
  697. \t\t\t\t\t\t\t\t\t\t
  698. \t\t\t\t\t\t\t\t{% set i = i + 1 %}\t
  699. \t\t\t\t\t\t\t\t{% endif %}
  700. \t\t\t\t\t\t\t\t{% endfor %}
  701. \t\t\t\t\t\t\t{% endif %}
  702. \t\t\t\t\t\t
  703. \t\t\t\t\t\t\t<hr style=\"margin-top: 1em\"></hr>
  704. \t\t\t\t\t\t
  705. \t\t\t\t\t\t\t<label style=\"{{color}}\"><h3 style=\"{{color}};\" >{% if company == 'KVO' %}Anwendungen und Behandlungen{% else %}Kurse{% endif %}</h3></label>
  706. \t\t\t\t\t</div>
  707. \t\t\t\t</div>
  708. \t\t\t</div>
  709. \t\t\t\t\t\t\t<div id=\"content\" class=\"container\" ></div>
  710. \t\t\t\t\t\t</div>
  711. \t\t\t\t\t</section>
  712. \t\t\t\t</div>
  713. \t\t\t</section>
  714. \t<script>
  715. \t\$(function () 
  716. \t{
  717. \t\tloadContent('{{ url }}');
  718. \t});
  719. \t</script>
  720. \t
  721.  {% block javascripts %}
  722.     {{ parent() }}
  723.     <script src=\"{{ asset('js/homepage.js') }}\"></script>
  724. \t{% endblock %}
  725. {% endblock %}""course/index.html.twig""/var/www/vhosts/essener-sportbund.de/kursetest.essener-sport-betriebsgesellschaft.de/kurstool/templates/course/index.html.twig");
  726.     }
  727. }