var/cache/dev/twig/42/42911c7c60aa1eb9867fa9a15e4e956c.php line 786

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