var\cache\dev\twig\ee\eef302892f60340c7fdc75a8e0c9e0cf.php line 69

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. /* @ProjectBizPortal/layout/boilerplate/main.html.twig */
  16. class __TwigTemplate_e0568a934ecf356d0eec3fcf6e906c15 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->parent false;
  28.         $this->blocks = [
  29.             'head' => [$this'block_head'],
  30.             'title' => [$this'block_title'],
  31.             'stylesheets' => [$this'block_stylesheets'],
  32.             'page_css' => [$this'block_page_css'],
  33.             'styles' => [$this'block_styles'],
  34.             'theme_styles' => [$this'block_theme_styles'],
  35.             'body' => [$this'block_body'],
  36.             'nav' => [$this'block_nav'],
  37.             'modals' => [$this'block_modals'],
  38.             'flashbag' => [$this'block_flashbag'],
  39.             'content' => [$this'block_content'],
  40.             'contextmenu' => [$this'block_contextmenu'],
  41.             'footer' => [$this'block_footer'],
  42.             'javascripts' => [$this'block_javascripts'],
  43.             'page_javascripts' => [$this'block_page_javascripts'],
  44.         ];
  45.     }
  46.     protected function doDisplay(array $context, array $blocks = []): iterable
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ProjectBizPortal/layout/boilerplate/main.html.twig"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ProjectBizPortal/layout/boilerplate/main.html.twig"));
  53.         // line 1
  54.         yield "<!DOCTYPE html>
  55. <html>
  56. \t";
  57.         // line 3
  58.         yield from $this->unwrap()->yieldBlock('head'$context$blocks);
  59.         // line 97
  60.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  61.         // line 218
  62.         yield "</html>
  63. ";
  64.         
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  66.         
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  68.         yield from [];
  69.     }
  70.     // line 3
  71.     /**
  72.      * @return iterable<null|scalar|\Stringable>
  73.      */
  74.     public function block_head(array $context, array $blocks = []): iterable
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  81.         // line 4
  82.         yield "\t\t<head>
  83. \t\t\t<style>
  84. \t\t\t\tbody {
  85. \t\t\t\t\tvisibility: hidden;
  86. \t\t\t\t}
  87. \t\t\t\t/*table {
  88. \t\t\t\t\ttable-layout: fixed;
  89. \t\t\t\t\twidth: 100%;
  90. \t\t\t\t}*/
  91. \t\t\t\ttable th,
  92. \t\t\t\ttable td {
  93. \t\t\t\t\twhite-space: nowrap;
  94. \t\t\t\t\toverflow: hidden;
  95. \t\t\t\t\ttext-overflow: ellipsis;
  96. \t\t\t\t\tbox-sizing: border-box;
  97. \t\t\t\t}
  98. \t\t\t\t/* coloums widths */
  99. \t\t\t\ttable th:nth-child(1),
  100. \t\t\t\ttable td:nth-child(1) {
  101. \t\t\t\t\twidth: 100px;
  102. \t\t\t\t}
  103. \t\t\t\t/*
  104. \t\t\t\ttable th:nth-child(2),
  105. \t\t\t\ttable td:nth-child(2) {
  106. \t\t\t\t\twidth: 500px;
  107. \t\t\t\t}
  108. \t\t\t\t/* other coloums default */ /*
  109. \t\t\t\ttable th:nth-child(n + 3),
  110. \t\t\t\ttable td:nth-child(n + 3) {
  111. \t\t\t\t\twidth: 140px;
  112. \t\t\t\t}
  113. */
  114. \t\t\t\t/* özel override - Font Awesome ikon büyütme */
  115. \t\t\t\ta.fa.fa-plus-square {
  116. \t\t\t\t\tfont-size: 3em !important;
  117. \t\t\t\t\tcolor: #2F70C2 !important;
  118. \t\t\t\t\tvertical-align: middle !important;
  119. \t\t\t\t\tline-height: 1 !important;
  120. \t\t\t\t\tmargin-top: 6px !important;
  121. \t\t\t\t}
  122. \t\t\t</style>
  123. \t\t\t<meta charset=\"utf-8\">
  124. \t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  125. \t\t\t<title>
  126. \t\t\t\t";
  127.         // line 52
  128.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  129.         // line 54
  130.         yield "\t\t\t</title>
  131. \t\t\t";
  132.         // line 56
  133.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  134.         // line 74
  135.         yield "
  136. \t\t\t<style type=\"text/css\">
  137. \t\t\t\t.navBg {
  138. \t\t\t\t\tbackground-color: ";
  139.         // line 77
  140.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["colors"]) || array_key_exists("colors"$context) ? $context["colors"] : (function () { throw new RuntimeError('Variable "colors" does not exist.'77$this->source); })()), "navBg", [], "any"falsefalsefalse77), "html"nulltrue);
  141.         yield "
  142. \t\t\t\t}
  143. \t\t\t\t";
  144.         // line 81
  145.         if ( !(isset($context["print_colors"]) || array_key_exists("print_colors"$context) ? $context["print_colors"] : (function () { throw new RuntimeError('Variable "print_colors" does not exist.'81$this->source); })())) {
  146.             // line 82
  147.             yield "\t\t\t\t\t@media print {
  148. \t\t\t\t\t\t* {
  149. \t\t\t\t\t\t\tbackground-color: transparent !important;
  150. \t\t\t\t\t\t\tcolor: #000 !important;
  151. \t\t\t\t\t\t}
  152. \t\t\t\t\t}
  153. \t\t\t\t";
  154.         }
  155.         // line 89
  156.         yield "\t\t\t</style>
  157. \t\t\t";
  158.         // line 90
  159.         yield from $this->unwrap()->yieldBlock('styles'$context$blocks);
  160.         // line 91
  161.         yield "
  162. \t\t\t";
  163.         // line 92
  164.         yield from $this->unwrap()->yieldBlock('theme_styles'$context$blocks);
  165.         // line 95
  166.         yield "\t\t</head>
  167. \t</html>
  168. </head>";
  169.         
  170.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  171.         
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  173.         yield from [];
  174.     }
  175.     // line 52
  176.     /**
  177.      * @return iterable<null|scalar|\Stringable>
  178.      */
  179.     public function block_title(array $context, array $blocks = []): iterable
  180.     {
  181.         $macros $this->macros;
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  185.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  186.         yield "Test
  187. \t\t\t\t";
  188.         
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  190.         
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  192.         yield from [];
  193.     }
  194.     // line 56
  195.     /**
  196.      * @return iterable<null|scalar|\Stringable>
  197.      */
  198.     public function block_stylesheets(array $context, array $blocks = []): iterable
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  203.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  205.         // line 57
  206.         yield "
  207. \t\t\t\t";
  208.         // line 58
  209.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  210.         yield "
  211. \t\t\t\t";
  212.         // line 59
  213.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("assetic/bootstrap_css");
  214.         yield "
  215. \t\t\t\t<link href=\"";
  216.         // line 60
  217.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/b02b8a0.css"), "html"nulltrue);
  218.         yield "\" rel=\"stylesheet\"/>
  219. \t\t\t\t<link href=\"";
  220.         // line 61
  221.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/97876bb.css"), "html"nulltrue);
  222.         yield "\" rel=\"stylesheet\"/>
  223. \t\t\t\t<link href=\"";
  224.         // line 62
  225.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/font-awesome.min.css"), "html"nulltrue);
  226.         yield "\" rel=\"stylesheet\"/>
  227. \t\t\t\t<link href=\"";
  228.         // line 63
  229.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/jquery.multiselect2side.css"), "html"nulltrue);
  230.         yield "\" rel=\"stylesheet\"/>
  231. \t\t\t\t<link href=\"";
  232.         // line 64
  233.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/ms2side.css"), "html"nulltrue);
  234.         yield "\" rel=\"stylesheet\"/>
  235. \t\t\t\t<link href=\"";
  236.         // line 65
  237.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/jquery-ui-1.11.4.custom.min.css"), "html"nulltrue);
  238.         yield "\" rel=\"stylesheet\"/>
  239. \t\t\t\t";
  240.         // line 66
  241.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/flatpickr");
  242.         yield "
  243. \t\t\t\t";
  244.         // line 67
  245.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/main");
  246.         yield "
  247. \t\t\t\t<link href=\"";
  248.         // line 68
  249.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/submenu.css"), "html"nulltrue);
  250.         yield "\" rel=\"stylesheet\"/>
  251. \t\t\t\t";
  252.         // line 69
  253.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/controlling");
  254.         yield "
  255. \t\t\t\t<link href=\"";
  256.         // line 70
  257.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/css/dropzone.min.css"), "html"nulltrue);
  258.         yield "\" rel=\"stylesheet\"/>
  259. \t\t\t\t";
  260.         // line 72
  261.         yield from $this->unwrap()->yieldBlock('page_css'$context$blocks);
  262.         // line 73
  263.         yield "\t\t\t";
  264.         
  265.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  266.         
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  268.         yield from [];
  269.     }
  270.     // line 72
  271.     /**
  272.      * @return iterable<null|scalar|\Stringable>
  273.      */
  274.     public function block_page_css(array $context, array $blocks = []): iterable
  275.     {
  276.         $macros $this->macros;
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_css"));
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  280.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_css"));
  281.         
  282.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  283.         
  284.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  285.         yield from [];
  286.     }
  287.     // line 90
  288.     /**
  289.      * @return iterable<null|scalar|\Stringable>
  290.      */
  291.     public function block_styles(array $context, array $blocks = []): iterable
  292.     {
  293.         $macros $this->macros;
  294.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  298.         
  299.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  300.         
  301.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  302.         yield from [];
  303.     }
  304.     // line 92
  305.     /**
  306.      * @return iterable<null|scalar|\Stringable>
  307.      */
  308.     public function block_theme_styles(array $context, array $blocks = []): iterable
  309.     {
  310.         $macros $this->macros;
  311.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""theme_styles"));
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  314.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""theme_styles"));
  315.         // line 93
  316.         yield "\t\t\t\t";
  317.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.theme-styles.html.twig");
  318.         yield "
  319. \t\t\t";
  320.         
  321.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  322.         
  323.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  324.         yield from [];
  325.     }
  326.     // line 97
  327.     /**
  328.      * @return iterable<null|scalar|\Stringable>
  329.      */
  330.     public function block_body(array $context, array $blocks = []): iterable
  331.     {
  332.         $macros $this->macros;
  333.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  334.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  335.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  336.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  337.         // line 98
  338.         yield "<body style=\"padding-top: 120px\" ";
  339.         yield $this->extensions['ProjectBiz\PortalBundle\Twig\BodyClassExtension']->getBodyClass();
  340.         yield ">
  341. \t<div id=\"page\">
  342. \t\t";
  343.         // line 100
  344.         yield from $this->unwrap()->yieldBlock('nav'$context$blocks);
  345.         // line 101
  346.         yield "
  347. \t\t";
  348.         // line 102
  349.         yield from $this->unwrap()->yieldBlock('modals'$context$blocks);
  350.         // line 105
  351.         yield "
  352. \t\t";
  353.         // line 106
  354.         yield from $this->unwrap()->yieldBlock('flashbag'$context$blocks);
  355.         // line 109
  356.         yield "
  357. \t\t";
  358.         // line 110
  359.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  360.         // line 113
  361.         yield "
  362. \t\t<br style=\"clear: both\">
  363. \t\t";
  364.         // line 116
  365.         yield from $this->unwrap()->yieldBlock('contextmenu'$context$blocks);
  366.         // line 128
  367.         yield "\t</div>
  368. \t";
  369.         // line 130
  370.         yield from $this->unwrap()->yieldBlock('footer'$context$blocks);
  371.         // line 133
  372.         yield "
  373. \t";
  374.         // line 134
  375.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  376.         // line 213
  377.         yield "\t<script>
  378. \t\twindow.addEventListener('load', function () {
  379. document.body.style.visibility = 'visible';
  380. });
  381. \t</script>
  382. </body>";
  383.         
  384.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  385.         
  386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  387.         yield from [];
  388.     }
  389.     // line 100
  390.     /**
  391.      * @return iterable<null|scalar|\Stringable>
  392.      */
  393.     public function block_nav(array $context, array $blocks = []): iterable
  394.     {
  395.         $macros $this->macros;
  396.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  397.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""nav"));
  398.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  399.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""nav"));
  400.         
  401.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  402.         
  403.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  404.         yield from [];
  405.     }
  406.     // line 102
  407.     /**
  408.      * @return iterable<null|scalar|\Stringable>
  409.      */
  410.     public function block_modals(array $context, array $blocks = []): iterable
  411.     {
  412.         $macros $this->macros;
  413.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  414.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  415.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  416.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  417.         // line 103
  418.         yield "\t\t\t";
  419.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.popup-modal.html.twig");
  420.         yield "
  421. \t\t";
  422.         
  423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  424.         
  425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  426.         yield from [];
  427.     }
  428.     // line 106
  429.     /**
  430.      * @return iterable<null|scalar|\Stringable>
  431.      */
  432.     public function block_flashbag(array $context, array $blocks = []): iterable
  433.     {
  434.         $macros $this->macros;
  435.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  436.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashbag"));
  437.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  438.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashbag"));
  439.         // line 107
  440.         yield "\t\t\t";
  441.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.flashbag.html.twig");
  442.         yield "
  443. \t\t";
  444.         
  445.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  446.         
  447.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  448.         yield from [];
  449.     }
  450.     // line 110
  451.     /**
  452.      * @return iterable<null|scalar|\Stringable>
  453.      */
  454.     public function block_content(array $context, array $blocks = []): iterable
  455.     {
  456.         $macros $this->macros;
  457.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  458.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  459.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  460.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  461.         // line 111
  462.         yield "\t\t\t<h1>Die Seite sollten den Inhaltsblock füllen.</h1>
  463. \t\t";
  464.         
  465.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  466.         
  467.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  468.         yield from [];
  469.     }
  470.     // line 116
  471.     /**
  472.      * @return iterable<null|scalar|\Stringable>
  473.      */
  474.     public function block_contextmenu(array $context, array $blocks = []): iterable
  475.     {
  476.         $macros $this->macros;
  477.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  478.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contextmenu"));
  479.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  480.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contextmenu"));
  481.         // line 117
  482.         yield "\t\t\t<div id=\"context-menu\">
  483. \t\t\t\t<ul class=\"dropdown-menu\" role=\"menu\">
  484. \t\t\t\t\t<li>
  485. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Action</a>
  486. \t\t\t\t\t</li>
  487. \t\t\t\t\t<li>
  488. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Separated link</a>
  489. \t\t\t\t\t</li>
  490. \t\t\t\t</ul>
  491. \t\t\t</div>
  492. \t\t";
  493.         
  494.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  495.         
  496.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  497.         yield from [];
  498.     }
  499.     // line 130
  500.     /**
  501.      * @return iterable<null|scalar|\Stringable>
  502.      */
  503.     public function block_footer(array $context, array $blocks = []): iterable
  504.     {
  505.         $macros $this->macros;
  506.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  507.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  508.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  509.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  510.         // line 131
  511.         yield "\t\t";
  512.         yield Twig\Extension\CoreExtension::include($this->env$context"@ProjectBizPortal/layout/include.footer.html.twig");
  513.         yield "
  514. \t";
  515.         
  516.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  517.         
  518.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  519.         yield from [];
  520.     }
  521.     // line 134
  522.     /**
  523.      * @return iterable<null|scalar|\Stringable>
  524.      */
  525.     public function block_javascripts(array $context, array $blocks = []): iterable
  526.     {
  527.         $macros $this->macros;
  528.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  529.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  530.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  531.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  532.         // line 135
  533.         yield "\t\t<script type=\"text/javascript\" defer>
  534. \t\t\tCKEDITOR_BASEPATH = '";
  535.         // line 136
  536.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/ckeditor/"), "html"nulltrue);
  537.         yield "';
  538. \t\t</script>
  539. \t\t";
  540.         // line 139
  541.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  542.         yield "
  543. \t\t";
  544.         // line 141
  545.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("js/ckeditor");
  546.         yield "
  547. \t\t";
  548.         // line 143
  549.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("js/flatpickr.min");
  550.         yield "
  551. \t\t";
  552.         // line 145
  553.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("js/url-search-params-polyfill");
  554.         yield "
  555. \t\t<script type=\"text/javascript\" src=\"";
  556.         // line 148
  557.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/jquery-ui-1.11.4.custom.min.js"), "html"nulltrue);
  558.         yield "\" defer></script>
  559. \t\t<script type=\"text/javascript\" src=\"";
  560.         // line 150
  561.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/bootstrap-contextmenu.js"), "html"nulltrue);
  562.         yield "\" defer></script>
  563. \t\t<script type=\"text/javascript\" src=\"";
  564.         // line 151
  565.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/jquery.floatThead.js"), "html"nulltrue);
  566.         yield "\" defer></script>
  567. \t\t<!-- <script src=\"https://cdnjs.cloudflare.com/ajax/libs/floatthead/2.2.5/jquery.floatThead.min.js\"></script> -->
  568. \t\t<script type=\"text/javascript\" src=\"";
  569.         // line 154
  570.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/auto-increment.js"), "html"nulltrue);
  571.         yield "\" defer></script>
  572. \t\t";
  573.         // line 155
  574.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/table-contextmenu.coffee");
  575.         yield "
  576. \t\t";
  577.         // line 156
  578.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/log-modals.coffee");
  579.         yield "
  580. \t\t";
  581.         // line 157
  582.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/flashbag-modal.coffee");
  583.         yield "
  584. \t\t";
  585.         // line 158
  586.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/prevent-double-click.coffee");
  587.         yield "
  588. \t\t";
  589.         // line 159
  590.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/overflow.coffee");
  591.         yield "
  592. \t\t";
  593.         // line 160
  594.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/tables.coffee");
  595.         yield "
  596. \t\t";
  597.         // line 161
  598.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/rights-editing.coffee");
  599.         yield "
  600. \t\t<script>
  601. \t\t\twindow.PB_ASSETS = window.PB_ASSETS || {};
  602. window.PB_ASSETS.ckeditor = ";
  603.         // line 164
  604.         yield json_encode($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackJsFiles("js/ckeditor"));
  605.         yield ";
  606. window.PB_ASSETS.flatpickr = ";
  607.         // line 165
  608.         yield json_encode($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackJsFiles("js/flatpickr.min"));
  609.         yield ";
  610. window.PB_ASSETS.urlPolyfill = ";
  611.         // line 166
  612.         yield json_encode($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackJsFiles("js/url-search-params-polyfill"));
  613.         yield ";
  614. \t\t</script>
  615. \t\t";
  616.         // line 168
  617.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/enable-plugins.coffee");
  618.         yield "
  619. \t\t";
  620.         // line 169
  621.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("coffee/table-sticky.coffee");
  622.         yield "
  623. \t\t<script type=\"text/javascript\" src=\"";
  624.         // line 170
  625.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/tooltips.js"), "html"nulltrue);
  626.         yield "\" defer></script>
  627. \t\t<script type=\"text/javascript\" src=\"";
  628.         // line 171
  629.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/jquery.multiselect2side.js"), "html"nulltrue);
  630.         yield "\" defer></script>
  631. \t\t<script type=\"text/javascript\" src=\"";
  632.         // line 172
  633.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/help-modal.js"), "html"nulltrue);
  634.         yield "\" defer></script>
  635. \t\t<script type=\"text/javascript\" src=\"";
  636.         // line 173
  637.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/keyboard.js"), "html"nulltrue);
  638.         yield "\" defer></script>
  639. \t\t<script type=\"text/javascript\" src=\"";
  640.         // line 174
  641.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/dsgvo.js"), "html"nulltrue);
  642.         yield "\" defer></script>
  643. \t\t<script type=\"text/javascript\" src=\"";
  644.         // line 175
  645.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/optical-code.js"), "html"nulltrue);
  646.         yield "\" defer></script>
  647. \t\t<script type=\"text/javascript\" src=\"";
  648.         // line 176
  649.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/directory-selection.js"), "html"nulltrue);
  650.         yield "\" defer></script>
  651. \t\t<script type=\"text/javascript\" src=\"";
  652.         // line 177
  653.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/edit-cell.js"), "html"nulltrue);
  654.         yield "\" defer></script>
  655. \t\t<script type=\"text/javascript\" src=\"";
  656.         // line 178
  657.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/custom-notification.js"), "html"nulltrue);
  658.         yield "\" defer></script>
  659. \t\t<script type=\"text/javascript\" src=\"";
  660.         // line 180
  661.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/dropzone.min.js"), "html"nulltrue);
  662.         yield "\" defer></script>
  663. \t\t<script type=\"text/javascript\" src=\"";
  664.         // line 181
  665.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/js/file-upload.js"), "html"nulltrue);
  666.         yield "\" defer></script>
  667. \t\t";
  668.         // line 183
  669.         yield from $this->unwrap()->yieldBlock('page_javascripts'$context$blocks);
  670.         // line 184
  671.         yield "\t\t<script type=\"text/javascript\" defer>
  672. \t\t\twindow.locale = {
  673. search: '";
  674.         // line 186
  675.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Suche"), "html"nulltrue);
  676.         yield "',
  677. emptyList: '";
  678.         // line 187
  679.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Keine Einträge gefunden"), "html"nulltrue);
  680.         yield "'
  681. };";
  682.         // line 188
  683.         if (array_key_exists("panel"$context)) {
  684.             yield "window.spmPanel = '";
  685.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["panel"]) || array_key_exists("panel"$context) ? $context["panel"] : (function () { throw new RuntimeError('Variable "panel" does not exist.'188$this->source); })()), "html"nulltrue);
  686.             yield "'";
  687.         }
  688.         yield "\$(function () {
  689. \$('.ms2side').multiselect2side({
  690. labelTop: '<i class=\\'fa fa-angle-double-up\\'></i>',
  691. labelBottom: '<i class=\\'fa fa-angle-double-down\\'></i>',
  692. labelUp: '<i class=\\'fa fa-angle-up\\'></i>',
  693. labelDown: '<i class=\\'fa fa-angle-down\\'></i>',
  694. labelLeftOne: '<i class=\\'fa fa-angle-left\\'></i>',
  695. labelRightOne: '<i class=\\'fa fa-angle-right\\'></i>',
  696. labelLeftAll: '<i class=\\'fa fa-angle-double-left\\'></i>',
  697. labelRightAll: '<i class=\\'fa fa-angle-double-right\\'></i>',
  698. labelSort: '<i class=\\'fa fa-sort-alpha-asc\\'></i>',
  699. search: '";
  700.         // line 199
  701.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Suchen"), "html"nulltrue);
  702.         yield "',
  703. labelsx: '";
  704.         // line 200
  705.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Verfügbar"), "html"nulltrue);
  706.         yield "',
  707. labeldx: '";
  708.         // line 201
  709.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ausgewählt"), "html"nulltrue);
  710.         yield "'
  711. });
  712. \$(\".modal-dialog\").draggable({handle: \".modal-header\"});
  713. });
  714. window.auto_increment_path = \"";
  715.         // line 207
  716.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("xhr_auto_increment");
  717.         yield "\";
  718. let notifications = ";
  719.         // line 208
  720.         yield $this->extensions['ProjectBiz\PortalBundle\Twig\CustomNotificationExtension']->CustomNotifications();
  721.         yield ";
  722. let notificationsFlagAsShownUrl = '";
  723.         // line 209
  724.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("citibiz.custom_notifications.flag_as_shown");
  725.         yield "';
  726. let pbfSymbol = '";
  727.         // line 210
  728.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/projectbizportal/images/pbf_symbol.png"), "html"nulltrue);
  729.         yield "';
  730. \t\t</script>
  731. \t";
  732.         
  733.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  734.         
  735.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  736.         yield from [];
  737.     }
  738.     // line 183
  739.     /**
  740.      * @return iterable<null|scalar|\Stringable>
  741.      */
  742.     public function block_page_javascripts(array $context, array $blocks = []): iterable
  743.     {
  744.         $macros $this->macros;
  745.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  746.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_javascripts"));
  747.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  748.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_javascripts"));
  749.         
  750.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  751.         
  752.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  753.         yield from [];
  754.     }
  755.     /**
  756.      * @codeCoverageIgnore
  757.      */
  758.     public function getTemplateName(): string
  759.     {
  760.         return "@ProjectBizPortal/layout/boilerplate/main.html.twig";
  761.     }
  762.     /**
  763.      * @codeCoverageIgnore
  764.      */
  765.     public function getDebugInfo(): array
  766.     {
  767.         return array (  843 => 183,  829 => 210,  825 => 209,  821 => 208,  817 => 207,  808 => 201,  804 => 200,  800 => 199,  782 => 188,  778 => 187,  774 => 186,  770 => 184,  768 => 183,  763 => 181,  759 => 180,  754 => 178,  750 => 177,  746 => 176,  742 => 175,  738 => 174,  734 => 173,  730 => 172,  726 => 171,  722 => 170,  718 => 169,  714 => 168,  709 => 166,  705 => 165,  701 => 164,  695 => 161,  691 => 160,  687 => 159,  683 => 158,  679 => 157,  675 => 156,  671 => 155,  667 => 154,  661 => 151,  657 => 150,  652 => 148,  646 => 145,  641 => 143,  636 => 141,  631 => 139,  625 => 136,  622 => 135,  609 => 134,  595 => 131,  582 => 130,  561 => 117,  548 => 116,  536 => 111,  523 => 110,  509 => 107,  496 => 106,  482 => 103,  469 => 102,  447 => 100,  431 => 213,  429 => 134,  426 => 133,  424 => 130,  420 => 128,  418 => 116,  413 => 113,  411 => 110,  408 => 109,  406 => 106,  403 => 105,  401 => 102,  398 => 101,  396 => 100,  390 => 98,  377 => 97,  363 => 93,  350 => 92,  328 => 90,  306 => 72,  295 => 73,  293 => 72,  288 => 70,  284 => 69,  280 => 68,  276 => 67,  272 => 66,  268 => 65,  264 => 64,  260 => 63,  256 => 62,  252 => 61,  248 => 60,  244 => 59,  240 => 58,  237 => 57,  224 => 56,  200 => 52,  187 => 95,  185 => 92,  182 => 91,  180 => 90,  177 => 89,  168 => 82,  166 => 81,  159 => 77,  154 => 74,  152 => 56,  148 => 54,  146 => 52,  96 => 4,  83 => 3,  71 => 218,  69 => 97,  67 => 3,  63 => 1,);
  768.     }
  769.     public function getSourceContext(): Source
  770.     {
  771.         return new Source("<!DOCTYPE html>
  772. <html>
  773. \t{% block head %}
  774. \t\t<head>
  775. \t\t\t<style>
  776. \t\t\t\tbody {
  777. \t\t\t\t\tvisibility: hidden;
  778. \t\t\t\t}
  779. \t\t\t\t/*table {
  780. \t\t\t\t\ttable-layout: fixed;
  781. \t\t\t\t\twidth: 100%;
  782. \t\t\t\t}*/
  783. \t\t\t\ttable th,
  784. \t\t\t\ttable td {
  785. \t\t\t\t\twhite-space: nowrap;
  786. \t\t\t\t\toverflow: hidden;
  787. \t\t\t\t\ttext-overflow: ellipsis;
  788. \t\t\t\t\tbox-sizing: border-box;
  789. \t\t\t\t}
  790. \t\t\t\t/* coloums widths */
  791. \t\t\t\ttable th:nth-child(1),
  792. \t\t\t\ttable td:nth-child(1) {
  793. \t\t\t\t\twidth: 100px;
  794. \t\t\t\t}
  795. \t\t\t\t/*
  796. \t\t\t\ttable th:nth-child(2),
  797. \t\t\t\ttable td:nth-child(2) {
  798. \t\t\t\t\twidth: 500px;
  799. \t\t\t\t}
  800. \t\t\t\t/* other coloums default */ /*
  801. \t\t\t\ttable th:nth-child(n + 3),
  802. \t\t\t\ttable td:nth-child(n + 3) {
  803. \t\t\t\t\twidth: 140px;
  804. \t\t\t\t}
  805. */
  806. \t\t\t\t/* özel override - Font Awesome ikon büyütme */
  807. \t\t\t\ta.fa.fa-plus-square {
  808. \t\t\t\t\tfont-size: 3em !important;
  809. \t\t\t\t\tcolor: #2F70C2 !important;
  810. \t\t\t\t\tvertical-align: middle !important;
  811. \t\t\t\t\tline-height: 1 !important;
  812. \t\t\t\t\tmargin-top: 6px !important;
  813. \t\t\t\t}
  814. \t\t\t</style>
  815. \t\t\t<meta charset=\"utf-8\">
  816. \t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  817. \t\t\t<title>
  818. \t\t\t\t{% block title %}Test
  819. \t\t\t\t{% endblock %}
  820. \t\t\t</title>
  821. \t\t\t{% block stylesheets %}
  822. \t\t\t\t{{ encore_entry_link_tags('app') }}
  823. \t\t\t\t{{ encore_entry_link_tags('assetic/bootstrap_css') }}
  824. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/b02b8a0.css') }}\" rel=\"stylesheet\"/>
  825. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/97876bb.css') }}\" rel=\"stylesheet\"/>
  826. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/font-awesome.min.css') }}\" rel=\"stylesheet\"/>
  827. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/jquery.multiselect2side.css') }}\" rel=\"stylesheet\"/>
  828. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/ms2side.css') }}\" rel=\"stylesheet\"/>
  829. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/jquery-ui-1.11.4.custom.min.css') }}\" rel=\"stylesheet\"/>
  830. \t\t\t\t{{ encore_entry_link_tags('css/flatpickr') }}
  831. \t\t\t\t{{ encore_entry_link_tags('css/main') }}
  832. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/submenu.css') }}\" rel=\"stylesheet\"/>
  833. \t\t\t\t{{ encore_entry_link_tags('css/controlling') }}
  834. \t\t\t\t<link href=\"{{ asset('bundles/projectbizportal/css/dropzone.min.css') }}\" rel=\"stylesheet\"/>
  835. \t\t\t\t{% block page_css %}{% endblock %}
  836. \t\t\t{% endblock %}
  837. \t\t\t<style type=\"text/css\">
  838. \t\t\t\t.navBg {
  839. \t\t\t\t\tbackground-color: {{colors.navBg}}
  840. \t\t\t\t}
  841. \t\t\t\t{% if not print_colors %}
  842. \t\t\t\t\t@media print {
  843. \t\t\t\t\t\t* {
  844. \t\t\t\t\t\t\tbackground-color: transparent !important;
  845. \t\t\t\t\t\t\tcolor: #000 !important;
  846. \t\t\t\t\t\t}
  847. \t\t\t\t\t}
  848. \t\t\t\t{% endif %}
  849. \t\t\t</style>
  850. \t\t\t{% block styles %}{% endblock %}
  851. \t\t\t{% block theme_styles %}
  852. \t\t\t\t{{ include('@ProjectBizPortal/layout/include.theme-styles.html.twig') }}
  853. \t\t\t{% endblock %}
  854. \t\t</head>
  855. \t</html>
  856. </head>{% endblock %}{% block body %}
  857. <body style=\"padding-top: 120px\" {{ bodyclass() }}>
  858. \t<div id=\"page\">
  859. \t\t{% block nav %}{% endblock %}
  860. \t\t{% block modals %}
  861. \t\t\t{{ include('@ProjectBizPortal/layout/include.popup-modal.html.twig') }}
  862. \t\t{% endblock %}
  863. \t\t{% block flashbag %}
  864. \t\t\t{{ include('@ProjectBizPortal/layout/include.flashbag.html.twig') }}
  865. \t\t{% endblock %}
  866. \t\t{% block content %}
  867. \t\t\t<h1>Die Seite sollten den Inhaltsblock füllen.</h1>
  868. \t\t{% endblock %}
  869. \t\t<br style=\"clear: both\">
  870. \t\t{% block contextmenu %}
  871. \t\t\t<div id=\"context-menu\">
  872. \t\t\t\t<ul class=\"dropdown-menu\" role=\"menu\">
  873. \t\t\t\t\t<li>
  874. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Action</a>
  875. \t\t\t\t\t</li>
  876. \t\t\t\t\t<li>
  877. \t\t\t\t\t\t<a tabindex=\"-1\" href=\"#\">Separated link</a>
  878. \t\t\t\t\t</li>
  879. \t\t\t\t</ul>
  880. \t\t\t</div>
  881. \t\t{% endblock %}
  882. \t</div>
  883. \t{% block footer %}
  884. \t\t{{ include('@ProjectBizPortal/layout/include.footer.html.twig') }}
  885. \t{% endblock %}
  886. \t{% block javascripts %}
  887. \t\t<script type=\"text/javascript\" defer>
  888. \t\t\tCKEDITOR_BASEPATH = '{{ asset('bundles/projectbizportal/js/ckeditor/') }}';
  889. \t\t</script>
  890. \t\t{{ encore_entry_script_tags('app') }}
  891. \t\t{{ encore_entry_script_tags('js/ckeditor') }}
  892. \t\t{{ encore_entry_script_tags('js/flatpickr.min') }}
  893. \t\t{{ encore_entry_script_tags('js/url-search-params-polyfill') }}
  894. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/jquery-ui-1.11.4.custom.min.js') }}\" defer></script>
  895. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/bootstrap-contextmenu.js') }}\" defer></script>
  896. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/jquery.floatThead.js') }}\" defer></script>
  897. \t\t<!-- <script src=\"https://cdnjs.cloudflare.com/ajax/libs/floatthead/2.2.5/jquery.floatThead.min.js\"></script> -->
  898. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/auto-increment.js') }}\" defer></script>
  899. \t\t{{ encore_entry_script_tags('coffee/table-contextmenu.coffee') }}
  900. \t\t{{ encore_entry_script_tags('coffee/log-modals.coffee') }}
  901. \t\t{{ encore_entry_script_tags('coffee/flashbag-modal.coffee') }}
  902. \t\t{{ encore_entry_script_tags('coffee/prevent-double-click.coffee') }}
  903. \t\t{{ encore_entry_script_tags('coffee/overflow.coffee') }}
  904. \t\t{{ encore_entry_script_tags('coffee/tables.coffee') }}
  905. \t\t{{ encore_entry_script_tags('coffee/rights-editing.coffee') }}
  906. \t\t<script>
  907. \t\t\twindow.PB_ASSETS = window.PB_ASSETS || {};
  908. window.PB_ASSETS.ckeditor = {{ encore_entry_js_files('js/ckeditor')|json_encode|raw }};
  909. window.PB_ASSETS.flatpickr = {{ encore_entry_js_files('js/flatpickr.min')|json_encode|raw }};
  910. window.PB_ASSETS.urlPolyfill = {{ encore_entry_js_files('js/url-search-params-polyfill')|json_encode|raw }};
  911. \t\t</script>
  912. \t\t{{ encore_entry_script_tags('coffee/enable-plugins.coffee') }}
  913. \t\t{{ encore_entry_script_tags('coffee/table-sticky.coffee') }}
  914. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/tooltips.js') }}\" defer></script>
  915. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/jquery.multiselect2side.js') }}\" defer></script>
  916. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/help-modal.js') }}\" defer></script>
  917. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/keyboard.js') }}\" defer></script>
  918. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/dsgvo.js') }}\" defer></script>
  919. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/optical-code.js') }}\" defer></script>
  920. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/directory-selection.js') }}\" defer></script>
  921. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/edit-cell.js') }}\" defer></script>
  922. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/custom-notification.js') }}\" defer></script>
  923. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/dropzone.min.js') }}\" defer></script>
  924. \t\t<script type=\"text/javascript\" src=\"{{ asset('bundles/projectbizportal/js/file-upload.js') }}\" defer></script>
  925. \t\t{% block page_javascripts %}{% endblock %}
  926. \t\t<script type=\"text/javascript\" defer>
  927. \t\t\twindow.locale = {
  928. search: '{{ 'Suche' | trans }}',
  929. emptyList: '{{ 'Keine Einträge gefunden' | trans }}'
  930. };{% if panel is defined %}window.spmPanel = '{{ panel }}'{% endif %}\$(function () {
  931. \$('.ms2side').multiselect2side({
  932. labelTop: '<i class=\\'fa fa-angle-double-up\\'></i>',
  933. labelBottom: '<i class=\\'fa fa-angle-double-down\\'></i>',
  934. labelUp: '<i class=\\'fa fa-angle-up\\'></i>',
  935. labelDown: '<i class=\\'fa fa-angle-down\\'></i>',
  936. labelLeftOne: '<i class=\\'fa fa-angle-left\\'></i>',
  937. labelRightOne: '<i class=\\'fa fa-angle-right\\'></i>',
  938. labelLeftAll: '<i class=\\'fa fa-angle-double-left\\'></i>',
  939. labelRightAll: '<i class=\\'fa fa-angle-double-right\\'></i>',
  940. labelSort: '<i class=\\'fa fa-sort-alpha-asc\\'></i>',
  941. search: '{{ 'Suchen' | trans }}',
  942. labelsx: '{{ 'Verfügbar' | trans }}',
  943. labeldx: '{{ 'Ausgewählt' | trans }}'
  944. });
  945. \$(\".modal-dialog\").draggable({handle: \".modal-header\"});
  946. });
  947. window.auto_increment_path = \"{{ path('xhr_auto_increment') }}\";
  948. let notifications = {{ custom_notifications() }};
  949. let notificationsFlagAsShownUrl = '{{ path('citibiz.custom_notifications.flag_as_shown') }}';
  950. let pbfSymbol = '{{ asset('bundles/projectbizportal/images/pbf_symbol.png') }}';
  951. \t\t</script>
  952. \t{% endblock %}
  953. \t<script>
  954. \t\twindow.addEventListener('load', function () {
  955. document.body.style.visibility = 'visible';
  956. });
  957. \t</script>
  958. </body>{% endblock %}</html>
  959. ""@ProjectBizPortal/layout/boilerplate/main.html.twig""D:\\srv\\portal\\currenta_sf5\\vendor\\project-biz\\portal-bundle\\src\\Resources\\views\\layout\\boilerplate\\main.html.twig");
  960.     }
  961. }