var/cache/dev/twig/26/2676bb2427af32d0cadff1d64a93c1cecf6baeed9c758aedbe192433b921778c.php line 101

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @EasyAdmin/layout.html.twig */
  14. class __TwigTemplate_7c23302d03d5e96b4d1a06e4c103f2e0b5df095d44fadf567afaf7052f604320 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'head_metas' => [$this'block_head_metas'],
  25.             'page_title' => [$this'block_page_title'],
  26.             'head_stylesheets' => [$this'block_head_stylesheets'],
  27.             'configured_stylesheets' => [$this'block_configured_stylesheets'],
  28.             'head_favicon' => [$this'block_head_favicon'],
  29.             'head_javascript' => [$this'block_head_javascript'],
  30.             'configured_javascripts' => [$this'block_configured_javascripts'],
  31.             'configured_head_contents' => [$this'block_configured_head_contents'],
  32.             'body' => [$this'block_body'],
  33.             'body_id' => [$this'block_body_id'],
  34.             'body_class' => [$this'block_body_class'],
  35.             'javascript_page_layout' => [$this'block_javascript_page_layout'],
  36.             'wrapper_wrapper' => [$this'block_wrapper_wrapper'],
  37.             'flash_messages' => [$this'block_flash_messages'],
  38.             'user_menu' => [$this'block_user_menu'],
  39.             'wrapper' => [$this'block_wrapper'],
  40.             'responsive_header' => [$this'block_responsive_header'],
  41.             'responsive_header_logo' => [$this'block_responsive_header_logo'],
  42.             'sidebar' => [$this'block_sidebar'],
  43.             'header' => [$this'block_header'],
  44.             'header_navbar' => [$this'block_header_navbar'],
  45.             'header_logo' => [$this'block_header_logo'],
  46.             'main_menu_wrapper' => [$this'block_main_menu_wrapper'],
  47.             'content_top_header' => [$this'block_content_top_header'],
  48.             'search' => [$this'block_search'],
  49.             'search_form' => [$this'block_search_form'],
  50.             'search_form_filters' => [$this'block_search_form_filters'],
  51.             'header_custom_menu' => [$this'block_header_custom_menu'],
  52.             'content' => [$this'block_content'],
  53.             'content_header_wrapper' => [$this'block_content_header_wrapper'],
  54.             'content_header' => [$this'block_content_header'],
  55.             'content_title' => [$this'block_content_title'],
  56.             'content_help' => [$this'block_content_help'],
  57.             'page_actions_wrapper' => [$this'block_page_actions_wrapper'],
  58.             'page_actions' => [$this'block_page_actions'],
  59.             'main' => [$this'block_main'],
  60.             'content_footer_wrapper' => [$this'block_content_footer_wrapper'],
  61.             'body_javascript' => [$this'block_body_javascript'],
  62.             'configured_body_contents' => [$this'block_configured_body_contents'],
  63.         ];
  64.     }
  65.     protected function doDisplay(array $context, array $blocks = [])
  66.     {
  67.         $macros $this->macros;
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  69.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EasyAdmin/layout.html.twig"));
  70.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  71.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EasyAdmin/layout.html.twig"));
  72.         // line 2
  73.         $context["__internal_7d0204f53e00318cc358fc098c238738cf0d4105889fa8490b97f6d7f3485c7e"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'2$this->source); })()), "i18n", [], "any"falsefalsefalse2), "translationDomain", [], "any"falsefalsefalse2);
  74.         // line 3
  75.         echo "
  76. <!DOCTYPE html>
  77. <html lang=\"";
  78.         // line 5
  79.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'5$this->source); })()), "i18n", [], "any"falsefalsefalse5), "htmlLocale", [], "any"falsefalsefalse5), "html"nulltrue);
  80.         echo "\" dir=\"";
  81.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'5$this->source); })()), "i18n", [], "any"falsefalsefalse5), "textDirection", [], "any"falsefalsefalse5), "html"nulltrue);
  82.         echo "\">
  83. <head>
  84.     ";
  85.         // line 7
  86.         $this->displayBlock('head_metas'$context$blocks);
  87.         // line 14
  88.         echo "
  89.     ";
  90.         // line 15
  91.         ob_start();
  92.         $this->displayBlock('page_title'$context$blocks);
  93.         $context["page_title_block_output"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  94.         // line 16
  95.         echo "    <title>";
  96.         echo twig_striptags((isset($context["page_title_block_output"]) || array_key_exists("page_title_block_output"$context) ? $context["page_title_block_output"] : (function () { throw new RuntimeError('Variable "page_title_block_output" does not exist.'16$this->source); })()));
  97.         echo "</title>
  98.     ";
  99.         // line 18
  100.         $this->displayBlock('head_stylesheets'$context$blocks);
  101.         // line 21
  102.         echo "
  103.     ";
  104.         // line 22
  105.         $this->displayBlock('configured_stylesheets'$context$blocks);
  106.         // line 26
  107.         echo "
  108.     ";
  109.         // line 27
  110.         $this->displayBlock('head_favicon'$context$blocks);
  111.         // line 30
  112.         echo "
  113.     ";
  114.         // line 31
  115.         $this->displayBlock('head_javascript'$context$blocks);
  116.         // line 34
  117.         echo "
  118.     ";
  119.         // line 35
  120.         $this->displayBlock('configured_javascripts'$context$blocks);
  121.         // line 39
  122.         echo "
  123.     ";
  124.         // line 40
  125.         if ((=== twig_compare("rtl"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'40$this->source); })()), "i18n", [], "any"falsefalsefalse40), "textDirection", [], "any"falsefalsefalse40)))) {
  126.             // line 41
  127.             echo "        <link rel=\"stylesheet\" href=\"";
  128.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/easyadmin/app.rtl.css"), "html"nulltrue);
  129.             echo "\">
  130.     ";
  131.         }
  132.         // line 43
  133.         echo "
  134.     ";
  135.         // line 44
  136.         $this->displayBlock('configured_head_contents'$context$blocks);
  137.         // line 49
  138.         echo "</head>
  139. ";
  140.         // line 51
  141.         $this->displayBlock('body'$context$blocks);
  142.         // line 304
  143.         echo "</html>
  144. ";
  145.         
  146.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  147.         
  148.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  149.     }
  150.     // line 7
  151.     public function block_head_metas($context, array $blocks = [])
  152.     {
  153.         $macros $this->macros;
  154.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  155.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_metas"));
  156.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  157.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_metas"));
  158.         // line 8
  159.         echo "        <meta charset=\"utf-8\">
  160.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  161.         <meta name=\"robots\" content=\"noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate, nocache\" />
  162.         <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  163.         <meta name=\"generator\" content=\"EasyAdmin\" />
  164.     ";
  165.         
  166.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  167.         
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  169.     }
  170.     // line 15
  171.     public function block_page_title($context, array $blocks = [])
  172.     {
  173.         $macros $this->macros;
  174.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  175.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  176.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  177.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  178.         $this->displayBlock("content_title"$context$blocks);
  179.         
  180.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  181.         
  182.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  183.     }
  184.     // line 18
  185.     public function block_head_stylesheets($context, array $blocks = [])
  186.     {
  187.         $macros $this->macros;
  188.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  189.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_stylesheets"));
  190.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  191.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_stylesheets"));
  192.         // line 19
  193.         echo "        <link rel=\"stylesheet\" href=\"";
  194.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/easyadmin/app.css"), "html"nulltrue);
  195.         echo "\">
  196.     ";
  197.         
  198.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  199.         
  200.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  201.     }
  202.     // line 22
  203.     public function block_configured_stylesheets($context, array $blocks = [])
  204.     {
  205.         $macros $this->macros;
  206.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  207.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_stylesheets"));
  208.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  209.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_stylesheets"));
  210.         // line 23
  211.         echo "        ";
  212.         echo twig_include($this->env$context"@EasyAdmin/includes/_css_assets.html.twig", ["assets" => (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse23), "cssAssets", [], "any"truetruefalse23) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse23), "cssAssets", [], "any"falsefalsefalse23)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse23), "cssAssets", [], "any"falsefalsefalse23)) : ([]))], false);
  213.         echo "
  214.         ";
  215.         // line 24
  216.         echo twig_include($this->env$context"@EasyAdmin/includes/_encore_link_tags.html.twig", ["assets" => (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse24), "webpackEncoreAssets", [], "any"truetruefalse24) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse24), "webpackEncoreAssets", [], "any"falsefalsefalse24)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse24), "webpackEncoreAssets", [], "any"falsefalsefalse24)) : ([]))], false);
  217.         echo "
  218.     ";
  219.         
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  221.         
  222.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  223.     }
  224.     // line 27
  225.     public function block_head_favicon($context, array $blocks = [])
  226.     {
  227.         $macros $this->macros;
  228.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  229.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_favicon"));
  230.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  231.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_favicon"));
  232.         // line 28
  233.         echo "        <link rel=\"shortcut icon\" href=\"";
  234.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'28$this->source); })()), "dashboardFaviconPath", [], "any"falsefalsefalse28)), "html"nulltrue);
  235.         echo "\">
  236.     ";
  237.         
  238.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  239.         
  240.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  241.     }
  242.     // line 31
  243.     public function block_head_javascript($context, array $blocks = [])
  244.     {
  245.         $macros $this->macros;
  246.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  247.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_javascript"));
  248.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  249.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_javascript"));
  250.         // line 32
  251.         echo "        <script src=\"";
  252.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/easyadmin/app.js"), "html"nulltrue);
  253.         echo "\"></script>
  254.     ";
  255.         
  256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  257.         
  258.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  259.     }
  260.     // line 35
  261.     public function block_configured_javascripts($context, array $blocks = [])
  262.     {
  263.         $macros $this->macros;
  264.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  265.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_javascripts"));
  266.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  267.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_javascripts"));
  268.         // line 36
  269.         echo "        ";
  270.         echo twig_include($this->env$context"@EasyAdmin/includes/_js_assets.html.twig", ["assets" => (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse36), "jsAssets", [], "any"truetruefalse36) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse36), "jsAssets", [], "any"falsefalsefalse36)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse36), "jsAssets", [], "any"falsefalsefalse36)) : ([]))], false);
  271.         echo "
  272.         ";
  273.         // line 37
  274.         echo twig_include($this->env$context"@EasyAdmin/includes/_encore_script_tags.html.twig", ["assets" => (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse37), "webpackEncoreAssets", [], "any"truetruefalse37) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse37), "webpackEncoreAssets", [], "any"falsefalsefalse37)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse37), "webpackEncoreAssets", [], "any"falsefalsefalse37)) : ([]))], false);
  275.         echo "
  276.     ";
  277.         
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  279.         
  280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  281.     }
  282.     // line 44
  283.     public function block_configured_head_contents($context, array $blocks = [])
  284.     {
  285.         $macros $this->macros;
  286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_head_contents"));
  288.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_head_contents"));
  290.         // line 45
  291.         echo "        ";
  292.         $context['_parent'] = $context;
  293.         $context['_seq'] = twig_ensure_traversable((((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse45), "headContents", [], "any"truetruefalse45) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse45), "headContents", [], "any"falsefalsefalse45)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse45), "headContents", [], "any"falsefalsefalse45)) : ([])));
  294.         foreach ($context['_seq'] as $context["_key"] => $context["htmlContent"]) {
  295.             // line 46
  296.             echo "            ";
  297.             echo $context["htmlContent"];
  298.             echo "
  299.         ";
  300.         }
  301.         $_parent $context['_parent'];
  302.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['htmlContent'], $context['_parent'], $context['loop']);
  303.         $context array_intersect_key($context$_parent) + $_parent;
  304.         // line 48
  305.         echo "    ";
  306.         
  307.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  308.         
  309.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  310.     }
  311.     // line 51
  312.     public function block_body($context, array $blocks = [])
  313.     {
  314.         $macros $this->macros;
  315.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  316.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  317.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  318.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  319.         // line 52
  320.         echo "    <body id=\"";
  321.         $this->displayBlock('body_id'$context$blocks);
  322.         echo "\" class=\"ea ";
  323.         $this->displayBlock('body_class'$context$blocks);
  324.         echo "\">
  325.     ";
  326.         // line 53
  327.         $this->displayBlock('javascript_page_layout'$context$blocks);
  328.         // line 61
  329.         echo "
  330.     ";
  331.         // line 62
  332.         $this->displayBlock('wrapper_wrapper'$context$blocks);
  333.         // line 294
  334.         echo "
  335.     ";
  336.         // line 295
  337.         $this->displayBlock('body_javascript'$context$blocks);
  338.         // line 296
  339.         echo "
  340.     ";
  341.         // line 297
  342.         $this->displayBlock('configured_body_contents'$context$blocks);
  343.         // line 302
  344.         echo "    </body>
  345. ";
  346.         
  347.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  348.         
  349.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  350.     }
  351.     // line 52
  352.     public function block_body_id($context, array $blocks = [])
  353.     {
  354.         $macros $this->macros;
  355.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  356.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_id"));
  357.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  358.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_id"));
  359.         
  360.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  361.         
  362.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  363.     }
  364.     public function block_body_class($context, array $blocks = [])
  365.     {
  366.         $macros $this->macros;
  367.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  368.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  369.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  370.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  371.         
  372.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  373.         
  374.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  375.     }
  376.     // line 53
  377.     public function block_javascript_page_layout($context, array $blocks = [])
  378.     {
  379.         $macros $this->macros;
  380.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  381.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript_page_layout"));
  382.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  383.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript_page_layout"));
  384.         // line 54
  385.         echo "        <script>
  386.             document.body.classList.add(
  387.                 'ea-content-width-' + (localStorage.getItem('ea/content/width') || '";
  388.         // line 56
  389.         echo twig_escape_filter($this->env, (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse56), "contentWidth", [], "any"truetruefalse56) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse56), "contentWidth", [], "any"falsefalsefalse56)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse56), "contentWidth", [], "any"falsefalsefalse56)) : ((((twig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "dashboardContentWidth", [], "any"truetruefalse56) &&  !(null === twig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "dashboardContentWidth", [], "any"falsefalsefalse56)))) ? (twig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "dashboardContentWidth", [], "any"falsefalsefalse56)) : ("normal")))), "html"nulltrue);
  390.         echo "'),
  391.                 'ea-sidebar-width-' + (localStorage.getItem('ea/sidebar/width') || '";
  392.         // line 57
  393.         echo twig_escape_filter($this->env, (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse57), "sidebarWidth", [], "any"truetruefalse57) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse57), "sidebarWidth", [], "any"falsefalsefalse57)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse57), "sidebarWidth", [], "any"falsefalsefalse57)) : ((((twig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "dashboardSidebarWidth", [], "any"truetruefalse57) &&  !(null === twig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "dashboardSidebarWidth", [], "any"falsefalsefalse57)))) ? (twig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "dashboardSidebarWidth", [], "any"falsefalsefalse57)) : ("normal")))), "html"nulltrue);
  394.         echo "')
  395.             );
  396.         </script>
  397.     ";
  398.         
  399.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  400.         
  401.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  402.     }
  403.     // line 62
  404.     public function block_wrapper_wrapper($context, array $blocks = [])
  405.     {
  406.         $macros $this->macros;
  407.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  408.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper_wrapper"));
  409.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  410.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper_wrapper"));
  411.         // line 63
  412.         echo "        ";
  413.         $this->displayBlock('flash_messages'$context$blocks);
  414.         // line 66
  415.         echo "
  416.         ";
  417.         // line 67
  418.         ob_start();
  419.         // line 68
  420.         echo "            ";
  421.         if ((=== twig_compare(nulltwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'68$this->source); })()), "userMenu", [], "any"falsefalsefalse68), "avatarUrl", [], "any"falsefalsefalse68)))) {
  422.             // line 69
  423.             echo "                <span class=\"user-avatar\">
  424.                     <span class=\"fa-stack\">
  425.                         <i class=\"user-avatar-icon-background fas fa-square fa-stack-2x\"></i>
  426.                         <i class=\"user-avatar-icon-foreground ";
  427.             // line 72
  428.             echo (( !(null === twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'72$this->source); })()), "user", [], "any"falsefalsefalse72))) ? ("fa fa-user") : ("fas fa-user-slash"));
  429.             echo " fa-stack-1x fa-inverse\"></i>
  430.                     </span>
  431.                 </span>
  432.             ";
  433.         } else {
  434.             // line 76
  435.             echo "                <img class=\"user-avatar\" src=\"";
  436.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'76$this->source); })()), "userMenu", [], "any"falsefalsefalse76), "avatarUrl", [], "any"falsefalsefalse76), "html"nulltrue);
  437.             echo "\" />
  438.             ";
  439.         }
  440.         // line 78
  441.         echo "        ";
  442.         $context["user_menu_avatar"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  443.         // line 79
  444.         echo "
  445.         ";
  446.         // line 80
  447.         $context["impersonator_permission"] = ((twig_constant_is_defined("Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AuthenticatedVoter::IS_IMPERSONATOR")) ? ("IS_IMPERSONATOR") : ("ROLE_PREVIOUS_ADMIN"));
  448.         // line 81
  449.         echo "
  450.         ";
  451.         // line 82
  452.         ob_start();
  453.         // line 83
  454.         echo "            <ul class=\"dropdown-menu dropdown-menu-end\">
  455.                 <li class=\"dropdown-user-details\">
  456.                     <div>";
  457.         // line 85
  458.         echo twig_escape_filter($this->env, (isset($context["user_menu_avatar"]) || array_key_exists("user_menu_avatar"$context) ? $context["user_menu_avatar"] : (function () { throw new RuntimeError('Variable "user_menu_avatar" does not exist.'85$this->source); })()), "html"nulltrue);
  459.         echo "</div>
  460.                     <div>
  461.                         <span class=\"user-label\">";
  462.         // line 87
  463.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("user.logged_in_as", array(), "EasyAdminBundle"), "html"nulltrue);
  464.         echo "</span>
  465.                         <span class=\"user-name\">";
  466.         // line 88
  467.         echo twig_escape_filter($this->env, (((null === twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'88$this->source); })()), "user", [], "any"falsefalsefalse88))) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("user.anonymous", array(), "EasyAdminBundle")) : (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'88$this->source); })()), "userMenu", [], "any"falsefalsefalse88), "name", [], "any"falsefalsefalse88))), "html"nulltrue);
  468.         echo "</span>
  469.                     </div>
  470.                 </li>
  471.                 <li><hr class=\"dropdown-divider\"></li>
  472.                 ";
  473.         // line 93
  474.         $this->displayBlock('user_menu'$context$blocks);
  475.         // line 111
  476.         echo "            </ul>
  477.         ";
  478.         $context["user_menu_dropdown"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  479.         // line 113
  480.         echo "
  481.         <div class=\"wrapper\">
  482.             ";
  483.         // line 115
  484.         $this->displayBlock('wrapper'$context$blocks);
  485.         // line 292
  486.         echo "        </div>
  487.     ";
  488.         
  489.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  490.         
  491.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  492.     }
  493.     // line 63
  494.     public function block_flash_messages($context, array $blocks = [])
  495.     {
  496.         $macros $this->macros;
  497.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  498.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flash_messages"));
  499.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  500.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flash_messages"));
  501.         // line 64
  502.         echo "            ";
  503.         echo twig_include($this->env$contexttwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'64$this->source); })()), "templatePath", [=> "flash_messages"], "method"falsefalsefalse64));
  504.         echo "
  505.         ";
  506.         
  507.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  508.         
  509.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  510.     }
  511.     // line 93
  512.     public function block_user_menu($context, array $blocks = [])
  513.     {
  514.         $macros $this->macros;
  515.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  516.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""user_menu"));
  517.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  518.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""user_menu"));
  519.         // line 94
  520.         echo "                    ";
  521.         if ((=== twig_compare(twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'94$this->source); })()), "userMenu", [], "any"falsefalsefalse94), "items", [], "any"falsefalsefalse94)), 0))) {
  522.             // line 95
  523.             echo "                        ";
  524.             $context['_parent'] = $context;
  525.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'95$this->source); })()), "userMenu", [], "any"falsefalsefalse95), "items", [], "any"falsefalsefalse95));
  526.             $context['loop'] = [
  527.               'parent' => $context['_parent'],
  528.               'index0' => 0,
  529.               'index'  => 1,
  530.               'first'  => true,
  531.             ];
  532.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  533.                 $length count($context['_seq']);
  534.                 $context['loop']['revindex0'] = $length 1;
  535.                 $context['loop']['revindex'] = $length;
  536.                 $context['loop']['length'] = $length;
  537.                 $context['loop']['last'] = === $length;
  538.             }
  539.             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  540.                 // line 96
  541.                 echo "                            <li>
  542.                                 ";
  543.                 // line 97
  544.                 if ((twig_get_attribute($this->env$this->source$context["item"], "isMenuSection", [], "any"falsefalsefalse97) &&  !twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse97))) {
  545.                     // line 98
  546.                     echo "                                    <hr class=\"dropdown-divider\">
  547.                                 ";
  548.                 } elseif ( !twig_get_attribute($this->env$this->source,                 // line 99
  549. $context["item"], "isMenuSection", [], "any"falsefalsefalse99)) {
  550.                     // line 100
  551.                     echo "                                    <a href=\"";
  552.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "linkUrl", [], "any"falsefalsefalse100), "html"nulltrue);
  553.                     echo "\" class=\"dropdown-item user-action ";
  554.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "cssClass", [], "any"falsefalsefalse100), "html"nulltrue);
  555.                     echo "\"
  556.                                        target=\"";
  557.                     // line 101
  558.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "linkTarget", [], "any"falsefalsefalse101), "html"nulltrue);
  559.                     echo "\" rel=\"";
  560.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "linkRel", [], "any"falsefalsefalse101), "html"nulltrue);
  561.                     echo "\"
  562.                                        referrerpolicy=\"origin-when-cross-origin\">
  563.                                         ";
  564.                     // line 103
  565.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["item"], "icon", [], "any"falsefalsefalse103))) {
  566.                         echo "<i class=\"fa fa-fw ";
  567.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "icon", [], "any"falsefalsefalse103), "html"nulltrue);
  568.                         echo "\"></i>";
  569.                     }
  570.                     // line 104
  571.                     echo "                                        <span>";
  572.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "label", [], "any"falsefalsefalse104), "html"nulltrue);
  573.                     echo "</span>
  574.                                     </a>
  575.                                 ";
  576.                 }
  577.                 // line 107
  578.                 echo "                            </li>
  579.                         ";
  580.                 ++$context['loop']['index0'];
  581.                 ++$context['loop']['index'];
  582.                 $context['loop']['first'] = false;
  583.                 if (isset($context['loop']['length'])) {
  584.                     --$context['loop']['revindex0'];
  585.                     --$context['loop']['revindex'];
  586.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  587.                 }
  588.             }
  589.             $_parent $context['_parent'];
  590.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  591.             $context array_intersect_key($context$_parent) + $_parent;
  592.             // line 109
  593.             echo "                    ";
  594.         }
  595.         // line 110
  596.         echo "                ";
  597.         
  598.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  599.         
  600.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  601.     }
  602.     // line 115
  603.     public function block_wrapper($context, array $blocks = [])
  604.     {
  605.         $macros $this->macros;
  606.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  607.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper"));
  608.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  609.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""wrapper"));
  610.         // line 116
  611.         echo "                <div class=\"responsive-header\">
  612.                     ";
  613.         // line 117
  614.         $this->displayBlock('responsive_header'$context$blocks);
  615.         // line 144
  616.         echo "                </div>
  617.                 <div class=\"sidebar-wrapper\">
  618.                     <aside class=\"sidebar\">
  619.                         ";
  620.         // line 148
  621.         $this->displayBlock('sidebar'$context$blocks);
  622.         // line 170
  623.         echo "
  624.                         <div id=\"sidebar-resizer-handler\" class=\"resizer-handler resizer-handler-left\"></div>
  625.                     </aside>
  626.                 </div>
  627.                 <section class=\"main-content\">
  628.                     ";
  629.         // line 176
  630.         $context["has_search"] = ( !(null === twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'176$this->source); })()), "crud", [], "any"falsefalsefalse176)) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'176$this->source); })()), "crud", [], "any"falsefalsefalse176), "isSearchEnabled", [], "any"falsefalsefalse176));
  631.         // line 177
  632.         echo "                    <aside class=\"content-top ";
  633.         echo (((isset($context["has_search"]) || array_key_exists("has_search"$context) ? $context["has_search"] : (function () { throw new RuntimeError('Variable "has_search" does not exist.'177$this->source); })())) ? ("ea-search-enabled") : ("ea-search-disabled"));
  634.         echo "\">
  635.                         ";
  636.         // line 178
  637.         $this->displayBlock('content_top_header'$context$blocks);
  638.         // line 243
  639.         echo "                    </aside>
  640.                     <div class=\"content-wrapper\">
  641.                         ";
  642.         // line 246
  643.         $this->displayBlock('content'$context$blocks);
  644.         // line 287
  645.         echo "
  646.                         <div id=\"content-resizer-handler\" class=\"resizer-handler resizer-handler-right\"></div>
  647.                     </div>
  648.                 </section>
  649.             ";
  650.         
  651.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  652.         
  653.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  654.     }
  655.     // line 117
  656.     public function block_responsive_header($context, array $blocks = [])
  657.     {
  658.         $macros $this->macros;
  659.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  660.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""responsive_header"));
  661.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  662.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""responsive_header"));
  663.         // line 118
  664.         echo "                        <button id=\"navigation-toggler\" type=\"button\" aria-label=\"Toggle navigation\">
  665.                             <i class=\"fa fa-fw fa-bars\"></i>
  666.                         </button>
  667.                         <div id=\"responsive-header-logo\" class=\"text-truncate\">
  668.                             ";
  669.         // line 123
  670.         $this->displayBlock('responsive_header_logo'$context$blocks);
  671.         // line 128
  672.         echo "                        </div>
  673.                         <div class=\"dropdown user-menu-wrapper ";
  674.         // line 130
  675.         echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted((isset($context["impersonator_permission"]) || array_key_exists("impersonator_permission"$context) ? $context["impersonator_permission"] : (function () { throw new RuntimeError('Variable "impersonator_permission" does not exist.'130$this->source); })()))) ? ("user-is-impersonated") : (""));
  676.         echo "\">
  677.                             <a class=\"user-details\" type=\"button\" data-bs-toggle=\"dropdown\" data-bs-offset=\"0,5\" aria-expanded=\"false\">
  678.                                 ";
  679.         // line 134
  680.         echo "                                ";
  681.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'134$this->source); })()), "userMenu", [], "any"falsefalsefalse134), "avatarDisplayed", [], "any"falsefalsefalse134)) {
  682.             // line 135
  683.             echo "                                    ";
  684.             echo twig_escape_filter($this->env, (isset($context["user_menu_avatar"]) || array_key_exists("user_menu_avatar"$context) ? $context["user_menu_avatar"] : (function () { throw new RuntimeError('Variable "user_menu_avatar" does not exist.'135$this->source); })()), "html"nulltrue);
  685.             echo "
  686.                                 ";
  687.         } else {
  688.             // line 137
  689.             echo "                                    <i class=\"user-avatar fa fa-fw ";
  690.             echo (( !(null === twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'137$this->source); })()), "user", [], "any"falsefalsefalse137))) ? ("fa-user") : ("fa-user-times"));
  691.             echo "\"></i>
  692.                                 ";
  693.         }
  694.         // line 139
  695.         echo "                            </a>
  696.                             ";
  697.         // line 141
  698.         echo twig_escape_filter($this->env, (isset($context["user_menu_dropdown"]) || array_key_exists("user_menu_dropdown"$context) ? $context["user_menu_dropdown"] : (function () { throw new RuntimeError('Variable "user_menu_dropdown" does not exist.'141$this->source); })()), "html"nulltrue);
  699.         echo "
  700.                         </div>
  701.                     ";
  702.         
  703.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  704.         
  705.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  706.     }
  707.     // line 123
  708.     public function block_responsive_header_logo($context, array $blocks = [])
  709.     {
  710.         $macros $this->macros;
  711.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  712.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""responsive_header_logo"));
  713.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  714.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""responsive_header_logo"));
  715.         // line 124
  716.         echo "                                <a class=\"responsive-logo\" title=\"";
  717.         echo twig_escape_filter($this->envtwig_striptags(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'124$this->source); })()), "dashboardTitle", [], "any"falsefalsefalse124)), "html"nulltrue);
  718.         echo "\" href=\"";
  719.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'124$this->source); })()), "dashboardRouteName", [], "any"falsefalsefalse124));
  720.         echo "\">
  721.                                     ";
  722.         // line 125
  723.         echo twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'125$this->source); })()), "dashboardTitle", [], "any"falsefalsefalse125);
  724.         echo "
  725.                                 </a>
  726.                             ";
  727.         
  728.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  729.         
  730.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  731.     }
  732.     // line 148
  733.     public function block_sidebar($context, array $blocks = [])
  734.     {
  735.         $macros $this->macros;
  736.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  737.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  738.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  739.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  740.         // line 149
  741.         echo "                            <header class=\"main-header\">
  742.                                 ";
  743.         // line 150
  744.         $this->displayBlock('header'$context$blocks);
  745.         // line 164
  746.         echo "                            </header>
  747.                             ";
  748.         // line 166
  749.         $this->displayBlock('main_menu_wrapper'$context$blocks);
  750.         // line 169
  751.         echo "                        ";
  752.         
  753.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  754.         
  755.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  756.     }
  757.     // line 150
  758.     public function block_header($context, array $blocks = [])
  759.     {
  760.         $macros $this->macros;
  761.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  762.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  763.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  764.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  765.         // line 151
  766.         echo "                                <nav class=\"navbar\" role=\"navigation\">
  767.                                     ";
  768.         // line 152
  769.         $this->displayBlock('header_navbar'$context$blocks);
  770.         // line 162
  771.         echo "                                </nav>
  772.                                 ";
  773.         
  774.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  775.         
  776.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  777.     }
  778.     // line 152
  779.     public function block_header_navbar($context, array $blocks = [])
  780.     {
  781.         $macros $this->macros;
  782.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  783.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_navbar"));
  784.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  785.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_navbar"));
  786.         // line 153
  787.         echo "                                        <div id=\"header-logo\">
  788.                                             ";
  789.         // line 154
  790.         $this->displayBlock('header_logo'$context$blocks);
  791.         // line 160
  792.         echo "                                        </div>
  793.                                     ";
  794.         
  795.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  796.         
  797.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  798.     }
  799.     // line 154
  800.     public function block_header_logo($context, array $blocks = [])
  801.     {
  802.         $macros $this->macros;
  803.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  804.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_logo"));
  805.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  806.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_logo"));
  807.         // line 155
  808.         echo "                                                <a class=\"logo\" title=\"";
  809.         echo twig_escape_filter($this->envtwig_striptags(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'155$this->source); })()), "dashboardTitle", [], "any"falsefalsefalse155)), "html"nulltrue);
  810.         echo "\" href=\"";
  811.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'155$this->source); })()), "dashboardRouteName", [], "any"falsefalsefalse155));
  812.         echo "\">
  813.                                                     <span class=\"logo-custom\">";
  814.         // line 156
  815.         echo twig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'156$this->source); })()), "dashboardTitle", [], "any"falsefalsefalse156);
  816.         echo "</span>
  817.                                                     <span class=\"logo-compact\"><i class=\"fas fa-home\"></i></span>
  818.                                                 </a>
  819.                                             ";
  820.         
  821.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  822.         
  823.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  824.     }
  825.     // line 166
  826.     public function block_main_menu_wrapper($context, array $blocks = [])
  827.     {
  828.         $macros $this->macros;
  829.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  830.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main_menu_wrapper"));
  831.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  832.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main_menu_wrapper"));
  833.         // line 167
  834.         echo "                                ";
  835.         echo twig_include($this->env$contexttwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'167$this->source); })()), "templatePath", [=> "main_menu"], "method"falsefalsefalse167));
  836.         echo "
  837.                             ";
  838.         
  839.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  840.         
  841.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  842.     }
  843.     // line 178
  844.     public function block_content_top_header($context, array $blocks = [])
  845.     {
  846.         $macros $this->macros;
  847.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  848.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_top_header"));
  849.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  850.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_top_header"));
  851.         // line 179
  852.         echo "                            <div class=\"content-search\">
  853.                                 ";
  854.         // line 180
  855.         if ((isset($context["has_search"]) || array_key_exists("has_search"$context) ? $context["has_search"] : (function () { throw new RuntimeError('Variable "has_search" does not exist.'180$this->source); })())) {
  856.             // line 181
  857.             echo "                                    ";
  858.             $this->displayBlock('search'$context$blocks);
  859.             // line 225
  860.             echo "                                ";
  861.         }
  862.         // line 226
  863.         echo "                            </div>
  864.                             <div class=\"navbar-custom-menu\">
  865.                                 ";
  866.         // line 229
  867.         $this->displayBlock('header_custom_menu'$context$blocks);
  868.         // line 241
  869.         echo "                            </div>
  870.                         ";
  871.         
  872.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  873.         
  874.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  875.     }
  876.     // line 181
  877.     public function block_search($context, array $blocks = [])
  878.     {
  879.         $macros $this->macros;
  880.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  881.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search"));
  882.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  883.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search"));
  884.         // line 182
  885.         echo "
  886.                                         <form class=\"form-action-search\" method=\"get\">
  887.                                             ";
  888.         // line 184
  889.         $this->displayBlock('search_form'$context$blocks);
  890.         // line 223
  891.         echo "                                        </form>
  892.                                     ";
  893.         
  894.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  895.         
  896.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  897.     }
  898.     // line 184
  899.     public function block_search_form($context, array $blocks = [])
  900.     {
  901.         $macros $this->macros;
  902.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  903.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_form"));
  904.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  905.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_form"));
  906.         // line 185
  907.         echo "                                                ";
  908.         $this->displayBlock('search_form_filters'$context$blocks);
  909.         // line 199
  910.         echo "
  911.                                                 <input type=\"hidden\" name=\"crudAction\" value=\"index\">
  912.                                                 <input type=\"hidden\" name=\"crudControllerFqcn\" value=\"";
  913.         // line 201
  914.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'201$this->source); })()), "request", [], "any"falsefalsefalse201), "query", [], "any"falsefalsefalse201), "get", [=> "crudControllerFqcn"], "method"falsefalsefalse201), "html"nulltrue);
  915.         echo "\">
  916.                                                 <input type=\"hidden\" name=\"menuIndex\" value=\"";
  917.         // line 202
  918.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'202$this->source); })()), "request", [], "any"falsefalsefalse202), "query", [], "any"falsefalsefalse202), "get", [=> "menuIndex"], "method"falsefalsefalse202), "html"nulltrue);
  919.         echo "\">
  920.                                                 <input type=\"hidden\" name=\"submenuIndex\" value=\"";
  921.         // line 203
  922.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'203$this->source); })()), "request", [], "any"falsefalsefalse203), "query", [], "any"falsefalsefalse203), "get", [=> "submenuIndex"], "method"falsefalsefalse203), "html"nulltrue);
  923.         echo "\">
  924.                                                 <input type=\"hidden\" name=\"page\" value=\"1\">
  925.                                                 <input type=\"hidden\" name=\"signature\" value=\"";
  926.         // line 205
  927.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->getAdminUrlGenerator(), "unsetAll", [], "method"falsefalsefalse205), "setAction", [=> "index"], "method"falsefalsefalse205), "setController", [=> twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'205$this->source); })()), "request", [], "any"falsefalsefalse205), "query", [], "any"falsefalsefalse205), "get", [=> "crudControllerFqcn"], "method"falsefalsefalse205)], "method"falsefalsefalse205), "getSignature", [], "method"falsefalsefalse205), "html"nulltrue);
  928.         echo "\">
  929.                                                 <div class=\"form-group\">
  930.                                                     <div class=\"form-widget\">
  931.                                                         <i class=\"fas fa-search content-search-icon\"></i>
  932.                                                         <label class=\"content-search-label\" data-value=\"";
  933.         // line 211
  934.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'211$this->source); })()), "request", [], "any"falsefalsefalse211), "get", [=> "query"], "method"falsefalsefalse211), "html"nulltrue);
  935.         echo "\">
  936.                                                             <input class=\"form-control ";
  937.         // line 212
  938.         echo (((null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'212$this->source); })()), "request", [], "any"falsefalsefalse212), "get", [=> "query"], "method"falsefalsefalse212))) ? ("is-blank") : (""));
  939.         echo "\" type=\"search\" name=\"query\" value=\"";
  940.         (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse212), "get", [=> "query"], "method"truetruefalse212) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse212), "get", [=> "query"], "method"falsefalsefalse212)))) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse212), "get", [=> "query"], "method"falsefalsefalse212), "html"nulltrue))) : (print ("")));
  941.         echo "\" placeholder=\"";
  942.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("action.search"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'212$this->source); })()), "i18n", [], "any"falsefalsefalse212), "translationParameters", [], "any"falsefalsefalse212), "EasyAdminBundle"), "html"nulltrue);
  943.         echo "\" spellcheck=\"false\" autocorrect=\"false\" onInput=\"this.parentNode.dataset.value=this.value\">
  944.                                                         </label>
  945.                                                         ";
  946.         // line 215
  947.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'215$this->source); })()), "request", [], "any"falsefalsefalse215), "get", [=> "query"], "method"falsefalsefalse215)) {
  948.             // line 216
  949.             echo "                                                            <a href=\"";
  950.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$this->extensions['EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension']->getAdminUrlGenerator(), "unset", [=> "query"], "method"falsefalsefalse216), "html"nulltrue);
  951.             echo "\" class=\"content-search-reset\">
  952.                                                                 <i class=\"fas fa-fw fa-times\"></i>
  953.                                                             </a>
  954.                                                         ";
  955.         }
  956.         // line 220
  957.         echo "                                                    </div>
  958.                                                 </div>
  959.                                             ";
  960.         
  961.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  962.         
  963.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  964.     }
  965.     // line 185
  966.     public function block_search_form_filters($context, array $blocks = [])
  967.     {
  968.         $macros $this->macros;
  969.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  970.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_form_filters"));
  971.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  972.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""search_form_filters"));
  973.         // line 186
  974.         echo "                                                    ";
  975.         $context['_parent'] = $context;
  976.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'186$this->source); })()), "search", [], "any"falsefalsefalse186), "appliedFilters", [], "any"falsefalsefalse186));
  977.         foreach ($context['_seq'] as $context["field"] => $context["array"]) {
  978.             // line 187
  979.             echo "                                                        ";
  980.             $context['_parent'] = $context;
  981.             $context['_seq'] = twig_ensure_traversable($context["array"]);
  982.             foreach ($context['_seq'] as $context["key"] => $context["value"]) {
  983.                 // line 188
  984.                 echo "                                                            ";
  985.                 // line 189
  986.                 echo "                                                            ";
  987.                 if (twig_test_iterable($context["value"])) {
  988.                     // line 190
  989.                     echo "                                                                ";
  990.                     $context['_parent'] = $context;
  991.                     $context['_seq'] = twig_ensure_traversable($context["value"]);
  992.                     foreach ($context['_seq'] as $context["index"] => $context["iterValue"]) {
  993.                         // line 191
  994.                         echo "                                                                    <input type=\"hidden\" name=\"filters[";
  995.                         echo twig_escape_filter($this->env$context["field"], "html"nulltrue);
  996.                         echo "][";
  997.                         echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  998.                         echo "][";
  999.                         echo twig_escape_filter($this->env$context["index"], "html"nulltrue);
  1000.                         echo "]\" value=\"";
  1001.                         echo twig_escape_filter($this->env$context["iterValue"], "html"nulltrue);
  1002.                         echo "\">
  1003.                                                                 ";
  1004.                     }
  1005.                     $_parent $context['_parent'];
  1006.                     unset($context['_seq'], $context['_iterated'], $context['index'], $context['iterValue'], $context['_parent'], $context['loop']);
  1007.                     $context array_intersect_key($context$_parent) + $_parent;
  1008.                     // line 193
  1009.                     echo "                                                            ";
  1010.                 } else {
  1011.                     // line 194
  1012.                     echo "                                                                <input type=\"hidden\" name=\"filters[";
  1013.                     echo twig_escape_filter($this->env$context["field"], "html"nulltrue);
  1014.                     echo "][";
  1015.                     echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  1016.                     echo "]\" value=\"";
  1017.                     echo twig_escape_filter($this->env$context["value"], "html"nulltrue);
  1018.                     echo "\">
  1019.                                                             ";
  1020.                 }
  1021.                 // line 196
  1022.                 echo "                                                        ";
  1023.             }
  1024.             $_parent $context['_parent'];
  1025.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
  1026.             $context array_intersect_key($context$_parent) + $_parent;
  1027.             // line 197
  1028.             echo "                                                    ";
  1029.         }
  1030.         $_parent $context['_parent'];
  1031.         unset($context['_seq'], $context['_iterated'], $context['field'], $context['array'], $context['_parent'], $context['loop']);
  1032.         $context array_intersect_key($context$_parent) + $_parent;
  1033.         // line 198
  1034.         echo "                                                ";
  1035.         
  1036.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1037.         
  1038.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1039.     }
  1040.     // line 229
  1041.     public function block_header_custom_menu($context, array $blocks = [])
  1042.     {
  1043.         $macros $this->macros;
  1044.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1045.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_custom_menu"));
  1046.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1047.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_custom_menu"));
  1048.         // line 230
  1049.         echo "                                    <div class=\"dropdown user-menu-wrapper ";
  1050.         echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted((isset($context["impersonator_permission"]) || array_key_exists("impersonator_permission"$context) ? $context["impersonator_permission"] : (function () { throw new RuntimeError('Variable "impersonator_permission" does not exist.'230$this->source); })()))) ? ("user-is-impersonated") : (""));
  1051.         echo "\">
  1052.                                         <a class=\"user-details\" type=\"button\" data-bs-toggle=\"dropdown\" data-bs-offset=\"0,5\" aria-expanded=\"false\">
  1053.                                             ";
  1054.         // line 232
  1055.         echo twig_escape_filter($this->env, (isset($context["user_menu_avatar"]) || array_key_exists("user_menu_avatar"$context) ? $context["user_menu_avatar"] : (function () { throw new RuntimeError('Variable "user_menu_avatar" does not exist.'232$this->source); })()), "html"nulltrue);
  1056.         echo "
  1057.                                             ";
  1058.         // line 233
  1059.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'233$this->source); })()), "userMenu", [], "any"falsefalsefalse233), "isNameDisplayed", [], "any"falsefalsefalse233)) {
  1060.             // line 234
  1061.             echo "                                                <span class=\"user-name\">";
  1062.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'234$this->source); })()), "userMenu", [], "any"falsefalsefalse234), "name", [], "any"falsefalsefalse234), "html"nulltrue);
  1063.             echo "</span>
  1064.                                             ";
  1065.         }
  1066.         // line 236
  1067.         echo "                                        </a>
  1068.                                         ";
  1069.         // line 238
  1070.         echo twig_escape_filter($this->env, (isset($context["user_menu_dropdown"]) || array_key_exists("user_menu_dropdown"$context) ? $context["user_menu_dropdown"] : (function () { throw new RuntimeError('Variable "user_menu_dropdown" does not exist.'238$this->source); })()), "html"nulltrue);
  1071.         echo "
  1072.                                     </div>
  1073.                                 ";
  1074.         
  1075.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1076.         
  1077.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1078.     }
  1079.     // line 246
  1080.     public function block_content($context, array $blocks = [])
  1081.     {
  1082.         $macros $this->macros;
  1083.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1084.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  1085.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1086.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  1087.         // line 247
  1088.         echo "                            <article class=\"content\">
  1089.                                 ";
  1090.         // line 248
  1091.         $this->displayBlock('content_header_wrapper'$context$blocks);
  1092.         // line 272
  1093.         echo "
  1094.                                 <section id=\"main\" class=\"content-body\">
  1095.                                     ";
  1096.         // line 274
  1097.         $this->displayBlock('main'$context$blocks);
  1098.         // line 275
  1099.         echo "                                </section>
  1100.                                 ";
  1101.         // line 277
  1102.         $this->displayBlock('content_footer_wrapper'$context$blocks);
  1103.         // line 285
  1104.         echo "                            </article>
  1105.                         ";
  1106.         
  1107.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1108.         
  1109.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1110.     }
  1111.     // line 248
  1112.     public function block_content_header_wrapper($context, array $blocks = [])
  1113.     {
  1114.         $macros $this->macros;
  1115.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_header_wrapper"));
  1117.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_header_wrapper"));
  1119.         // line 249
  1120.         echo "                                    ";
  1121.         $context["has_help_message"] =  !twig_test_empty((((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse249), "helpMessage", [], "any"truetruefalse249) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse249), "helpMessage", [], "any"falsefalsefalse249)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "crud", [], "any"falsetruefalse249), "helpMessage", [], "any"falsefalsefalse249)) : ("")));
  1122.         // line 250
  1123.         echo "                                    <section class=\"content-header\">
  1124.                                         ";
  1125.         // line 251
  1126.         $this->displayBlock('content_header'$context$blocks);
  1127.         // line 270
  1128.         echo "                                    </section>
  1129.                                 ";
  1130.         
  1131.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1132.         
  1133.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1134.     }
  1135.     // line 251
  1136.     public function block_content_header($context, array $blocks = [])
  1137.     {
  1138.         $macros $this->macros;
  1139.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1140.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_header"));
  1141.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1142.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_header"));
  1143.         // line 252
  1144.         echo "                                            <div class=\"content-header-title\">
  1145.                                                 <h1 class=\"title\">
  1146.                                                     ";
  1147.         // line 254
  1148.         $this->displayBlock('content_title'$context$blocks);
  1149.         // line 255
  1150.         echo "
  1151.                                                     ";
  1152.         // line 256
  1153.         $this->displayBlock('content_help'$context$blocks);
  1154.         // line 263
  1155.         echo "                                                </h1>
  1156.                                             </div>
  1157.                                             ";
  1158.         // line 266
  1159.         $this->displayBlock('page_actions_wrapper'$context$blocks);
  1160.         // line 269
  1161.         echo "                                        ";
  1162.         
  1163.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1164.         
  1165.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1166.     }
  1167.     // line 254
  1168.     public function block_content_title($context, array $blocks = [])
  1169.     {
  1170.         $macros $this->macros;
  1171.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1172.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_title"));
  1173.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1174.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_title"));
  1175.         
  1176.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1177.         
  1178.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1179.     }
  1180.     // line 256
  1181.     public function block_content_help($context, array $blocks = [])
  1182.     {
  1183.         $macros $this->macros;
  1184.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1185.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_help"));
  1186.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1187.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_help"));
  1188.         // line 257
  1189.         echo "                                                        ";
  1190.         if ((isset($context["has_help_message"]) || array_key_exists("has_help_message"$context) ? $context["has_help_message"] : (function () { throw new RuntimeError('Variable "has_help_message" does not exist.'257$this->source); })())) {
  1191.             // line 258
  1192.             echo "                                                            <span class=\"content-header-help\">
  1193.                                                             <i class=\"far fa-question-circle\" data-bs-toggle=\"tooltip\" title=\"";
  1194.             // line 259
  1195.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ea"]) || array_key_exists("ea"$context) ? $context["ea"] : (function () { throw new RuntimeError('Variable "ea" does not exist.'259$this->source); })()), "crud", [], "any"falsefalsefalse259), "helpMessage", [], "any"falsefalsefalse259), "html_attr");
  1196.             echo "\"></i>
  1197.                                                         </span>
  1198.                                                         ";
  1199.         }
  1200.         // line 262
  1201.         echo "                                                    ";
  1202.         
  1203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1204.         
  1205.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1206.     }
  1207.     // line 266
  1208.     public function block_page_actions_wrapper($context, array $blocks = [])
  1209.     {
  1210.         $macros $this->macros;
  1211.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1212.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_actions_wrapper"));
  1213.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1214.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_actions_wrapper"));
  1215.         // line 267
  1216.         echo "                                                <div class=\"page-actions\">";
  1217.         $this->displayBlock('page_actions'$context$blocks);
  1218.         echo "</div>
  1219.                                             ";
  1220.         
  1221.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1222.         
  1223.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1224.     }
  1225.     public function block_page_actions($context, array $blocks = [])
  1226.     {
  1227.         $macros $this->macros;
  1228.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1229.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_actions"));
  1230.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1231.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_actions"));
  1232.         
  1233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1234.         
  1235.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1236.     }
  1237.     // line 274
  1238.     public function block_main($context, array $blocks = [])
  1239.     {
  1240.         $macros $this->macros;
  1241.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1242.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  1243.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1244.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  1245.         
  1246.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1247.         
  1248.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1249.     }
  1250.     // line 277
  1251.     public function block_content_footer_wrapper($context, array $blocks = [])
  1252.     {
  1253.         $macros $this->macros;
  1254.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1255.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_footer_wrapper"));
  1256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1257.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content_footer_wrapper"));
  1258.         // line 278
  1259.         echo "                                    ";
  1260.         $context["content_footer"] = ((        $this->hasBlock("content_footer"$context$blocks)) ? (        $this->renderBlock("content_footer"$context$blocks)) : (""));
  1261.         // line 279
  1262.         echo "                                    ";
  1263.         if ( !twig_test_empty((isset($context["content_footer"]) || array_key_exists("content_footer"$context) ? $context["content_footer"] : (function () { throw new RuntimeError('Variable "content_footer" does not exist.'279$this->source); })()))) {
  1264.             // line 280
  1265.             echo "                                        <section class=\"content-footer\">
  1266.                                             ";
  1267.             // line 281
  1268.             echo twig_escape_filter($this->env, (isset($context["content_footer"]) || array_key_exists("content_footer"$context) ? $context["content_footer"] : (function () { throw new RuntimeError('Variable "content_footer" does not exist.'281$this->source); })()), "html"nulltrue);
  1269.             echo "
  1270.                                         </section>
  1271.                                     ";
  1272.         }
  1273.         // line 284
  1274.         echo "                                ";
  1275.         
  1276.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1277.         
  1278.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1279.     }
  1280.     // line 295
  1281.     public function block_body_javascript($context, array $blocks = [])
  1282.     {
  1283.         $macros $this->macros;
  1284.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1285.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_javascript"));
  1286.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1287.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_javascript"));
  1288.         
  1289.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1290.         
  1291.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1292.     }
  1293.     // line 297
  1294.     public function block_configured_body_contents($context, array $blocks = [])
  1295.     {
  1296.         $macros $this->macros;
  1297.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1298.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_body_contents"));
  1299.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1300.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""configured_body_contents"));
  1301.         // line 298
  1302.         echo "        ";
  1303.         $context['_parent'] = $context;
  1304.         $context['_seq'] = twig_ensure_traversable((((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse298), "bodyContents", [], "any"truetruefalse298) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse298), "bodyContents", [], "any"falsefalsefalse298)))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["ea"] ?? null), "assets", [], "any"falsetruefalse298), "bodyContents", [], "any"falsefalsefalse298)) : ([])));
  1305.         foreach ($context['_seq'] as $context["_key"] => $context["htmlContent"]) {
  1306.             // line 299
  1307.             echo "            ";
  1308.             echo $context["htmlContent"];
  1309.             echo "
  1310.         ";
  1311.         }
  1312.         $_parent $context['_parent'];
  1313.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['htmlContent'], $context['_parent'], $context['loop']);
  1314.         $context array_intersect_key($context$_parent) + $_parent;
  1315.         // line 301
  1316.         echo "    ";
  1317.         
  1318.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1319.         
  1320.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1321.     }
  1322.     public function getTemplateName()
  1323.     {
  1324.         return "@EasyAdmin/layout.html.twig";
  1325.     }
  1326.     public function isTraitable()
  1327.     {
  1328.         return false;
  1329.     }
  1330.     public function getDebugInfo()
  1331.     {
  1332.         return array (  1537 => 301,  1528 => 299,  1523 => 298,  1513 => 297,  1495 => 295,  1485 => 284,  1479 => 281,  1476 => 280,  1473 => 279,  1470 => 278,  1460 => 277,  1442 => 274,  1412 => 267,  1402 => 266,  1392 => 262,  1386 => 259,  1383 => 258,  1380 => 257,  1370 => 256,  1352 => 254,  1342 => 269,  1340 => 266,  1335 => 263,  1333 => 256,  1330 => 255,  1328 => 254,  1324 => 252,  1314 => 251,  1303 => 270,  1301 => 251,  1298 => 250,  1295 => 249,  1285 => 248,  1274 => 285,  1272 => 277,  1268 => 275,  1266 => 274,  1262 => 272,  1260 => 248,  1257 => 247,  1247 => 246,  1234 => 238,  1230 => 236,  1224 => 234,  1222 => 233,  1218 => 232,  1212 => 230,  1202 => 229,  1192 => 198,  1186 => 197,  1180 => 196,  1170 => 194,  1167 => 193,  1152 => 191,  1147 => 190,  1144 => 189,  1142 => 188,  1137 => 187,  1132 => 186,  1122 => 185,  1110 => 220,  1102 => 216,  1100 => 215,  1090 => 212,  1086 => 211,  1077 => 205,  1072 => 203,  1068 => 202,  1064 => 201,  1060 => 199,  1057 => 185,  1047 => 184,  1036 => 223,  1034 => 184,  1030 => 182,  1020 => 181,  1009 => 241,  1007 => 229,  1002 => 226,  999 => 225,  996 => 181,  994 => 180,  991 => 179,  981 => 178,  968 => 167,  958 => 166,  944 => 156,  937 => 155,  927 => 154,  916 => 160,  914 => 154,  911 => 153,  901 => 152,  890 => 162,  888 => 152,  885 => 151,  875 => 150,  865 => 169,  863 => 166,  859 => 164,  857 => 150,  854 => 149,  844 => 148,  831 => 125,  824 => 124,  814 => 123,  801 => 141,  797 => 139,  791 => 137,  785 => 135,  782 => 134,  777 => 130,  773 => 128,  771 => 123,  764 => 118,  754 => 117,  740 => 287,  738 => 246,  733 => 243,  731 => 178,  726 => 177,  724 => 176,  716 => 170,  714 => 148,  708 => 144,  706 => 117,  703 => 116,  693 => 115,  683 => 110,  680 => 109,  665 => 107,  658 => 104,  652 => 103,  645 => 101,  638 => 100,  636 => 99,  633 => 98,  631 => 97,  628 => 96,  610 => 95,  607 => 94,  597 => 93,  584 => 64,  574 => 63,  563 => 292,  561 => 115,  557 => 113,  553 => 111,  551 => 93,  543 => 88,  539 => 87,  534 => 85,  530 => 83,  528 => 82,  525 => 81,  523 => 80,  520 => 79,  517 => 78,  511 => 76,  504 => 72,  499 => 69,  496 => 68,  494 => 67,  491 => 66,  488 => 63,  478 => 62,  464 => 57,  460 => 56,  456 => 54,  446 => 53,  411 => 52,  400 => 302,  398 => 297,  395 => 296,  393 => 295,  390 => 294,  388 => 62,  385 => 61,  383 => 53,  376 => 52,  366 => 51,  356 => 48,  347 => 46,  342 => 45,  332 => 44,  320 => 37,  315 => 36,  305 => 35,  292 => 32,  282 => 31,  269 => 28,  259 => 27,  247 => 24,  242 => 23,  232 => 22,  219 => 19,  209 => 18,  190 => 15,  175 => 8,  165 => 7,  154 => 304,  152 => 51,  148 => 49,  146 => 44,  143 => 43,  137 => 41,  135 => 40,  132 => 39,  130 => 35,  127 => 34,  125 => 31,  122 => 30,  120 => 27,  117 => 26,  115 => 22,  112 => 21,  110 => 18,  104 => 16,  100 => 15,  97 => 14,  95 => 7,  88 => 5,  84 => 3,  82 => 2,);
  1333.     }
  1334.     public function getSourceContext()
  1335.     {
  1336.         return new Source("{# @var ea \\EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext #}
  1337. {% trans_default_domain ea.i18n.translationDomain %}
  1338. <!DOCTYPE html>
  1339. <html lang=\"{{ ea.i18n.htmlLocale }}\" dir=\"{{ ea.i18n.textDirection }}\">
  1340. <head>
  1341.     {% block head_metas %}
  1342.         <meta charset=\"utf-8\">
  1343.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  1344.         <meta name=\"robots\" content=\"noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate, nocache\" />
  1345.         <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  1346.         <meta name=\"generator\" content=\"EasyAdmin\" />
  1347.     {% endblock head_metas %}
  1348.     {% set page_title_block_output %}{% block page_title %}{{ block('content_title') }}{% endblock %}{% endset %}
  1349.     <title>{{ page_title_block_output|striptags|raw }}</title>
  1350.     {% block head_stylesheets %}
  1351.         <link rel=\"stylesheet\" href=\"{{ asset('bundles/easyadmin/app.css') }}\">
  1352.     {% endblock %}
  1353.     {% block configured_stylesheets %}
  1354.         {{ include('@EasyAdmin/includes/_css_assets.html.twig', { assets: ea.assets.cssAssets ?? [] }, with_context = false) }}
  1355.         {{ include('@EasyAdmin/includes/_encore_link_tags.html.twig', { assets: ea.assets.webpackEncoreAssets ?? [] }, with_context = false) }}
  1356.     {% endblock %}
  1357.     {% block head_favicon %}
  1358.         <link rel=\"shortcut icon\" href=\"{{ asset(ea.dashboardFaviconPath) }}\">
  1359.     {% endblock %}
  1360.     {% block head_javascript %}
  1361.         <script src=\"{{ asset('bundles/easyadmin/app.js') }}\"></script>
  1362.     {% endblock head_javascript %}
  1363.     {% block configured_javascripts %}
  1364.         {{ include('@EasyAdmin/includes/_js_assets.html.twig', { assets: ea.assets.jsAssets ?? [] }, with_context = false) }}
  1365.         {{ include('@EasyAdmin/includes/_encore_script_tags.html.twig', { assets: ea.assets.webpackEncoreAssets ?? [] }, with_context = false) }}
  1366.     {% endblock %}
  1367.     {% if 'rtl' == ea.i18n.textDirection %}
  1368.         <link rel=\"stylesheet\" href=\"{{ asset('bundles/easyadmin/app.rtl.css') }}\">
  1369.     {% endif %}
  1370.     {% block configured_head_contents %}
  1371.         {% for htmlContent in ea.assets.headContents ?? [] %}
  1372.             {{ htmlContent|raw }}
  1373.         {% endfor %}
  1374.     {% endblock %}
  1375. </head>
  1376. {% block body %}
  1377.     <body id=\"{% block body_id %}{% endblock %}\" class=\"ea {% block body_class %}{% endblock %}\">
  1378.     {% block javascript_page_layout %}
  1379.         <script>
  1380.             document.body.classList.add(
  1381.                 'ea-content-width-' + (localStorage.getItem('ea/content/width') || '{{ ea.crud.contentWidth ?? ea.dashboardContentWidth ?? 'normal' }}'),
  1382.                 'ea-sidebar-width-' + (localStorage.getItem('ea/sidebar/width') || '{{ ea.crud.sidebarWidth ?? ea.dashboardSidebarWidth ?? 'normal' }}')
  1383.             );
  1384.         </script>
  1385.     {% endblock javascript_page_layout %}
  1386.     {% block wrapper_wrapper %}
  1387.         {% block flash_messages %}
  1388.             {{ include(ea.templatePath('flash_messages')) }}
  1389.         {% endblock flash_messages %}
  1390.         {% set user_menu_avatar %}
  1391.             {% if null == ea.userMenu.avatarUrl %}
  1392.                 <span class=\"user-avatar\">
  1393.                     <span class=\"fa-stack\">
  1394.                         <i class=\"user-avatar-icon-background fas fa-square fa-stack-2x\"></i>
  1395.                         <i class=\"user-avatar-icon-foreground {{ ea.user is not null ? 'fa fa-user' : 'fas fa-user-slash' }} fa-stack-1x fa-inverse\"></i>
  1396.                     </span>
  1397.                 </span>
  1398.             {% else %}
  1399.                 <img class=\"user-avatar\" src=\"{{ ea.userMenu.avatarUrl }}\" />
  1400.             {% endif %}
  1401.         {% endset %}
  1402.         {% set impersonator_permission = constant('Symfony\\\\Component\\\\Security\\\\Core\\\\Authorization\\\\Voter\\\\AuthenticatedVoter::IS_IMPERSONATOR') is defined ? 'IS_IMPERSONATOR' : 'ROLE_PREVIOUS_ADMIN' %}
  1403.         {% set user_menu_dropdown %}
  1404.             <ul class=\"dropdown-menu dropdown-menu-end\">
  1405.                 <li class=\"dropdown-user-details\">
  1406.                     <div>{{ user_menu_avatar }}</div>
  1407.                     <div>
  1408.                         <span class=\"user-label\">{{ 'user.logged_in_as'|trans(domain = 'EasyAdminBundle') }}</span>
  1409.                         <span class=\"user-name\">{{ ea.user is null ? 'user.anonymous'|trans(domain = 'EasyAdminBundle') : ea.userMenu.name }}</span>
  1410.                     </div>
  1411.                 </li>
  1412.                 <li><hr class=\"dropdown-divider\"></li>
  1413.                 {% block user_menu %}
  1414.                     {% if ea.userMenu.items|length > 0 %}
  1415.                         {% for item in ea.userMenu.items %}
  1416.                             <li>
  1417.                                 {% if item.isMenuSection and not loop.first %}
  1418.                                     <hr class=\"dropdown-divider\">
  1419.                                 {% elseif not item.isMenuSection %}
  1420.                                     <a href=\"{{ item.linkUrl }}\" class=\"dropdown-item user-action {{ item.cssClass }}\"
  1421.                                        target=\"{{ item.linkTarget }}\" rel=\"{{ item.linkRel }}\"
  1422.                                        referrerpolicy=\"origin-when-cross-origin\">
  1423.                                         {% if item.icon is not empty %}<i class=\"fa fa-fw {{ item.icon }}\"></i>{% endif %}
  1424.                                         <span>{{ item.label }}</span>
  1425.                                     </a>
  1426.                                 {% endif %}
  1427.                             </li>
  1428.                         {% endfor %}
  1429.                     {% endif %}
  1430.                 {% endblock user_menu %}
  1431.             </ul>
  1432.         {% endset %}
  1433.         <div class=\"wrapper\">
  1434.             {% block wrapper %}
  1435.                 <div class=\"responsive-header\">
  1436.                     {% block responsive_header %}
  1437.                         <button id=\"navigation-toggler\" type=\"button\" aria-label=\"Toggle navigation\">
  1438.                             <i class=\"fa fa-fw fa-bars\"></i>
  1439.                         </button>
  1440.                         <div id=\"responsive-header-logo\" class=\"text-truncate\">
  1441.                             {% block responsive_header_logo %}
  1442.                                 <a class=\"responsive-logo\" title=\"{{ ea.dashboardTitle|striptags }}\" href=\"{{ path(ea.dashboardRouteName) }}\">
  1443.                                     {{ ea.dashboardTitle|raw }}
  1444.                                 </a>
  1445.                             {% endblock responsive_header_logo %}
  1446.                         </div>
  1447.                         <div class=\"dropdown user-menu-wrapper {{ is_granted(impersonator_permission) ? 'user-is-impersonated' }}\">
  1448.                             <a class=\"user-details\" type=\"button\" data-bs-toggle=\"dropdown\" data-bs-offset=\"0,5\" aria-expanded=\"false\">
  1449.                                 {# to make the site design consistent, always display the user avatar in responsive header
  1450.                                    and hide the user name (because there's no space left) regardless of the user config #}
  1451.                                 {% if ea.userMenu.avatarDisplayed %}
  1452.                                     {{ user_menu_avatar }}
  1453.                                 {% else %}
  1454.                                     <i class=\"user-avatar fa fa-fw {{ ea.user is not null ? 'fa-user' : 'fa-user-times' }}\"></i>
  1455.                                 {% endif %}
  1456.                             </a>
  1457.                             {{ user_menu_dropdown }}
  1458.                         </div>
  1459.                     {% endblock responsive_header %}
  1460.                 </div>
  1461.                 <div class=\"sidebar-wrapper\">
  1462.                     <aside class=\"sidebar\">
  1463.                         {% block sidebar %}
  1464.                             <header class=\"main-header\">
  1465.                                 {% block header %}
  1466.                                 <nav class=\"navbar\" role=\"navigation\">
  1467.                                     {% block header_navbar %}
  1468.                                         <div id=\"header-logo\">
  1469.                                             {% block header_logo %}
  1470.                                                 <a class=\"logo\" title=\"{{ ea.dashboardTitle|striptags }}\" href=\"{{ path(ea.dashboardRouteName) }}\">
  1471.                                                     <span class=\"logo-custom\">{{ ea.dashboardTitle|raw }}</span>
  1472.                                                     <span class=\"logo-compact\"><i class=\"fas fa-home\"></i></span>
  1473.                                                 </a>
  1474.                                             {% endblock header_logo %}
  1475.                                         </div>
  1476.                                     {% endblock header_navbar %}
  1477.                                 </nav>
  1478.                                 {% endblock header %}
  1479.                             </header>
  1480.                             {% block main_menu_wrapper %}
  1481.                                 {{ include(ea.templatePath('main_menu')) }}
  1482.                             {% endblock main_menu_wrapper %}
  1483.                         {% endblock sidebar %}
  1484.                         <div id=\"sidebar-resizer-handler\" class=\"resizer-handler resizer-handler-left\"></div>
  1485.                     </aside>
  1486.                 </div>
  1487.                 <section class=\"main-content\">
  1488.                     {% set has_search = ea.crud is not null and ea.crud.isSearchEnabled %}
  1489.                     <aside class=\"content-top {{ has_search ? 'ea-search-enabled' : 'ea-search-disabled' }}\">
  1490.                         {% block content_top_header %}
  1491.                             <div class=\"content-search\">
  1492.                                 {% if has_search %}
  1493.                                     {% block search %}
  1494.                                         <form class=\"form-action-search\" method=\"get\">
  1495.                                             {% block search_form %}
  1496.                                                 {% block search_form_filters %}
  1497.                                                     {% for field, array in ea.search.appliedFilters %}
  1498.                                                         {% for key, value in array %}
  1499.                                                             {# This code re-applies your filters on searches, an iterable check is needed in cases we have more than one object for a filter #}
  1500.                                                             {% if value is iterable %}
  1501.                                                                 {% for index, iterValue in value %}
  1502.                                                                     <input type=\"hidden\" name=\"filters[{{ field }}][{{ key }}][{{ index }}]\" value=\"{{ iterValue }}\">
  1503.                                                                 {% endfor %}
  1504.                                                             {% else %}
  1505.                                                                 <input type=\"hidden\" name=\"filters[{{ field }}][{{ key }}]\" value=\"{{ value }}\">
  1506.                                                             {% endif %}
  1507.                                                         {% endfor %}
  1508.                                                     {% endfor %}
  1509.                                                 {% endblock %}
  1510.                                                 <input type=\"hidden\" name=\"crudAction\" value=\"index\">
  1511.                                                 <input type=\"hidden\" name=\"crudControllerFqcn\" value=\"{{ ea.request.query.get('crudControllerFqcn') }}\">
  1512.                                                 <input type=\"hidden\" name=\"menuIndex\" value=\"{{ ea.request.query.get('menuIndex') }}\">
  1513.                                                 <input type=\"hidden\" name=\"submenuIndex\" value=\"{{ ea.request.query.get('submenuIndex') }}\">
  1514.                                                 <input type=\"hidden\" name=\"page\" value=\"1\">
  1515.                                                 <input type=\"hidden\" name=\"signature\" value=\"{{ ea_url().unsetAll().setAction('index').setController(ea.request.query.get('crudControllerFqcn')).getSignature() }}\">
  1516.                                                 <div class=\"form-group\">
  1517.                                                     <div class=\"form-widget\">
  1518.                                                         <i class=\"fas fa-search content-search-icon\"></i>
  1519.                                                         <label class=\"content-search-label\" data-value=\"{{ app.request.get('query') }}\">
  1520.                                                             <input class=\"form-control {{ app.request.get('query') is null ? 'is-blank' }}\" type=\"search\" name=\"query\" value=\"{{ app.request.get('query') ?? '' }}\" placeholder=\"{{ 'action.search'|trans(ea.i18n.translationParameters, 'EasyAdminBundle') }}\" spellcheck=\"false\" autocorrect=\"false\" onInput=\"this.parentNode.dataset.value=this.value\">
  1521.                                                         </label>
  1522.                                                         {% if app.request.get('query') %}
  1523.                                                             <a href=\"{{ ea_url().unset('query') }}\" class=\"content-search-reset\">
  1524.                                                                 <i class=\"fas fa-fw fa-times\"></i>
  1525.                                                             </a>
  1526.                                                         {% endif %}
  1527.                                                     </div>
  1528.                                                 </div>
  1529.                                             {% endblock %}
  1530.                                         </form>
  1531.                                     {% endblock search %}
  1532.                                 {% endif %}
  1533.                             </div>
  1534.                             <div class=\"navbar-custom-menu\">
  1535.                                 {% block header_custom_menu %}
  1536.                                     <div class=\"dropdown user-menu-wrapper {{ is_granted(impersonator_permission) ? 'user-is-impersonated' }}\">
  1537.                                         <a class=\"user-details\" type=\"button\" data-bs-toggle=\"dropdown\" data-bs-offset=\"0,5\" aria-expanded=\"false\">
  1538.                                             {{ user_menu_avatar }}
  1539.                                             {% if ea.userMenu.isNameDisplayed %}
  1540.                                                 <span class=\"user-name\">{{ ea.userMenu.name }}</span>
  1541.                                             {% endif %}
  1542.                                         </a>
  1543.                                         {{ user_menu_dropdown }}
  1544.                                     </div>
  1545.                                 {% endblock header_custom_menu %}
  1546.                             </div>
  1547.                         {% endblock content_top_header %}
  1548.                     </aside>
  1549.                     <div class=\"content-wrapper\">
  1550.                         {% block content %}
  1551.                             <article class=\"content\">
  1552.                                 {% block content_header_wrapper %}
  1553.                                     {% set has_help_message = (ea.crud.helpMessage ?? '') is not empty %}
  1554.                                     <section class=\"content-header\">
  1555.                                         {% block content_header %}
  1556.                                             <div class=\"content-header-title\">
  1557.                                                 <h1 class=\"title\">
  1558.                                                     {% block content_title %}{% endblock %}
  1559.                                                     {% block content_help %}
  1560.                                                         {% if has_help_message %}
  1561.                                                             <span class=\"content-header-help\">
  1562.                                                             <i class=\"far fa-question-circle\" data-bs-toggle=\"tooltip\" title=\"{{ ea.crud.helpMessage|e('html_attr') }}\"></i>
  1563.                                                         </span>
  1564.                                                         {% endif %}
  1565.                                                     {% endblock %}
  1566.                                                 </h1>
  1567.                                             </div>
  1568.                                             {% block page_actions_wrapper %}
  1569.                                                 <div class=\"page-actions\">{% block page_actions %}{% endblock %}</div>
  1570.                                             {% endblock %}
  1571.                                         {% endblock content_header %}
  1572.                                     </section>
  1573.                                 {% endblock content_header_wrapper %}
  1574.                                 <section id=\"main\" class=\"content-body\">
  1575.                                     {% block main %}{% endblock %}
  1576.                                 </section>
  1577.                                 {% block content_footer_wrapper %}
  1578.                                     {% set content_footer = block('content_footer') is defined ? block('content_footer') : '' %}
  1579.                                     {% if content_footer is not empty %}
  1580.                                         <section class=\"content-footer\">
  1581.                                             {{ content_footer }}
  1582.                                         </section>
  1583.                                     {% endif %}
  1584.                                 {% endblock %}
  1585.                             </article>
  1586.                         {% endblock content %}
  1587.                         <div id=\"content-resizer-handler\" class=\"resizer-handler resizer-handler-right\"></div>
  1588.                     </div>
  1589.                 </section>
  1590.             {% endblock wrapper %}
  1591.         </div>
  1592.     {% endblock wrapper_wrapper %}
  1593.     {% block body_javascript %}{% endblock body_javascript %}
  1594.     {% block configured_body_contents %}
  1595.         {% for htmlContent in ea.assets.bodyContents ?? [] %}
  1596.             {{ htmlContent|raw }}
  1597.         {% endfor %}
  1598.     {% endblock %}
  1599.     </body>
  1600. {% endblock body %}
  1601. </html>
  1602. ""@EasyAdmin/layout.html.twig""/var/www/vhosts/astp.tn/httpdocs/templates/bundles/EasyAdminBundle/layout.html.twig");
  1603.     }
  1604. }