var/cache/dev/twig/eb/eb731ec4eb96dd0e97bbc20d796f1792.php line 137

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. /* @AdminLTE/layout/default-layout.html.twig */
  15. class __TwigTemplate_541033733f7e103dfa0a159df8668df2 extends Template
  16. {
  17. private $source;
  18. private $macros = [];
  19. public function __construct(Environment $env)
  20. {
  21. parent::__construct($env);
  22. $this->source = $this->getSourceContext();
  23. $this->parent = false;
  24. $this->blocks = [
  25. 'html_start' => [$this, 'block_html_start'],
  26. 'head' => [$this, 'block_head'],
  27. 'title' => [$this, 'block_title'],
  28. 'stylesheets' => [$this, 'block_stylesheets'],
  29. 'body_start' => [$this, 'block_body_start'],
  30. 'after_body_start' => [$this, 'block_after_body_start'],
  31. 'navbar_toggle' => [$this, 'block_navbar_toggle'],
  32. 'navbar_links' => [$this, 'block_navbar_links'],
  33. 'navbar_search' => [$this, 'block_navbar_search'],
  34. 'sidebar_search' => [$this, 'block_sidebar_search'],
  35. 'navbar_start' => [$this, 'block_navbar_start'],
  36. 'navbar_messages' => [$this, 'block_navbar_messages'],
  37. 'navbar_notifications' => [$this, 'block_navbar_notifications'],
  38. 'navbar_tasks' => [$this, 'block_navbar_tasks'],
  39. 'navbar_user' => [$this, 'block_navbar_user'],
  40. 'navbar_end' => [$this, 'block_navbar_end'],
  41. 'navbar_control_sidebar_toggle' => [$this, 'block_navbar_control_sidebar_toggle'],
  42. 'logo_path' => [$this, 'block_logo_path'],
  43. 'logo_mini' => [$this, 'block_logo_mini'],
  44. 'sidebar_user' => [$this, 'block_sidebar_user'],
  45. 'sidebar_nav' => [$this, 'block_sidebar_nav'],
  46. 'page_title' => [$this, 'block_page_title'],
  47. 'breadcrumb' => [$this, 'block_breadcrumb'],
  48. 'page_content_before' => [$this, 'block_page_content_before'],
  49. 'page_content_class' => [$this, 'block_page_content_class'],
  50. 'page_content_start' => [$this, 'block_page_content_start'],
  51. 'page_content' => [$this, 'block_page_content'],
  52. 'page_content_end' => [$this, 'block_page_content_end'],
  53. 'page_content_after' => [$this, 'block_page_content_after'],
  54. 'footer' => [$this, 'block_footer'],
  55. 'control_sidebar' => [$this, 'block_control_sidebar'],
  56. 'javascripts' => [$this, 'block_javascripts'],
  57. ];
  58. }
  59. protected function doDisplay(array $context, array $blocks = [])
  60. {
  61. $macros = $this->macros;
  62. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@AdminLTE/layout/default-layout.html.twig"));
  64. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@AdminLTE/layout/default-layout.html.twig"));
  66. // line 8
  67. yield "<!DOCTYPE html";
  68. yield from $this->unwrap()->yieldBlock('html_start', $context, $blocks);
  69. yield ">
  70. <html lang=\"";
  71. // line 9
  72. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 9, $this->source); })()), "request", [], "any", false, false, false, 9), "locale", [], "any", false, false, false, 9), "html", null, true);
  73. yield "\">
  74. <head>
  75. ";
  76. // line 11
  77. yield from $this->unwrap()->yieldBlock('head', $context, $blocks);
  78. // line 16
  79. yield " <title>";
  80. yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
  81. yield "</title>
  82. ";
  83. // line 17
  84. yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
  85. // line 20
  86. yield "</head>
  87. ";
  88. // line 28
  89. yield "<body";
  90. yield from $this->unwrap()->yieldBlock('body_start', $context, $blocks);
  91. yield " class=\"";
  92. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['KevinPapst\AdminLTEBundle\Twig\AdminExtension']->bodyClass(((CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "skin", [], "any", true, true, false, 28)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "skin", [], "any", false, false, false, 28), "")) : (""))), "html", null, true);
  93. yield " \">
  94. ";
  95. // line 29
  96. yield from $this->unwrap()->yieldBlock('after_body_start', $context, $blocks);
  97. // line 30
  98. yield "<div class=\"wrapper\">
  99. <nav class=\"main-header navbar navbar-expand navbar-dark\">
  100. <ul class=\"navbar-nav\">
  101. ";
  102. // line 34
  103. yield from $this->unwrap()->yieldBlock('navbar_toggle', $context, $blocks);
  104. // line 42
  105. yield " ";
  106. yield from $this->unwrap()->yieldBlock('navbar_links', $context, $blocks);
  107. // line 53
  108. yield " </ul>
  109. ";
  110. // line 55
  111. yield from $this->unwrap()->yieldBlock('navbar_search', $context, $blocks);
  112. // line 60
  113. yield "
  114. ";
  115. // line 62
  116. yield "
  117. <ul class=\"navbar-nav ml-auto\">
  118. ";
  119. // line 64
  120. yield from $this->unwrap()->yieldBlock('navbar_start', $context, $blocks);
  121. // line 65
  122. yield " ";
  123. yield from $this->unwrap()->yieldBlock('navbar_messages', $context, $blocks);
  124. // line 68
  125. yield " ";
  126. yield from $this->unwrap()->yieldBlock('navbar_notifications', $context, $blocks);
  127. // line 71
  128. yield " ";
  129. yield from $this->unwrap()->yieldBlock('navbar_tasks', $context, $blocks);
  130. // line 74
  131. yield " ";
  132. yield from $this->unwrap()->yieldBlock('navbar_user', $context, $blocks);
  133. // line 77
  134. yield " ";
  135. yield from $this->unwrap()->yieldBlock('navbar_end', $context, $blocks);
  136. // line 78
  137. yield " ";
  138. yield from $this->unwrap()->yieldBlock('navbar_control_sidebar_toggle', $context, $blocks);
  139. // line 85
  140. yield " </ul>
  141. </nav>
  142. <aside class=\"main-sidebar sidebar-dark-primary elevation-4\">
  143. <a href=\"";
  144. // line 89
  145. yield from $this->unwrap()->yieldBlock('logo_path', $context, $blocks);
  146. yield "\" class=\"brand-link \">
  147. ";
  148. // line 90
  149. yield from $this->unwrap()->yieldBlock('logo_mini', $context, $blocks);
  150. // line 94
  151. yield " </a>
  152. <div class=\"sidebar\">
  153. ";
  154. // line 97
  155. yield from $this->unwrap()->yieldBlock('sidebar_user', $context, $blocks);
  156. // line 102
  157. yield "
  158. ";
  159. // line 103
  160. yield from $this->unwrap()->yieldBlock('sidebar_nav', $context, $blocks);
  161. // line 110
  162. yield " </div>
  163. </aside>
  164. <div class=\"content-wrapper\">
  165. <div class=\"content-header\">
  166. <div class=\"container-fluid\">
  167. <div class=\"row mb-2\">
  168. <div class=\"col-sm-6\">
  169. <h1 class=\"m-0 text-white\">
  170. ";
  171. // line 119
  172. yield from $this->unwrap()->yieldBlock('page_title', $context, $blocks);
  173. // line 120
  174. yield " ";
  175. if ( $this->unwrap()->hasBlock("page_subtitle", $context, $blocks)) {
  176. yield "<small>";
  177. yield from $this->unwrap()->yieldBlock("page_subtitle", $context, $blocks);
  178. yield "</small>";
  179. }
  180. // line 121
  181. yield " </h1>
  182. </div>
  183. <div class=\"col-sm-6\">
  184. ";
  185. // line 124
  186. yield from $this->unwrap()->yieldBlock('breadcrumb', $context, $blocks);
  187. // line 131
  188. yield " </div>
  189. </div>
  190. </div>
  191. </div>
  192. ";
  193. // line 136
  194. yield from $this->unwrap()->yieldBlock('page_content_before', $context, $blocks);
  195. // line 137
  196. yield "
  197. <section class=\"";
  198. // line 138
  199. yield from $this->unwrap()->yieldBlock('page_content_class', $context, $blocks);
  200. yield "\">
  201. <div class=\"container-fluid\">
  202. ";
  203. // line 140
  204. yield from $this->unwrap()->yieldBlock('page_content_start', $context, $blocks);
  205. // line 141
  206. yield " ";
  207. yield from $this->unwrap()->yieldBlock('page_content', $context, $blocks);
  208. // line 142
  209. yield " ";
  210. yield from $this->unwrap()->yieldBlock('page_content_end', $context, $blocks);
  211. // line 143
  212. yield " </div>
  213. </section>
  214. ";
  215. // line 146
  216. yield from $this->unwrap()->yieldBlock('page_content_after', $context, $blocks);
  217. // line 147
  218. yield " </div>
  219. ";
  220. // line 149
  221. yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
  222. // line 152
  223. yield " ";
  224. yield from $this->unwrap()->yieldBlock('control_sidebar', $context, $blocks);
  225. // line 157
  226. yield "
  227. </div>
  228. ";
  229. // line 160
  230. yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
  231. // line 163
  232. yield "
  233. </body>
  234. </html>
  235. ";
  236. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  237. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  238. return; yield '';
  239. }
  240. // line 8
  241. public function block_html_start($context, array $blocks = [])
  242. {
  243. $macros = $this->macros;
  244. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  245. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html_start"));
  246. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  247. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "html_start"));
  248. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  249. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  250. return; yield '';
  251. }
  252. // line 11
  253. public function block_head($context, array $blocks = [])
  254. {
  255. $macros = $this->macros;
  256. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  257. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
  258. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  259. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
  260. // line 12
  261. yield " <meta charset=\"utf-8\">
  262. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  263. <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  264. ";
  265. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  266. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  267. return; yield '';
  268. }
  269. // line 16
  270. public function block_title($context, array $blocks = [])
  271. {
  272. $macros = $this->macros;
  273. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  274. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  275. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  276. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  277. yield from $this->unwrap()->yieldBlock("page_title", $context, $blocks);
  278. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  279. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  280. return; yield '';
  281. }
  282. // line 17
  283. public function block_stylesheets($context, array $blocks = [])
  284. {
  285. $macros = $this->macros;
  286. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  288. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
  290. // line 18
  291. yield " <link rel=\"stylesheet\" href=\"";
  292. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/adminlte/adminlte.css"), "html", null, true);
  293. yield "\">
  294. ";
  295. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  296. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  297. return; yield '';
  298. }
  299. // line 28
  300. public function block_body_start($context, array $blocks = [])
  301. {
  302. $macros = $this->macros;
  303. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  304. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_start"));
  305. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  306. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_start"));
  307. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  308. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  309. return; yield '';
  310. }
  311. // line 29
  312. public function block_after_body_start($context, array $blocks = [])
  313. {
  314. $macros = $this->macros;
  315. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  316. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "after_body_start"));
  317. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  318. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "after_body_start"));
  319. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  320. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  321. return; yield '';
  322. }
  323. // line 34
  324. public function block_navbar_toggle($context, array $blocks = [])
  325. {
  326. $macros = $this->macros;
  327. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  328. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_toggle"));
  329. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  330. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_toggle"));
  331. // line 35
  332. yield " <li class=\"nav-item\">
  333. <a class=\"nav-link\" data-widget=\"pushmenu\" href=\"#\">
  334. <i class=\"fas fa-bars\"></i>
  335. <span class=\"sr-only\">";
  336. // line 38
  337. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Toggle navigation", [], "AdminLTEBundle"), "html", null, true);
  338. yield "</span>
  339. </a>
  340. </li>
  341. ";
  342. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  343. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  344. return; yield '';
  345. }
  346. // line 42
  347. public function block_navbar_links($context, array $blocks = [])
  348. {
  349. $macros = $this->macros;
  350. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  351. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_links"));
  352. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  353. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_links"));
  354. // line 43
  355. yield " ";
  356. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  357. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  358. return; yield '';
  359. }
  360. // line 55
  361. public function block_navbar_search($context, array $blocks = [])
  362. {
  363. $macros = $this->macros;
  364. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  365. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_search"));
  366. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  367. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_search"));
  368. // line 56
  369. yield " ";
  370. yield from $this->unwrap()->yieldBlock('sidebar_search', $context, $blocks);
  371. // line 59
  372. yield " ";
  373. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  374. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  375. return; yield '';
  376. }
  377. // line 56
  378. public function block_sidebar_search($context, array $blocks = [])
  379. {
  380. $macros = $this->macros;
  381. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  382. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_search"));
  383. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  384. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_search"));
  385. // line 57
  386. yield " ";
  387. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\SidebarController::searchFormAction"));
  388. yield "
  389. ";
  390. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  391. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  392. return; yield '';
  393. }
  394. // line 64
  395. public function block_navbar_start($context, array $blocks = [])
  396. {
  397. $macros = $this->macros;
  398. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  399. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_start"));
  400. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  401. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_start"));
  402. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  403. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  404. return; yield '';
  405. }
  406. // line 65
  407. public function block_navbar_messages($context, array $blocks = [])
  408. {
  409. $macros = $this->macros;
  410. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  411. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_messages"));
  412. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  413. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_messages"));
  414. // line 66
  415. yield " ";
  416. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\NavbarController::messagesAction"));
  417. yield "
  418. ";
  419. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  420. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  421. return; yield '';
  422. }
  423. // line 68
  424. public function block_navbar_notifications($context, array $blocks = [])
  425. {
  426. $macros = $this->macros;
  427. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  428. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_notifications"));
  429. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  430. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_notifications"));
  431. // line 69
  432. yield " ";
  433. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\NavbarController::notificationsAction"));
  434. yield "
  435. ";
  436. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  437. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  438. return; yield '';
  439. }
  440. // line 71
  441. public function block_navbar_tasks($context, array $blocks = [])
  442. {
  443. $macros = $this->macros;
  444. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  445. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_tasks"));
  446. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  447. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_tasks"));
  448. // line 72
  449. yield " ";
  450. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\NavbarController::tasksAction"));
  451. yield "
  452. ";
  453. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  454. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  455. return; yield '';
  456. }
  457. // line 74
  458. public function block_navbar_user($context, array $blocks = [])
  459. {
  460. $macros = $this->macros;
  461. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  462. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_user"));
  463. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  464. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_user"));
  465. // line 75
  466. yield " ";
  467. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\NavbarController::userAction"));
  468. yield "
  469. ";
  470. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  471. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  472. return; yield '';
  473. }
  474. // line 77
  475. public function block_navbar_end($context, array $blocks = [])
  476. {
  477. $macros = $this->macros;
  478. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  479. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_end"));
  480. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  481. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_end"));
  482. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  483. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  484. return; yield '';
  485. }
  486. // line 78
  487. public function block_navbar_control_sidebar_toggle($context, array $blocks = [])
  488. {
  489. $macros = $this->macros;
  490. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  491. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_control_sidebar_toggle"));
  492. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  493. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar_control_sidebar_toggle"));
  494. // line 79
  495. yield " ";
  496. if ((CoreExtension::getAttribute($this->env, $this->source, ($context["admin_lte_context"] ?? null), "control_sidebar", [], "any", true, true, false, 79) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["admin_lte_context"]) || array_key_exists("admin_lte_context", $context) ? $context["admin_lte_context"] : (function () { throw new RuntimeError('Variable "admin_lte_context" does not exist.', 79, $this->source); })()), "control_sidebar", [], "any", false, false, false, 79)))) {
  497. // line 80
  498. yield " <li class=\"nav-item\">
  499. <a href=\"#\" class=\"nav-link\" data-widget=\"control-sidebar\" data-slide=\"true\"><i class=\"fas fa-th-large\"></i></a>
  500. </li>
  501. ";
  502. }
  503. // line 84
  504. yield " ";
  505. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  506. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  507. return; yield '';
  508. }
  509. // line 89
  510. public function block_logo_path($context, array $blocks = [])
  511. {
  512. $macros = $this->macros;
  513. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  514. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "logo_path"));
  515. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  516. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "logo_path"));
  517. yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($this->extensions['KevinPapst\AdminLTEBundle\Twig\AdminExtension']->getRouteByAlias("adminlte_welcome"));
  518. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  519. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  520. return; yield '';
  521. }
  522. // line 90
  523. public function block_logo_mini($context, array $blocks = [])
  524. {
  525. $macros = $this->macros;
  526. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  527. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "logo_mini"));
  528. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  529. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "logo_mini"));
  530. // line 91
  531. yield " <img src=\"";
  532. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(CoreExtension::getAttribute($this->env, $this->source, (isset($context["admin_lte_context"]) || array_key_exists("admin_lte_context", $context) ? $context["admin_lte_context"] : (function () { throw new RuntimeError('Variable "admin_lte_context" does not exist.', 91, $this->source); })()), "default_brand_logo", [], "any", false, false, false, 91)), "html", null, true);
  533. yield "\" alt=\"Logo\" class=\"brand-image img-circle elevation-3\" style=\"opacity: .8\">
  534. <span class=\"brand-text font-weight-light\">FactuSoft</span>
  535. ";
  536. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  537. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  538. return; yield '';
  539. }
  540. // line 97
  541. public function block_sidebar_user($context, array $blocks = [])
  542. {
  543. $macros = $this->macros;
  544. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  545. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_user"));
  546. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  547. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_user"));
  548. // line 98
  549. yield " ";
  550. if (( !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 98, $this->source); })()), "user", [], "any", false, false, false, 98)) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY"))) {
  551. // line 99
  552. yield " ";
  553. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\SidebarController::userPanelAction"));
  554. yield "
  555. ";
  556. }
  557. // line 101
  558. yield " ";
  559. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  560. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  561. return; yield '';
  562. }
  563. // line 103
  564. public function block_sidebar_nav($context, array $blocks = [])
  565. {
  566. $macros = $this->macros;
  567. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  568. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_nav"));
  569. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  570. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_nav"));
  571. // line 104
  572. yield " ";
  573. if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["admin_lte_context"]) || array_key_exists("admin_lte_context", $context) ? $context["admin_lte_context"] : (function () { throw new RuntimeError('Variable "admin_lte_context" does not exist.', 104, $this->source); })()), "knp_menu", [], "any", false, false, false, 104), "enable", [], "any", false, false, false, 104)) {
  574. // line 105
  575. yield " ";
  576. yield from $this->loadTemplate("@AdminLTE/Sidebar/knp-menu.html.twig", "@AdminLTE/layout/default-layout.html.twig", 105)->unwrap()->yield($context);
  577. // line 106
  578. yield " ";
  579. } else {
  580. // line 107
  581. yield " ";
  582. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\SidebarController::menuAction", ["request" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 107, $this->source); })()), "request", [], "any", false, false, false, 107)]));
  583. yield "
  584. ";
  585. }
  586. // line 109
  587. yield " ";
  588. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  589. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  590. return; yield '';
  591. }
  592. // line 119
  593. public function block_page_title($context, array $blocks = [])
  594. {
  595. $macros = $this->macros;
  596. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  597. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
  598. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  599. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
  600. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Admin LTE", [], "AdminLTEBundle"), "html", null, true);
  601. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  602. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  603. return; yield '';
  604. }
  605. // line 124
  606. public function block_breadcrumb($context, array $blocks = [])
  607. {
  608. $macros = $this->macros;
  609. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  610. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
  611. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  612. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumb"));
  613. // line 125
  614. yield " ";
  615. if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["admin_lte_context"]) || array_key_exists("admin_lte_context", $context) ? $context["admin_lte_context"] : (function () { throw new RuntimeError('Variable "admin_lte_context" does not exist.', 125, $this->source); })()), "knp_menu", [], "any", false, false, false, 125), "enable", [], "any", false, false, false, 125)) {
  616. // line 126
  617. yield " ";
  618. yield from $this->loadTemplate("@AdminLTE/Breadcrumb/knp-breadcrumb.html.twig", "@AdminLTE/layout/default-layout.html.twig", 126)->unwrap()->yield($context);
  619. // line 127
  620. yield " ";
  621. } else {
  622. // line 128
  623. yield " ";
  624. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("KevinPapst\\AdminLTEBundle\\Controller\\BreadcrumbController::breadcrumbAction", ["request" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 128, $this->source); })()), "request", [], "any", false, false, false, 128)]));
  625. yield "
  626. ";
  627. }
  628. // line 130
  629. yield " ";
  630. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  631. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  632. return; yield '';
  633. }
  634. // line 136
  635. public function block_page_content_before($context, array $blocks = [])
  636. {
  637. $macros = $this->macros;
  638. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  639. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_before"));
  640. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  641. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_before"));
  642. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  643. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  644. return; yield '';
  645. }
  646. // line 138
  647. public function block_page_content_class($context, array $blocks = [])
  648. {
  649. $macros = $this->macros;
  650. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  651. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_class"));
  652. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  653. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_class"));
  654. yield "content";
  655. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  656. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  657. return; yield '';
  658. }
  659. // line 140
  660. public function block_page_content_start($context, array $blocks = [])
  661. {
  662. $macros = $this->macros;
  663. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  664. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_start"));
  665. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  666. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_start"));
  667. yield Twig\Extension\CoreExtension::include($this->env, $context, "@AdminLTE/Partials/_flash_messages.html.twig");
  668. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  669. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  670. return; yield '';
  671. }
  672. // line 141
  673. public function block_page_content($context, array $blocks = [])
  674. {
  675. $macros = $this->macros;
  676. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  677. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));
  678. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  679. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content"));
  680. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  681. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  682. return; yield '';
  683. }
  684. // line 142
  685. public function block_page_content_end($context, array $blocks = [])
  686. {
  687. $macros = $this->macros;
  688. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  689. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_end"));
  690. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  691. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_end"));
  692. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  693. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  694. return; yield '';
  695. }
  696. // line 146
  697. public function block_page_content_after($context, array $blocks = [])
  698. {
  699. $macros = $this->macros;
  700. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  701. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_after"));
  702. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  703. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_content_after"));
  704. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  705. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  706. return; yield '';
  707. }
  708. // line 149
  709. public function block_footer($context, array $blocks = [])
  710. {
  711. $macros = $this->macros;
  712. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  713. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  714. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  715. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  716. // line 150
  717. yield " ";
  718. yield from $this->loadTemplate("@AdminLTE/Partials/_footer.html.twig", "@AdminLTE/layout/default-layout.html.twig", 150)->unwrap()->yield($context);
  719. // line 151
  720. yield " ";
  721. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  722. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  723. return; yield '';
  724. }
  725. // line 152
  726. public function block_control_sidebar($context, array $blocks = [])
  727. {
  728. $macros = $this->macros;
  729. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  730. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "control_sidebar"));
  731. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  732. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "control_sidebar"));
  733. // line 153
  734. yield " ";
  735. if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["admin_lte_context"]) || array_key_exists("admin_lte_context", $context) ? $context["admin_lte_context"] : (function () { throw new RuntimeError('Variable "admin_lte_context" does not exist.', 153, $this->source); })()), "control_sidebar", [], "any", false, false, false, 153)) {
  736. // line 154
  737. yield " ";
  738. yield from $this->loadTemplate("@AdminLTE/Partials/_control-sidebar.html.twig", "@AdminLTE/layout/default-layout.html.twig", 154)->unwrap()->yield($context);
  739. // line 155
  740. yield " ";
  741. }
  742. // line 156
  743. yield " ";
  744. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  745. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  746. return; yield '';
  747. }
  748. // line 160
  749. public function block_javascripts($context, array $blocks = [])
  750. {
  751. $macros = $this->macros;
  752. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  753. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  754. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  755. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  756. // line 161
  757. yield " <script src=\"";
  758. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/adminlte/adminlte.js"), "html", null, true);
  759. yield "\"></script>
  760. ";
  761. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  762. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  763. return; yield '';
  764. }
  765. /**
  766. * @codeCoverageIgnore
  767. */
  768. public function getTemplateName()
  769. {
  770. return "@AdminLTE/layout/default-layout.html.twig";
  771. }
  772. /**
  773. * @codeCoverageIgnore
  774. */
  775. public function isTraitable()
  776. {
  777. return false;
  778. }
  779. /**
  780. * @codeCoverageIgnore
  781. */
  782. public function getDebugInfo()
  783. {
  784. return array ( 999 => 161, 989 => 160, 978 => 156, 975 => 155, 972 => 154, 969 => 153, 959 => 152, 948 => 151, 945 => 150, 935 => 149, 916 => 146, 897 => 142, 878 => 141, 858 => 140, 838 => 138, 819 => 136, 808 => 130, 802 => 128, 799 => 127, 796 => 126, 793 => 125, 783 => 124, 763 => 119, 752 => 109, 746 => 107, 743 => 106, 740 => 105, 737 => 104, 727 => 103, 716 => 101, 710 => 99, 707 => 98, 697 => 97, 682 => 91, 672 => 90, 652 => 89, 641 => 84, 635 => 80, 632 => 79, 622 => 78, 603 => 77, 589 => 75, 579 => 74, 565 => 72, 555 => 71, 541 => 69, 531 => 68, 517 => 66, 507 => 65, 488 => 64, 474 => 57, 464 => 56, 453 => 59, 450 => 56, 440 => 55, 429 => 43, 419 => 42, 404 => 38, 399 => 35, 389 => 34, 370 => 29, 351 => 28, 337 => 18, 327 => 17, 307 => 16, 293 => 12, 283 => 11, 264 => 8, 250 => 163, 248 => 160, 243 => 157, 240 => 152, 238 => 149, 234 => 147, 232 => 146, 227 => 143, 224 => 142, 221 => 141, 219 => 140, 214 => 138, 211 => 137, 209 => 136, 202 => 131, 200 => 124, 195 => 121, 188 => 120, 186 => 119, 175 => 110, 173 => 103, 170 => 102, 168 => 97, 163 => 94, 161 => 90, 157 => 89, 151 => 85, 148 => 78, 145 => 77, 142 => 74, 139 => 71, 136 => 68, 133 => 65, 131 => 64, 127 => 62, 124 => 60, 122 => 55, 118 => 53, 115 => 42, 113 => 34, 107 => 30, 105 => 29, 98 => 28, 95 => 20, 93 => 17, 88 => 16, 86 => 11, 81 => 9, 76 => 8,);
  785. }
  786. public function getSourceContext()
  787. {
  788. return new Source("{#
  789. Use this as your new starter template page by adding that code to your own base template:
  790. {% extends '@AdminLTE/layout/default-layout.html.twig' %}
  791. Enjoy your AdminLTE theme!
  792. #}
  793. <!DOCTYPE html{% block html_start %}{% endblock %}>
  794. <html lang=\"{{ app.request.locale }}\">
  795. <head>
  796. {% block head %}
  797. <meta charset=\"utf-8\">
  798. <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  799. <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  800. {% endblock %}
  801. <title>{% block title %}{{ block('page_title') }}{% endblock %}</title>
  802. {% block stylesheets %}
  803. <link rel=\"stylesheet\" href=\"{{ asset('bundles/adminlte/adminlte.css') }}\">
  804. {% endblock %}
  805. </head>
  806. {#
  807. Apply one of the following classes for the skin:
  808. skin-blue, skin-black, skin-purple, skin-yellow, skin-red, skin-green
  809. Apply one or more of the following classes for the layout options:
  810. fixed, layout-boxed, layout-top-nav, sidebar-collapse, sidebar-mini
  811. #}
  812. <body{% block body_start %}{% endblock %} class=\"{{ admin_lte_context.skin|default(\"\")|body_class }} \">
  813. {% block after_body_start %}{% endblock %}
  814. <div class=\"wrapper\">
  815. <nav class=\"main-header navbar navbar-expand navbar-dark\">
  816. <ul class=\"navbar-nav\">
  817. {% block navbar_toggle %}
  818. <li class=\"nav-item\">
  819. <a class=\"nav-link\" data-widget=\"pushmenu\" href=\"#\">
  820. <i class=\"fas fa-bars\"></i>
  821. <span class=\"sr-only\">{{ 'Toggle navigation'|trans({}, 'AdminLTEBundle') }}</span>
  822. </a>
  823. </li>
  824. {% endblock %}
  825. {% block navbar_links %}
  826. {# TODO document me #}
  827. {#
  828. <li class=\"nav-item d-none d-sm-inline-block\">
  829. <a href=\"../../index3.html\" class=\"nav-link\">Home</a>
  830. </li>
  831. <li class=\"nav-item d-none d-sm-inline-block\">
  832. <a href=\"#\" class=\"nav-link\">Contact</a>
  833. </li>
  834. #}
  835. {% endblock %}
  836. </ul>
  837. {% block navbar_search %}
  838. {% block sidebar_search %}
  839. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\SidebarController::searchFormAction')) }}
  840. {% endblock %}
  841. {% endblock %}
  842. {# <button onclick=\"temaOscuro()\" class=\"btn rounded-fill\"><i id=\"dl-icon\" class=\"bi bi-moon-fill\" style=\"color: white;\"></i></button> #}
  843. <ul class=\"navbar-nav ml-auto\">
  844. {% block navbar_start %}{% endblock %}
  845. {% block navbar_messages %}
  846. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\NavbarController::messagesAction')) }}
  847. {% endblock %}
  848. {% block navbar_notifications %}
  849. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\NavbarController::notificationsAction')) }}
  850. {% endblock %}
  851. {% block navbar_tasks %}
  852. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\NavbarController::tasksAction')) }}
  853. {% endblock %}
  854. {% block navbar_user %}
  855. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\NavbarController::userAction')) }}
  856. {% endblock %}
  857. {% block navbar_end %}{% endblock %}
  858. {% block navbar_control_sidebar_toggle %}
  859. {% if admin_lte_context.control_sidebar is defined and admin_lte_context.control_sidebar is not empty %}
  860. <li class=\"nav-item\">
  861. <a href=\"#\" class=\"nav-link\" data-widget=\"control-sidebar\" data-slide=\"true\"><i class=\"fas fa-th-large\"></i></a>
  862. </li>
  863. {% endif %}
  864. {% endblock %}
  865. </ul>
  866. </nav>
  867. <aside class=\"main-sidebar sidebar-dark-primary elevation-4\">
  868. <a href=\"{% block logo_path %}{{ path('adminlte_welcome'|route_alias) }}{% endblock %}\" class=\"brand-link \">
  869. {% block logo_mini %}
  870. <img src=\"{{ asset(admin_lte_context.default_brand_logo) }}\" alt=\"Logo\" class=\"brand-image img-circle elevation-3\" style=\"opacity: .8\">
  871. <span class=\"brand-text font-weight-light\">FactuSoft</span>
  872. {% endblock %}
  873. </a>
  874. <div class=\"sidebar\">
  875. {% block sidebar_user %}
  876. {% if app.user is not null and is_granted('IS_AUTHENTICATED_FULLY') %}
  877. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\SidebarController::userPanelAction')) }}
  878. {% endif %}
  879. {% endblock %}
  880. {% block sidebar_nav %}
  881. {% if admin_lte_context.knp_menu.enable %}
  882. {% include '@AdminLTE/Sidebar/knp-menu.html.twig' %}
  883. {% else %}
  884. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\SidebarController::menuAction', {'request':app.request})) }}
  885. {% endif %}
  886. {% endblock %}
  887. </div>
  888. </aside>
  889. <div class=\"content-wrapper\">
  890. <div class=\"content-header\">
  891. <div class=\"container-fluid\">
  892. <div class=\"row mb-2\">
  893. <div class=\"col-sm-6\">
  894. <h1 class=\"m-0 text-white\">
  895. {% block page_title %}{{ 'Admin LTE'|trans({}, 'AdminLTEBundle') }}{% endblock %}
  896. {% if block('page_subtitle') is defined %}<small>{{ block('page_subtitle') }}</small>{% endif %}
  897. </h1>
  898. </div>
  899. <div class=\"col-sm-6\">
  900. {% block breadcrumb %}
  901. {% if admin_lte_context.knp_menu.enable %}
  902. {% include '@AdminLTE/Breadcrumb/knp-breadcrumb.html.twig' %}
  903. {% else %}
  904. {{ render(controller('KevinPapst\\\\AdminLTEBundle\\\\Controller\\\\BreadcrumbController::breadcrumbAction', {'request':app.request})) }}
  905. {% endif %}
  906. {% endblock %}
  907. </div>
  908. </div>
  909. </div>
  910. </div>
  911. {% block page_content_before %}{% endblock %}
  912. <section class=\"{% block page_content_class %}content{% endblock %}\">
  913. <div class=\"container-fluid\">
  914. {% block page_content_start %}{{ include('@AdminLTE/Partials/_flash_messages.html.twig') }}{% endblock %}
  915. {% block page_content %}{% endblock %}
  916. {% block page_content_end %}{% endblock %}
  917. </div>
  918. </section>
  919. {% block page_content_after %}{% endblock %}
  920. </div>
  921. {% block footer %}
  922. {% include '@AdminLTE/Partials/_footer.html.twig' %}
  923. {% endblock %}
  924. {% block control_sidebar %}
  925. {% if admin_lte_context.control_sidebar %}
  926. {% include '@AdminLTE/Partials/_control-sidebar.html.twig' %}
  927. {% endif %}
  928. {% endblock %}
  929. </div>
  930. {% block javascripts %}
  931. <script src=\"{{ asset('bundles/adminlte/adminlte.js') }}\"></script>
  932. {% endblock %}
  933. </body>
  934. </html>
  935. ", "@AdminLTE/layout/default-layout.html.twig", "/var/www/vhosts/flashfoodapp.es/factusoft.flashfoodapp.es/vendor/kevinpapst/adminlte-bundle/Resources/views/layout/default-layout.html.twig");
  936. }
  937. }