var/cache/dev/twig/77/77621afb0eb9d3c9e9b4fb7c195ae3955f9299eb09006ec6574e187117c69e74.php line 65

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. /* SonataAdminBundle::standard_layout.html.twig */
  14. class __TwigTemplate_e20b2042981a74c6ac08729d311f3dea18bb1d4fd87e237bf6a63a929a69a4b7 extends \Twig\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.             'html_attributes' => [$this'block_html_attributes'],
  25.             'meta_tags' => [$this'block_meta_tags'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.             'sonata_javascript_config' => [$this'block_sonata_javascript_config'],
  29.             'sonata_javascript_pool' => [$this'block_sonata_javascript_pool'],
  30.             'sonata_head_title' => [$this'block_sonata_head_title'],
  31.             'body_attributes' => [$this'block_body_attributes'],
  32.             'sonata_header' => [$this'block_sonata_header'],
  33.             'sonata_header_noscript_warning' => [$this'block_sonata_header_noscript_warning'],
  34.             'logo' => [$this'block_logo'],
  35.             'sonata_nav' => [$this'block_sonata_nav'],
  36.             'sonata_breadcrumb' => [$this'block_sonata_breadcrumb'],
  37.             'sonata_top_nav_menu' => [$this'block_sonata_top_nav_menu'],
  38.             'sonata_top_nav_menu_add_block' => [$this'block_sonata_top_nav_menu_add_block'],
  39.             'sonata_top_nav_menu_user_block' => [$this'block_sonata_top_nav_menu_user_block'],
  40.             'sonata_wrapper' => [$this'block_sonata_wrapper'],
  41.             'sonata_left_side' => [$this'block_sonata_left_side'],
  42.             'sonata_side_nav' => [$this'block_sonata_side_nav'],
  43.             'sonata_sidebar_search' => [$this'block_sonata_sidebar_search'],
  44.             'side_bar_before_nav' => [$this'block_side_bar_before_nav'],
  45.             'side_bar_nav' => [$this'block_side_bar_nav'],
  46.             'side_bar_after_nav' => [$this'block_side_bar_after_nav'],
  47.             'side_bar_after_nav_content' => [$this'block_side_bar_after_nav_content'],
  48.             'sonata_page_content' => [$this'block_sonata_page_content'],
  49.             'sonata_page_content_header' => [$this'block_sonata_page_content_header'],
  50.             'sonata_page_content_nav' => [$this'block_sonata_page_content_nav'],
  51.             'tab_menu_navbar_header' => [$this'block_tab_menu_navbar_header'],
  52.             'sonata_admin_content_actions_wrappers' => [$this'block_sonata_admin_content_actions_wrappers'],
  53.             'sonata_admin_content' => [$this'block_sonata_admin_content'],
  54.             'notice' => [$this'block_notice'],
  55.             'bootlint' => [$this'block_bootlint'],
  56.         ];
  57.     }
  58.     protected function doDisplay(array $context, array $blocks = [])
  59.     {
  60.         $macros $this->macros;
  61.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  62.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SonataAdminBundle::standard_layout.html.twig"));
  63.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""SonataAdminBundle::standard_layout.html.twig"));
  65.         // line 12
  66.         $context["_preview"] = ((        $this->hasBlock("preview"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("preview"$context$blocks))) : (null));
  67.         // line 13
  68.         $context["_form"] = ((        $this->hasBlock("form"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("form"$context$blocks))) : (null));
  69.         // line 14
  70.         $context["_show"] = ((        $this->hasBlock("show"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("show"$context$blocks))) : (null));
  71.         // line 15
  72.         $context["_list_table"] = ((        $this->hasBlock("list_table"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("list_table"$context$blocks))) : (null));
  73.         // line 16
  74.         $context["_list_filters"] = ((        $this->hasBlock("list_filters"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("list_filters"$context$blocks))) : (null));
  75.         // line 17
  76.         $context["_tab_menu"] = ((        $this->hasBlock("tab_menu"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("tab_menu"$context$blocks))) : (null));
  77.         // line 18
  78.         $context["_content"] = ((        $this->hasBlock("content"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("content"$context$blocks))) : (null));
  79.         // line 19
  80.         $context["_title"] = ((        $this->hasBlock("title"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("title"$context$blocks))) : (null));
  81.         // line 20
  82.         $context["_breadcrumb"] = ((        $this->hasBlock("breadcrumb"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("breadcrumb"$context$blocks))) : (null));
  83.         // line 21
  84.         $context["_actions"] = ((        $this->hasBlock("actions"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("actions"$context$blocks))) : (null));
  85.         // line 22
  86.         $context["_navbar_title"] = ((        $this->hasBlock("navbar_title"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("navbar_title"$context$blocks))) : (null));
  87.         // line 23
  88.         $context["_list_filters_actions"] = ((        $this->hasBlock("list_filters_actions"$context$blocks)) ? (twig_trim_filter(        $this->renderBlock("list_filters_actions"$context$blocks))) : (null));
  89.         // line 25
  90.         echo "<!DOCTYPE html>
  91. <html ";
  92.         // line 26
  93.         $this->displayBlock('html_attributes'$context$blocks);
  94.         echo ">
  95.     <head>
  96.         ";
  97.         // line 28
  98.         $this->displayBlock('meta_tags'$context$blocks);
  99.         // line 33
  100.         echo "
  101.         <meta data-sonata-admin='";
  102.         // line 34
  103.         echo json_encode(["config" => ["CONFIRM_EXIT" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 36
  104. (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'36$this->source); })()), "adminPool", [], "any"falsefalsefalse36), "getOption", [=> "confirm_exit"], "method"falsefalsefalse36), "USE_SELECT2" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 37
  105. (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'37$this->source); })()), "adminPool", [], "any"falsefalsefalse37), "getOption", [=> "use_select2"], "method"falsefalsefalse37), "USE_ICHECK" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 38
  106. (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'38$this->source); })()), "adminPool", [], "any"falsefalsefalse38), "getOption", [=> "use_icheck"], "method"falsefalsefalse38), "USE_STICKYFORMS" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 39
  107. (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'39$this->source); })()), "adminPool", [], "any"falsefalsefalse39), "getOption", [=> "use_stickyforms"], "method"falsefalsefalse39), "DEBUG" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 40
  108. (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'40$this->source); })()), "adminPool", [], "any"falsefalsefalse40), "getOption", [=> "js_debug"], "method"falsefalsefalse40)], "translations" => ["CONFIRM_EXIT" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("confirm_exit", [], "SonataAdminBundle")]]);
  109.         // line 45
  110.         echo "'
  111.         >
  112.         ";
  113.         // line 48
  114.         $this->displayBlock('stylesheets'$context$blocks);
  115.         // line 53
  116.         echo "
  117.         ";
  118.         // line 54
  119.         $this->displayBlock('javascripts'$context$blocks);
  120.         // line 82
  121.         echo "
  122.         <title>
  123.         ";
  124.         // line 84
  125.         $this->displayBlock('sonata_head_title'$context$blocks);
  126.         // line 110
  127.         echo "        </title>
  128.     </head>
  129.     <body
  130.             ";
  131.         // line 113
  132.         $this->displayBlock('body_attributes'$context$blocks);
  133.         // line 119
  134.         echo ">
  135.     <div class=\"wrapper\">
  136.         ";
  137.         // line 123
  138.         $this->displayBlock('sonata_header'$context$blocks);
  139.         // line 223
  140.         echo "
  141.         ";
  142.         // line 224
  143.         $this->displayBlock('sonata_wrapper'$context$blocks);
  144.         // line 362
  145.         echo "    </div>
  146.     ";
  147.         // line 364
  148.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'364$this->source); })()), "adminPool", [], "any"falsefalsefalse364), "getOption", [=> "use_bootlint"], "method"falsefalsefalse364)) {
  149.             // line 365
  150.             echo "        ";
  151.             $this->displayBlock('bootlint'$context$blocks);
  152.             // line 371
  153.             echo "    ";
  154.         }
  155.         // line 372
  156.         echo "
  157.     </body>
  158. </html>
  159. ";
  160.         
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  162.         
  163.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  164.     }
  165.     // line 26
  166.     public function block_html_attributes($context, array $blocks = [])
  167.     {
  168.         $macros $this->macros;
  169.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  170.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""html_attributes"));
  171.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  172.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""html_attributes"));
  173.         echo "class=\"no-js\"";
  174.         
  175.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  176.         
  177.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  178.     }
  179.     // line 28
  180.     public function block_meta_tags($context, array $blocks = [])
  181.     {
  182.         $macros $this->macros;
  183.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  184.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_tags"));
  185.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  186.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_tags"));
  187.         // line 29
  188.         echo "            <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  189.             <meta charset=\"UTF-8\">
  190.             <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
  191.         ";
  192.         
  193.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  194.         
  195.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  196.     }
  197.     // line 48
  198.     public function block_stylesheets($context, array $blocks = [])
  199.     {
  200.         $macros $this->macros;
  201.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  204.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  205.         // line 49
  206.         echo "            ";
  207.         $context['_parent'] = $context;
  208.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'49$this->source); })()), "adminPool", [], "any"falsefalsefalse49), "getOption", [=> "stylesheets"=> []], "method"falsefalsefalse49));
  209.         foreach ($context['_seq'] as $context["_key"] => $context["stylesheet"]) {
  210.             // line 50
  211.             echo "                <link rel=\"stylesheet\" href=\"";
  212.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["stylesheet"]), "html"nulltrue);
  213.             echo "\">
  214.             ";
  215.         }
  216.         $_parent $context['_parent'];
  217.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['stylesheet'], $context['_parent'], $context['loop']);
  218.         $context array_intersect_key($context$_parent) + $_parent;
  219.         // line 52
  220.         echo "        ";
  221.         
  222.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  223.         
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  225.     }
  226.     // line 54
  227.     public function block_javascripts($context, array $blocks = [])
  228.     {
  229.         $macros $this->macros;
  230.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  232.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  234.         // line 55
  235.         echo "            ";
  236.         $this->displayBlock('sonata_javascript_config'$context$blocks);
  237.         // line 57
  238.         echo "
  239.             ";
  240.         // line 58
  241.         $this->displayBlock('sonata_javascript_pool'$context$blocks);
  242.         // line 63
  243.         echo "
  244.             ";
  245.         // line 65
  246.         echo "            ";
  247.         $context["localeForMoment"] = $this->extensions['Sonata\AdminBundle\Twig\Extension\SonataAdminExtension']->getCanonicalizedLocaleForMoment($context);
  248.         // line 66
  249.         echo "            ";
  250.         if ((isset($context["localeForMoment"]) || array_key_exists("localeForMoment"$context) ? $context["localeForMoment"] : (function () { throw new RuntimeError('Variable "localeForMoment" does not exist.'66$this->source); })())) {
  251.             // line 67
  252.             echo "                <script src=\"";
  253.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("bundles/sonatacore/vendor/moment/locale/" .             // line 69
  254. (isset($context["localeForMoment"]) || array_key_exists("localeForMoment"$context) ? $context["localeForMoment"] : (function () { throw new RuntimeError('Variable "localeForMoment" does not exist.'69$this->source); })())) . ".js")), "html"nulltrue);
  255.             // line 71
  256.             echo "\"></script>
  257.             ";
  258.         }
  259.         // line 73
  260.         echo "
  261.             ";
  262.         // line 75
  263.         echo "            ";
  264.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'75$this->source); })()), "adminPool", [], "any"falsefalsefalse75), "getOption", [=> "use_select2"], "method"falsefalsefalse75)) {
  265.             // line 76
  266.             echo "                ";
  267.             $context["localeForSelect2"] = $this->extensions['Sonata\AdminBundle\Twig\Extension\SonataAdminExtension']->getCanonicalizedLocaleForSelect2($context);
  268.             // line 77
  269.             echo "                ";
  270.             if ((isset($context["localeForSelect2"]) || array_key_exists("localeForSelect2"$context) ? $context["localeForSelect2"] : (function () { throw new RuntimeError('Variable "localeForSelect2" does not exist.'77$this->source); })())) {
  271.                 // line 78
  272.                 echo "                    <script src=\"";
  273.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("bundles/sonatacore/vendor/select2/select2_locale_" . (isset($context["localeForSelect2"]) || array_key_exists("localeForSelect2"$context) ? $context["localeForSelect2"] : (function () { throw new RuntimeError('Variable "localeForSelect2" does not exist.'78$this->source); })())) . ".js")), "html"nulltrue);
  274.                 echo "\"></script>
  275.                 ";
  276.             }
  277.             // line 80
  278.             echo "            ";
  279.         }
  280.         // line 81
  281.         echo "        ";
  282.         
  283.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  284.         
  285.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  286.     }
  287.     // line 55
  288.     public function block_sonata_javascript_config($context, array $blocks = [])
  289.     {
  290.         $macros $this->macros;
  291.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  292.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_javascript_config"));
  293.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  294.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_javascript_config"));
  295.         // line 56
  296.         echo "            ";
  297.         
  298.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  299.         
  300.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  301.     }
  302.     // line 58
  303.     public function block_sonata_javascript_pool($context, array $blocks = [])
  304.     {
  305.         $macros $this->macros;
  306.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  307.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_javascript_pool"));
  308.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  309.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_javascript_pool"));
  310.         // line 59
  311.         echo "                ";
  312.         $context['_parent'] = $context;
  313.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'59$this->source); })()), "adminPool", [], "any"falsefalsefalse59), "getOption", [=> "javascripts"=> []], "method"falsefalsefalse59));
  314.         foreach ($context['_seq'] as $context["_key"] => $context["javascript"]) {
  315.             // line 60
  316.             echo "                    <script src=\"";
  317.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["javascript"]), "html"nulltrue);
  318.             echo "\"></script>
  319.                 ";
  320.         }
  321.         $_parent $context['_parent'];
  322.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['javascript'], $context['_parent'], $context['loop']);
  323.         $context array_intersect_key($context$_parent) + $_parent;
  324.         // line 62
  325.         echo "            ";
  326.         
  327.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  328.         
  329.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  330.     }
  331.     // line 84
  332.     public function block_sonata_head_title($context, array $blocks = [])
  333.     {
  334.         $macros $this->macros;
  335.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  336.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_head_title"));
  337.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  338.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_head_title"));
  339.         // line 85
  340.         echo "            ";
  341.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Admin", [], "SonataAdminBundle"), "html"nulltrue);
  342.         echo "
  343.             ";
  344.         // line 87
  345.         if ( !twig_test_empty((isset($context["_title"]) || array_key_exists("_title"$context) ? $context["_title"] : (function () { throw new RuntimeError('Variable "_title" does not exist.'87$this->source); })()))) {
  346.             // line 88
  347.             echo "                ";
  348.             echo strip_tags((isset($context["_title"]) || array_key_exists("_title"$context) ? $context["_title"] : (function () { throw new RuntimeError('Variable "_title" does not exist.'88$this->source); })()));
  349.             echo "
  350.             ";
  351.         } else {
  352.             // line 90
  353.             echo "                ";
  354.             if ((isset($context["action"]) || array_key_exists("action"$context))) {
  355.                 // line 91
  356.                 echo "                    -
  357.                     ";
  358.                 // line 92
  359.                 $context['_parent'] = $context;
  360.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["breadcrumbs_builder"]) || array_key_exists("breadcrumbs_builder"$context) ? $context["breadcrumbs_builder"] : (function () { throw new RuntimeError('Variable "breadcrumbs_builder" does not exist.'92$this->source); })()), "breadcrumbs", [=> (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'92$this->source); })()), => (isset($context["action"]) || array_key_exists("action"$context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.'92$this->source); })())], "method"falsefalsefalse92));
  361.                 $context['loop'] = [
  362.                   'parent' => $context['_parent'],
  363.                   'index0' => 0,
  364.                   'index'  => 1,
  365.                   'first'  => true,
  366.                 ];
  367.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  368.                     $length count($context['_seq']);
  369.                     $context['loop']['revindex0'] = $length 1;
  370.                     $context['loop']['revindex'] = $length;
  371.                     $context['loop']['length'] = $length;
  372.                     $context['loop']['last'] = === $length;
  373.                 }
  374.                 foreach ($context['_seq'] as $context["_key"] => $context["menu"]) {
  375.                     // line 93
  376.                     echo "                        ";
  377.                     if ( !twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse93)) {
  378.                         // line 94
  379.                         echo "                            ";
  380.                         if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse94) != 2)) {
  381.                             // line 95
  382.                             echo "                                &gt;
  383.                             ";
  384.                         }
  385.                         // line 98
  386.                         $context["translation_domain"] = twig_get_attribute($this->env$this->source$context["menu"], "extra", [=> "translation_domain"=> "messages"], "method"falsefalsefalse98);
  387.                         // line 99
  388.                         $context["label"] = twig_get_attribute($this->env$this->source$context["menu"], "label", [], "any"falsefalsefalse99);
  389.                         // line 100
  390.                         if ( !((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'100$this->source); })()) === false)) {
  391.                             // line 101
  392.                             $context["label"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'101$this->source); })()), twig_get_attribute($this->env$this->source$context["menu"], "extra", [=> "translation_params"=> []], "method"falsefalsefalse101), (isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'101$this->source); })()));
  393.                         }
  394.                         // line 104
  395.                         echo twig_escape_filter($this->env, (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'104$this->source); })()), "html"nulltrue);
  396.                         echo "
  397.                         ";
  398.                     }
  399.                     // line 106
  400.                     echo "                    ";
  401.                     ++$context['loop']['index0'];
  402.                     ++$context['loop']['index'];
  403.                     $context['loop']['first'] = false;
  404.                     if (isset($context['loop']['length'])) {
  405.                         --$context['loop']['revindex0'];
  406.                         --$context['loop']['revindex'];
  407.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  408.                     }
  409.                 }
  410.                 $_parent $context['_parent'];
  411.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu'], $context['_parent'], $context['loop']);
  412.                 $context array_intersect_key($context$_parent) + $_parent;
  413.                 // line 107
  414.                 echo "                ";
  415.             }
  416.             // line 108
  417.             echo "            ";
  418.         }
  419.         // line 109
  420.         echo "        ";
  421.         
  422.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  423.         
  424.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  425.     }
  426.     // line 113
  427.     public function block_body_attributes($context, array $blocks = [])
  428.     {
  429.         $macros $this->macros;
  430.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  431.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_attributes"));
  432.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  433.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_attributes"));
  434.         // line 114
  435.         echo "class=\"sonata-bc skin-black fixed
  436.                 ";
  437.         // line 115
  438.         if (twig_get_attribute($this->env$this->sourcetwig_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.'115$this->source); })()), "request", [], "any"falsefalsefalse115), "cookies", [], "any"falsefalsefalse115), "get", [=> "sonata_sidebar_hide"], "method"falsefalsefalse115)) {
  439.             // line 116
  440.             echo "sidebar-collapse";
  441.         }
  442.         // line 117
  443.         echo "\"";
  444.         
  445.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  446.         
  447.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  448.     }
  449.     // line 123
  450.     public function block_sonata_header($context, array $blocks = [])
  451.     {
  452.         $macros $this->macros;
  453.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  454.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_header"));
  455.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  456.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_header"));
  457.         // line 124
  458.         echo "            <header class=\"main-header\">
  459.                 ";
  460.         // line 125
  461.         $this->displayBlock('sonata_header_noscript_warning'$context$blocks);
  462.         // line 132
  463.         echo "                ";
  464.         $this->displayBlock('logo'$context$blocks);
  465.         // line 144
  466.         echo "                ";
  467.         $this->displayBlock('sonata_nav'$context$blocks);
  468.         // line 221
  469.         echo "            </header>
  470.         ";
  471.         
  472.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  473.         
  474.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  475.     }
  476.     // line 125
  477.     public function block_sonata_header_noscript_warning($context, array $blocks = [])
  478.     {
  479.         $macros $this->macros;
  480.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  481.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_header_noscript_warning"));
  482.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  483.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_header_noscript_warning"));
  484.         // line 126
  485.         echo "                    <noscript>
  486.                         <div class=\"noscript-warning\">
  487.                             ";
  488.         // line 128
  489.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("noscript_warning", [], "SonataAdminBundle"), "html"nulltrue);
  490.         echo "
  491.                         </div>
  492.                     </noscript>
  493.                 ";
  494.         
  495.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  496.         
  497.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  498.     }
  499.     // line 132
  500.     public function block_logo($context, array $blocks = [])
  501.     {
  502.         $macros $this->macros;
  503.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  504.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""logo"));
  505.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  506.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""logo"));
  507.         // line 133
  508.         echo "                    ";
  509.         ob_start();
  510.         // line 134
  511.         echo "                        <a class=\"logo\" href=\"";
  512.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sonata_admin_dashboard");
  513.         echo "\">
  514.                             ";
  515.         // line 135
  516.         if ((("single_image" == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'135$this->source); })()), "adminPool", [], "any"falsefalsefalse135), "getOption", [=> "title_mode"], "method"falsefalsefalse135)) || ("both" == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'135$this->source); })()), "adminPool", [], "any"falsefalsefalse135), "getOption", [=> "title_mode"], "method"falsefalsefalse135)))) {
  517.             // line 136
  518.             echo "                                <img src=\"";
  519.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'136$this->source); })()), "adminPool", [], "any"falsefalsefalse136), "titlelogo", [], "any"falsefalsefalse136)), "html"nulltrue);
  520.             echo "\" alt=\"";
  521.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'136$this->source); })()), "adminPool", [], "any"falsefalsefalse136), "title", [], "any"falsefalsefalse136), "html"nulltrue);
  522.             echo "\">
  523.                             ";
  524.         }
  525.         // line 138
  526.         echo "                            ";
  527.         if ((("single_text" == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'138$this->source); })()), "adminPool", [], "any"falsefalsefalse138), "getOption", [=> "title_mode"], "method"falsefalsefalse138)) || ("both" == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'138$this->source); })()), "adminPool", [], "any"falsefalsefalse138), "getOption", [=> "title_mode"], "method"falsefalsefalse138)))) {
  528.             // line 139
  529.             echo "                                <span>";
  530.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'139$this->source); })()), "adminPool", [], "any"falsefalsefalse139), "title", [], "any"falsefalsefalse139), "html"nulltrue);
  531.             echo "</span>
  532.                             ";
  533.         }
  534.         // line 141
  535.         echo "                        </a>
  536.                     ";
  537.         $___internal_c81ffc4aaf6202a7320e626ecd7789bad6c11b7c8c26c96606ba7d392ff16d95_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  538.         // line 133
  539.         echo twig_spaceless($___internal_c81ffc4aaf6202a7320e626ecd7789bad6c11b7c8c26c96606ba7d392ff16d95_);
  540.         // line 143
  541.         echo "                ";
  542.         
  543.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  544.         
  545.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  546.     }
  547.     // line 144
  548.     public function block_sonata_nav($context, array $blocks = [])
  549.     {
  550.         $macros $this->macros;
  551.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  552.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_nav"));
  553.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  554.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_nav"));
  555.         // line 145
  556.         echo "                    <nav class=\"navbar navbar-static-top\" role=\"navigation\">
  557.                         <a href=\"#\" class=\"sidebar-toggle\" data-toggle=\"offcanvas\"
  558.                            role=\"button\" title=\"";
  559.         // line 147
  560.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("toggle_navigation", [], "SonataAdminBundle"), "html"nulltrue);
  561.         echo "\">
  562.                             <span class=\"sr-only\">";
  563.         // line 148
  564.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("toggle_navigation", [], "SonataAdminBundle"), "html"nulltrue);
  565.         echo "</span>
  566.                         </a>
  567.                         <div class=\"navbar-left\">
  568.                             ";
  569.         // line 152
  570.         $this->displayBlock('sonata_breadcrumb'$context$blocks);
  571.         // line 191
  572.         echo "                        </div>
  573.                         ";
  574.         // line 193
  575.         $this->displayBlock('sonata_top_nav_menu'$context$blocks);
  576.         // line 219
  577.         echo "                    </nav>
  578.                 ";
  579.         
  580.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  581.         
  582.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  583.     }
  584.     // line 152
  585.     public function block_sonata_breadcrumb($context, array $blocks = [])
  586.     {
  587.         $macros $this->macros;
  588.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  589.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_breadcrumb"));
  590.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  591.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_breadcrumb"));
  592.         // line 153
  593.         echo "                                <div class=\"hidden-xs\">
  594.                                     ";
  595.         // line 154
  596.         if (( !twig_test_empty((isset($context["_breadcrumb"]) || array_key_exists("_breadcrumb"$context) ? $context["_breadcrumb"] : (function () { throw new RuntimeError('Variable "_breadcrumb" does not exist.'154$this->source); })())) || (isset($context["action"]) || array_key_exists("action"$context)))) {
  597.             // line 155
  598.             echo "                                        <ol class=\"nav navbar-top-links breadcrumb\">
  599.                                             ";
  600.             // line 156
  601.             if (twig_test_empty((isset($context["_breadcrumb"]) || array_key_exists("_breadcrumb"$context) ? $context["_breadcrumb"] : (function () { throw new RuntimeError('Variable "_breadcrumb" does not exist.'156$this->source); })()))) {
  602.                 // line 157
  603.                 echo "                                                ";
  604.                 if ((isset($context["action"]) || array_key_exists("action"$context))) {
  605.                     // line 158
  606.                     echo "                                                    ";
  607.                     $context['_parent'] = $context;
  608.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["breadcrumbs_builder"]) || array_key_exists("breadcrumbs_builder"$context) ? $context["breadcrumbs_builder"] : (function () { throw new RuntimeError('Variable "breadcrumbs_builder" does not exist.'158$this->source); })()), "breadcrumbs", [=> (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'158$this->source); })()), => (isset($context["action"]) || array_key_exists("action"$context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.'158$this->source); })())], "method"falsefalsefalse158));
  609.                     $context['loop'] = [
  610.                       'parent' => $context['_parent'],
  611.                       'index0' => 0,
  612.                       'index'  => 1,
  613.                       'first'  => true,
  614.                     ];
  615.                     if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  616.                         $length count($context['_seq']);
  617.                         $context['loop']['revindex0'] = $length 1;
  618.                         $context['loop']['revindex'] = $length;
  619.                         $context['loop']['length'] = $length;
  620.                         $context['loop']['last'] = === $length;
  621.                     }
  622.                     foreach ($context['_seq'] as $context["_key"] => $context["menu"]) {
  623.                         // line 159
  624.                         $context["translation_domain"] = twig_get_attribute($this->env$this->source$context["menu"], "extra", [=> "translation_domain"=> "messages"], "method"falsefalsefalse159);
  625.                         // line 160
  626.                         $context["label"] = twig_get_attribute($this->env$this->source$context["menu"], "label", [], "any"falsefalsefalse160);
  627.                         // line 161
  628.                         if ( !((isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'161$this->source); })()) === false)) {
  629.                             // line 162
  630.                             $context["label"] = $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'162$this->source); })()), twig_get_attribute($this->env$this->source$context["menu"], "extra", [=> "translation_params"=> []], "method"falsefalsefalse162), (isset($context["translation_domain"]) || array_key_exists("translation_domain"$context) ? $context["translation_domain"] : (function () { throw new RuntimeError('Variable "translation_domain" does not exist.'162$this->source); })()));
  631.                         }
  632.                         // line 165
  633.                         if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse165)) {
  634.                             // line 166
  635.                             echo "                                                            <li>
  636.                                                                 ";
  637.                             // line 167
  638.                             if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["menu"], "uri", [], "any"falsefalsefalse167))) {
  639.                                 // line 168
  640.                                 echo "                                                                    <a href=\"";
  641.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["menu"], "uri", [], "any"falsefalsefalse168), "html"nulltrue);
  642.                                 echo "\">
  643.                                                                         ";
  644.                                 // line 169
  645.                                 if (twig_get_attribute($this->env$this->source$context["menu"], "extra", [=> "safe_label"=> true], "method"falsefalsefalse169)) {
  646.                                     // line 170
  647.                                     echo (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'170$this->source); })());
  648.                                 } else {
  649.                                     // line 172
  650.                                     echo twig_escape_filter($this->envtwig_truncate_filter($this->env, (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'172$this->source); })()), 100), "html"nulltrue);
  651.                                 }
  652.                                 // line 174
  653.                                 echo "                                                                    </a>
  654.                                                                 ";
  655.                             } else {
  656.                                 // line 176
  657.                                 echo "                                                                    <span>";
  658.                                 echo twig_escape_filter($this->envtwig_truncate_filter($this->env, (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'176$this->source); })()), 100), "html"nulltrue);
  659.                                 echo "</span>
  660.                                                                 ";
  661.                             }
  662.                             // line 178
  663.                             echo "                                                            </li>
  664.                                                         ";
  665.                         } else {
  666.                             // line 180
  667.                             echo "                                                            <li class=\"active\"><span>";
  668.                             echo twig_escape_filter($this->envtwig_truncate_filter($this->env, (isset($context["label"]) || array_key_exists("label"$context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.'180$this->source); })()), 100), "html"nulltrue);
  669.                             echo "</span></li>
  670.                                                         ";
  671.                         }
  672.                         // line 182
  673.                         echo "                                                    ";
  674.                         ++$context['loop']['index0'];
  675.                         ++$context['loop']['index'];
  676.                         $context['loop']['first'] = false;
  677.                         if (isset($context['loop']['length'])) {
  678.                             --$context['loop']['revindex0'];
  679.                             --$context['loop']['revindex'];
  680.                             $context['loop']['last'] = === $context['loop']['revindex0'];
  681.                         }
  682.                     }
  683.                     $_parent $context['_parent'];
  684.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu'], $context['_parent'], $context['loop']);
  685.                     $context array_intersect_key($context$_parent) + $_parent;
  686.                     // line 183
  687.                     echo "                                                ";
  688.                 }
  689.                 // line 184
  690.                 echo "                                            ";
  691.             } else {
  692.                 // line 185
  693.                 echo "                                                ";
  694.                 echo (isset($context["_breadcrumb"]) || array_key_exists("_breadcrumb"$context) ? $context["_breadcrumb"] : (function () { throw new RuntimeError('Variable "_breadcrumb" does not exist.'185$this->source); })());
  695.                 echo "
  696.                                             ";
  697.             }
  698.             // line 187
  699.             echo "                                        </ol>
  700.                                     ";
  701.         }
  702.         // line 189
  703.         echo "                                </div>
  704.                             ";
  705.         
  706.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  707.         
  708.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  709.     }
  710.     // line 193
  711.     public function block_sonata_top_nav_menu($context, array $blocks = [])
  712.     {
  713.         $macros $this->macros;
  714.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  715.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_top_nav_menu"));
  716.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  717.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_top_nav_menu"));
  718.         // line 194
  719.         echo "                            ";
  720.         if ((twig_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.'194$this->source); })()), "user", [], "any"falsefalsefalse194) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'194$this->source); })()), "adminPool", [], "any"falsefalsefalse194), "getOption", [=> "role_admin"], "method"falsefalsefalse194)))) {
  721.             // line 195
  722.             echo "                                <div class=\"navbar-custom-menu\">
  723.                                     <ul class=\"nav navbar-nav\">
  724.                                         ";
  725.             // line 197
  726.             $this->displayBlock('sonata_top_nav_menu_add_block'$context$blocks);
  727.             // line 205
  728.             echo "                                        ";
  729.             $this->displayBlock('sonata_top_nav_menu_user_block'$context$blocks);
  730.             // line 215
  731.             echo "                                    </ul>
  732.                                 </div>
  733.                             ";
  734.         }
  735.         // line 218
  736.         echo "                        ";
  737.         
  738.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  739.         
  740.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  741.     }
  742.     // line 197
  743.     public function block_sonata_top_nav_menu_add_block($context, array $blocks = [])
  744.     {
  745.         $macros $this->macros;
  746.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  747.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_top_nav_menu_add_block"));
  748.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  749.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_top_nav_menu_add_block"));
  750.         // line 198
  751.         echo "                                            <li class=\"dropdown\">
  752.                                                 <a class=\"dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\">
  753.                                                     <i class=\"fa fa-plus-square fa-fw\" aria-hidden=\"true\"></i> <i class=\"fa fa-caret-down\" aria-hidden=\"true\"></i>
  754.                                                 </a>
  755.                                                 ";
  756.         // line 202
  757.         $this->loadTemplate($this->extensions['Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension']->getGlobalTemplate("add_block"), "SonataAdminBundle::standard_layout.html.twig"202)->display($context);
  758.         // line 203
  759.         echo "                                            </li>
  760.                                         ";
  761.         
  762.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  763.         
  764.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  765.     }
  766.     // line 205
  767.     public function block_sonata_top_nav_menu_user_block($context, array $blocks = [])
  768.     {
  769.         $macros $this->macros;
  770.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  771.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_top_nav_menu_user_block"));
  772.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  773.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_top_nav_menu_user_block"));
  774.         // line 206
  775.         echo "                                            <li class=\"dropdown user-menu\">
  776.                                                 <a class=\"dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\">
  777.                                                     <i class=\"fa fa-user fa-fw\" aria-hidden=\"true\"></i> <i class=\"fa fa-caret-down\" aria-hidden=\"true\"></i>
  778.                                                 </a>
  779.                                                 <ul class=\"dropdown-menu dropdown-user\">
  780.                                                     ";
  781.         // line 211
  782.         $this->loadTemplate($this->extensions['Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension']->getGlobalTemplate("user_block"), "SonataAdminBundle::standard_layout.html.twig"211)->display($context);
  783.         // line 212
  784.         echo "                                                </ul>
  785.                                             </li>
  786.                                         ";
  787.         
  788.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  789.         
  790.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  791.     }
  792.     // line 224
  793.     public function block_sonata_wrapper($context, array $blocks = [])
  794.     {
  795.         $macros $this->macros;
  796.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  797.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_wrapper"));
  798.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  799.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_wrapper"));
  800.         // line 225
  801.         echo "            ";
  802.         $this->displayBlock('sonata_left_side'$context$blocks);
  803.         // line 258
  804.         echo "
  805.             <div class=\"content-wrapper\">
  806.                 ";
  807.         // line 260
  808.         $this->displayBlock('sonata_page_content'$context$blocks);
  809.         // line 360
  810.         echo "            </div>
  811.         ";
  812.         
  813.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  814.         
  815.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  816.     }
  817.     // line 225
  818.     public function block_sonata_left_side($context, array $blocks = [])
  819.     {
  820.         $macros $this->macros;
  821.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  822.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_left_side"));
  823.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  824.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_left_side"));
  825.         // line 226
  826.         echo "                <aside class=\"main-sidebar\">
  827.                     <section class=\"sidebar\">
  828.                         ";
  829.         // line 228
  830.         $this->displayBlock('sonata_side_nav'$context$blocks);
  831.         // line 255
  832.         echo "                    </section>
  833.                 </aside>
  834.             ";
  835.         
  836.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  837.         
  838.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  839.     }
  840.     // line 228
  841.     public function block_sonata_side_nav($context, array $blocks = [])
  842.     {
  843.         $macros $this->macros;
  844.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  845.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_side_nav"));
  846.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  847.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_side_nav"));
  848.         // line 229
  849.         echo "                            ";
  850.         $this->displayBlock('sonata_sidebar_search'$context$blocks);
  851.         // line 243
  852.         echo "
  853.                             ";
  854.         // line 244
  855.         $this->displayBlock('side_bar_before_nav'$context$blocks);
  856.         // line 245
  857.         echo "                            ";
  858.         $this->displayBlock('side_bar_nav'$context$blocks);
  859.         // line 248
  860.         echo "                            ";
  861.         $this->displayBlock('side_bar_after_nav'$context$blocks);
  862.         // line 254
  863.         echo "                        ";
  864.         
  865.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  866.         
  867.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  868.     }
  869.     // line 229
  870.     public function block_sonata_sidebar_search($context, array $blocks = [])
  871.     {
  872.         $macros $this->macros;
  873.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  874.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_sidebar_search"));
  875.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  876.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_sidebar_search"));
  877.         // line 230
  878.         echo "                                ";
  879.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["sonata_admin"]) || array_key_exists("sonata_admin"$context) ? $context["sonata_admin"] : (function () { throw new RuntimeError('Variable "sonata_admin" does not exist.'230$this->source); })()), "adminPool", [], "any"falsefalsefalse230), "getOption", [=> "search"], "method"falsefalsefalse230)) {
  880.             // line 231
  881.             echo "                                    <form action=\"";
  882.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sonata_admin_search");
  883.             echo "\" method=\"GET\" class=\"sidebar-form\" role=\"search\">
  884.                                         <div class=\"input-group custom-search-form\">
  885.                                             <input type=\"text\" name=\"q\" value=\"";
  886.             // line 233
  887.             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.'233$this->source); })()), "request", [], "any"falsefalsefalse233), "get", [=> "q"], "method"falsefalsefalse233), "html"nulltrue);
  888.             echo "\" class=\"form-control\" placeholder=\"";
  889.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("search_placeholder", [], "SonataAdminBundle"), "html"nulltrue);
  890.             echo "\">
  891.                                             <span class=\"input-group-btn\">
  892.                                                 <button class=\"btn btn-flat\" type=\"submit\">
  893.                                                     <i class=\"fa fa-search\" aria-hidden=\"true\"></i>
  894.                                                 </button>
  895.                                             </span>
  896.                                         </div>
  897.                                     </form>
  898.                                 ";
  899.         }
  900.         // line 242
  901.         echo "                            ";
  902.         
  903.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  904.         
  905.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  906.     }
  907.     // line 244
  908.     public function block_side_bar_before_nav($context, array $blocks = [])
  909.     {
  910.         $macros $this->macros;
  911.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  912.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_before_nav"));
  913.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  914.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_before_nav"));
  915.         echo " ";
  916.         
  917.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  918.         
  919.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  920.     }
  921.     // line 245
  922.     public function block_side_bar_nav($context, array $blocks = [])
  923.     {
  924.         $macros $this->macros;
  925.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  926.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_nav"));
  927.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  928.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_nav"));
  929.         // line 246
  930.         echo "                                ";
  931.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("sonata_admin_sidebar", ["template" => $this->extensions['Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension']->getGlobalTemplate("knp_menu_template")]);
  932.         echo "
  933.                             ";
  934.         
  935.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  936.         
  937.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  938.     }
  939.     // line 248
  940.     public function block_side_bar_after_nav($context, array $blocks = [])
  941.     {
  942.         $macros $this->macros;
  943.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  944.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_after_nav"));
  945.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  946.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_after_nav"));
  947.         // line 249
  948.         echo "                                <p class=\"text-center small\" style=\"border-top: 1px solid #444444; padding-top: 10px\">
  949.                                     ";
  950.         // line 250
  951.         $this->displayBlock('side_bar_after_nav_content'$context$blocks);
  952.         // line 252
  953.         echo "                                </p>
  954.                             ";
  955.         
  956.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  957.         
  958.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  959.     }
  960.     // line 250
  961.     public function block_side_bar_after_nav_content($context, array $blocks = [])
  962.     {
  963.         $macros $this->macros;
  964.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  965.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_after_nav_content"));
  966.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  967.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""side_bar_after_nav_content"));
  968.         // line 251
  969.         echo "                                    ";
  970.         
  971.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  972.         
  973.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  974.     }
  975.     // line 260
  976.     public function block_sonata_page_content($context, array $blocks = [])
  977.     {
  978.         $macros $this->macros;
  979.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  980.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_page_content"));
  981.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  982.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_page_content"));
  983.         // line 261
  984.         echo "                    <section class=\"content-header\">
  985.                         ";
  986.         // line 263
  987.         $this->displayBlock('sonata_page_content_header'$context$blocks);
  988.         // line 321
  989.         echo "                    </section>
  990.                     <section class=\"content\">
  991.                         ";
  992.         // line 324
  993.         $this->displayBlock('sonata_admin_content'$context$blocks);
  994.         // line 358
  995.         echo "                    </section>
  996.                 ";
  997.         
  998.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  999.         
  1000.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1001.     }
  1002.     // line 263
  1003.     public function block_sonata_page_content_header($context, array $blocks = [])
  1004.     {
  1005.         $macros $this->macros;
  1006.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1007.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_page_content_header"));
  1008.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1009.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_page_content_header"));
  1010.         // line 264
  1011.         echo "                            ";
  1012.         $this->displayBlock('sonata_page_content_nav'$context$blocks);
  1013.         // line 320
  1014.         echo "                        ";
  1015.         
  1016.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1017.         
  1018.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1019.     }
  1020.     // line 264
  1021.     public function block_sonata_page_content_nav($context, array $blocks = [])
  1022.     {
  1023.         $macros $this->macros;
  1024.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1025.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_page_content_nav"));
  1026.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1027.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_page_content_nav"));
  1028.         // line 265
  1029.         echo "                                ";
  1030.         if (((( !twig_test_empty((isset($context["_navbar_title"]) || array_key_exists("_navbar_title"$context) ? $context["_navbar_title"] : (function () { throw new RuntimeError('Variable "_navbar_title" does not exist.'265$this->source); })())) ||  !twig_test_empty(        // line 266
  1031. (isset($context["_tab_menu"]) || array_key_exists("_tab_menu"$context) ? $context["_tab_menu"] : (function () { throw new RuntimeError('Variable "_tab_menu" does not exist.'266$this->source); })()))) ||  !twig_test_empty(        // line 267
  1032. (isset($context["_actions"]) || array_key_exists("_actions"$context) ? $context["_actions"] : (function () { throw new RuntimeError('Variable "_actions" does not exist.'267$this->source); })()))) ||  !twig_test_empty(        // line 268
  1033. (isset($context["_list_filters_actions"]) || array_key_exists("_list_filters_actions"$context) ? $context["_list_filters_actions"] : (function () { throw new RuntimeError('Variable "_list_filters_actions" does not exist.'268$this->source); })())))) {
  1034.             // line 270
  1035.             echo "                                    <nav class=\"navbar navbar-default\" role=\"navigation\">
  1036.                                         <div class=\"container-fluid\">
  1037.                                             ";
  1038.             // line 272
  1039.             $this->displayBlock('tab_menu_navbar_header'$context$blocks);
  1040.             // line 279
  1041.             echo "
  1042.                                             <div class=\"navbar-collapse\">
  1043.                                                 ";
  1044.             // line 281
  1045.             if ( !twig_test_empty((isset($context["_tab_menu"]) || array_key_exists("_tab_menu"$context) ? $context["_tab_menu"] : (function () { throw new RuntimeError('Variable "_tab_menu" does not exist.'281$this->source); })()))) {
  1046.                 // line 282
  1047.                 echo "                                                    <div class=\"navbar-left\">
  1048.                                                         ";
  1049.                 // line 283
  1050.                 echo (isset($context["_tab_menu"]) || array_key_exists("_tab_menu"$context) ? $context["_tab_menu"] : (function () { throw new RuntimeError('Variable "_tab_menu" does not exist.'283$this->source); })());
  1051.                 echo "
  1052.                                                     </div>
  1053.                                                 ";
  1054.             }
  1055.             // line 286
  1056.             echo "
  1057.                                                 ";
  1058.             // line 287
  1059.             if (((((isset($context["admin"]) || array_key_exists("admin"$context)) && (isset($context["action"]) || array_key_exists("action"$context))) && ((isset($context["action"]) || array_key_exists("action"$context) ? $context["action"] : (function () { throw new RuntimeError('Variable "action" does not exist.'287$this->source); })()) == "list")) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'287$this->source); })()), "listModes", [], "any"falsefalsefalse287)) > 1))) {
  1060.                 // line 288
  1061.                 echo "                                                    <div class=\"nav navbar-right btn-group\">
  1062.                                                         ";
  1063.                 // line 289
  1064.                 $context['_parent'] = $context;
  1065.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'289$this->source); })()), "listModes", [], "any"falsefalsefalse289));
  1066.                 foreach ($context['_seq'] as $context["mode"] => $context["settings"]) {
  1067.                     // line 290
  1068.                     echo "                                                            <a href=\"";
  1069.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'290$this->source); })()), "generateUrl", [=> "list"=> twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_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.'290$this->source); })()), "request", [], "any"falsefalsefalse290), "query", [], "any"falsefalsefalse290), "all", [], "any"falsefalsefalse290), ["_list_mode" => $context["mode"]])], "method"falsefalsefalse290), "html"nulltrue);
  1070.                     echo "\" class=\"btn btn-default navbar-btn btn-sm";
  1071.                     if ((twig_get_attribute($this->env$this->source, (isset($context["admin"]) || array_key_exists("admin"$context) ? $context["admin"] : (function () { throw new RuntimeError('Variable "admin" does not exist.'290$this->source); })()), "getListMode", [], "method"falsefalsefalse290) == $context["mode"])) {
  1072.                         echo " active";
  1073.                     }
  1074.                     echo "\"><i class=\"";
  1075.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["settings"], "class", [], "any"falsefalsefalse290), "html"nulltrue);
  1076.                     echo "\"></i></a>
  1077.                                                         ";
  1078.                 }
  1079.                 $_parent $context['_parent'];
  1080.                 unset($context['_seq'], $context['_iterated'], $context['mode'], $context['settings'], $context['_parent'], $context['loop']);
  1081.                 $context array_intersect_key($context$_parent) + $_parent;
  1082.                 // line 292
  1083.                 echo "                                                    </div>
  1084.                                                 ";
  1085.             }
  1086.             // line 294
  1087.             echo "
  1088.                                                 ";
  1089.             // line 295
  1090.             $this->displayBlock('sonata_admin_content_actions_wrappers'$context$blocks);
  1091.             // line 311
  1092.             echo "
  1093.                                                 ";
  1094.             // line 312
  1095.             if ( !twig_test_empty((isset($context["_list_filters_actions"]) || array_key_exists("_list_filters_actions"$context) ? $context["_list_filters_actions"] : (function () { throw new RuntimeError('Variable "_list_filters_actions" does not exist.'312$this->source); })()))) {
  1096.                 // line 313
  1097.                 echo "                                                    ";
  1098.                 echo (isset($context["_list_filters_actions"]) || array_key_exists("_list_filters_actions"$context) ? $context["_list_filters_actions"] : (function () { throw new RuntimeError('Variable "_list_filters_actions" does not exist.'313$this->source); })());
  1099.                 echo "
  1100.                                                 ";
  1101.             }
  1102.             // line 315
  1103.             echo "                                            </div>
  1104.                                         </div>
  1105.                                     </nav>
  1106.                                 ";
  1107.         }
  1108.         // line 319
  1109.         echo "                            ";
  1110.         
  1111.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1112.         
  1113.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1114.     }
  1115.     // line 272
  1116.     public function block_tab_menu_navbar_header($context, array $blocks = [])
  1117.     {
  1118.         $macros $this->macros;
  1119.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1120.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tab_menu_navbar_header"));
  1121.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1122.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tab_menu_navbar_header"));
  1123.         // line 273
  1124.         echo "                                                ";
  1125.         if ( !twig_test_empty((isset($context["_navbar_title"]) || array_key_exists("_navbar_title"$context) ? $context["_navbar_title"] : (function () { throw new RuntimeError('Variable "_navbar_title" does not exist.'273$this->source); })()))) {
  1126.             // line 274
  1127.             echo "                                                    <div class=\"navbar-header\">
  1128.                                                         <a class=\"navbar-brand\" href=\"#\">";
  1129.             // line 275
  1130.             echo (isset($context["_navbar_title"]) || array_key_exists("_navbar_title"$context) ? $context["_navbar_title"] : (function () { throw new RuntimeError('Variable "_navbar_title" does not exist.'275$this->source); })());
  1131.             echo "</a>
  1132.                                                     </div>
  1133.                                                 ";
  1134.         }
  1135.         // line 278
  1136.         echo "                                            ";
  1137.         
  1138.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1139.         
  1140.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1141.     }
  1142.     // line 295
  1143.     public function block_sonata_admin_content_actions_wrappers($context, array $blocks = [])
  1144.     {
  1145.         $macros $this->macros;
  1146.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_admin_content_actions_wrappers"));
  1148.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1149.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_admin_content_actions_wrappers"));
  1150.         // line 296
  1151.         echo "                                                    ";
  1152.         if ( !twig_test_empty(twig_trim_filter(twig_replace_filter((isset($context["_actions"]) || array_key_exists("_actions"$context) ? $context["_actions"] : (function () { throw new RuntimeError('Variable "_actions" does not exist.'296$this->source); })()), ["<li>" => """</li>" => ""])))) {
  1153.             // line 297
  1154.             echo "                                                        <ul class=\"nav navbar-nav navbar-right\">
  1155.                                                         ";
  1156.             // line 298
  1157.             if ((twig_length_filter($this->envtwig_split_filter($this->env, (isset($context["_actions"]) || array_key_exists("_actions"$context) ? $context["_actions"] : (function () { throw new RuntimeError('Variable "_actions" does not exist.'298$this->source); })()), "</a>")) > 2)) {
  1158.                 // line 299
  1159.                 echo "                                                            <li class=\"dropdown sonata-actions\">
  1160.                                                                 <a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">";
  1161.                 // line 300
  1162.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("link_actions", [], "SonataAdminBundle"), "html"nulltrue);
  1163.                 echo " <b class=\"caret\"></b></a>
  1164.                                                                 <ul class=\"dropdown-menu\" role=\"menu\">
  1165.                                                                     ";
  1166.                 // line 302
  1167.                 echo (isset($context["_actions"]) || array_key_exists("_actions"$context) ? $context["_actions"] : (function () { throw new RuntimeError('Variable "_actions" does not exist.'302$this->source); })());
  1168.                 echo "
  1169.                                                                 </ul>
  1170.                                                             </li>
  1171.                                                         ";
  1172.             } else {
  1173.                 // line 306
  1174.                 echo "                                                            ";
  1175.                 echo (isset($context["_actions"]) || array_key_exists("_actions"$context) ? $context["_actions"] : (function () { throw new RuntimeError('Variable "_actions" does not exist.'306$this->source); })());
  1176.                 echo "
  1177.                                                         ";
  1178.             }
  1179.             // line 308
  1180.             echo "                                                        </ul>
  1181.                                                     ";
  1182.         }
  1183.         // line 310
  1184.         echo "                                                ";
  1185.         
  1186.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1187.         
  1188.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1189.     }
  1190.     // line 324
  1191.     public function block_sonata_admin_content($context, array $blocks = [])
  1192.     {
  1193.         $macros $this->macros;
  1194.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1195.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_admin_content"));
  1196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1197.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sonata_admin_content"));
  1198.         // line 325
  1199.         echo "
  1200.                             ";
  1201.         // line 326
  1202.         $this->displayBlock('notice'$context$blocks);
  1203.         // line 329
  1204.         echo "
  1205.                             ";
  1206.         // line 330
  1207.         if ( !twig_test_empty((isset($context["_preview"]) || array_key_exists("_preview"$context) ? $context["_preview"] : (function () { throw new RuntimeError('Variable "_preview" does not exist.'330$this->source); })()))) {
  1208.             // line 331
  1209.             echo "                                <div class=\"sonata-ba-preview\">";
  1210.             echo (isset($context["_preview"]) || array_key_exists("_preview"$context) ? $context["_preview"] : (function () { throw new RuntimeError('Variable "_preview" does not exist.'331$this->source); })());
  1211.             echo "</div>
  1212.                             ";
  1213.         }
  1214.         // line 333
  1215.         echo "
  1216.                             ";
  1217.         // line 334
  1218.         if ( !twig_test_empty((isset($context["_content"]) || array_key_exists("_content"$context) ? $context["_content"] : (function () { throw new RuntimeError('Variable "_content" does not exist.'334$this->source); })()))) {
  1219.             // line 335
  1220.             echo "                                <div class=\"sonata-ba-content\">";
  1221.             echo (isset($context["_content"]) || array_key_exists("_content"$context) ? $context["_content"] : (function () { throw new RuntimeError('Variable "_content" does not exist.'335$this->source); })());
  1222.             echo "</div>
  1223.                             ";
  1224.         }
  1225.         // line 337
  1226.         echo "
  1227.                             ";
  1228.         // line 338
  1229.         if ( !twig_test_empty((isset($context["_show"]) || array_key_exists("_show"$context) ? $context["_show"] : (function () { throw new RuntimeError('Variable "_show" does not exist.'338$this->source); })()))) {
  1230.             // line 339
  1231.             echo "                                <div class=\"sonata-ba-show\">";
  1232.             echo (isset($context["_show"]) || array_key_exists("_show"$context) ? $context["_show"] : (function () { throw new RuntimeError('Variable "_show" does not exist.'339$this->source); })());
  1233.             echo "</div>
  1234.                             ";
  1235.         }
  1236.         // line 341
  1237.         echo "
  1238.                             ";
  1239.         // line 342
  1240.         if ( !twig_test_empty((isset($context["_form"]) || array_key_exists("_form"$context) ? $context["_form"] : (function () { throw new RuntimeError('Variable "_form" does not exist.'342$this->source); })()))) {
  1241.             // line 343
  1242.             echo "                                <div class=\"sonata-ba-form\">";
  1243.             echo (isset($context["_form"]) || array_key_exists("_form"$context) ? $context["_form"] : (function () { throw new RuntimeError('Variable "_form" does not exist.'343$this->source); })());
  1244.             echo "</div>
  1245.                             ";
  1246.         }
  1247.         // line 345
  1248.         echo "
  1249.                             ";
  1250.         // line 346
  1251.         if ( !twig_test_empty((isset($context["_list_filters"]) || array_key_exists("_list_filters"$context) ? $context["_list_filters"] : (function () { throw new RuntimeError('Variable "_list_filters" does not exist.'346$this->source); })()))) {
  1252.             // line 347
  1253.             echo "                                <div class=\"row\">
  1254.                                     ";
  1255.             // line 348
  1256.             echo (isset($context["_list_filters"]) || array_key_exists("_list_filters"$context) ? $context["_list_filters"] : (function () { throw new RuntimeError('Variable "_list_filters" does not exist.'348$this->source); })());
  1257.             echo "
  1258.                                 </div>
  1259.                             ";
  1260.         }
  1261.         // line 351
  1262.         echo "
  1263.                             ";
  1264.         // line 352
  1265.         if ( !twig_test_empty((isset($context["_list_table"]) || array_key_exists("_list_table"$context) ? $context["_list_table"] : (function () { throw new RuntimeError('Variable "_list_table" does not exist.'352$this->source); })()))) {
  1266.             // line 353
  1267.             echo "                                <div class=\"row\">
  1268.                                     ";
  1269.             // line 354
  1270.             echo (isset($context["_list_table"]) || array_key_exists("_list_table"$context) ? $context["_list_table"] : (function () { throw new RuntimeError('Variable "_list_table" does not exist.'354$this->source); })());
  1271.             echo "
  1272.                                 </div>
  1273.                             ";
  1274.         }
  1275.         // line 357
  1276.         echo "                        ";
  1277.         
  1278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1279.         
  1280.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1281.     }
  1282.     // line 326
  1283.     public function block_notice($context, array $blocks = [])
  1284.     {
  1285.         $macros $this->macros;
  1286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1287.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""notice"));
  1288.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1289.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""notice"));
  1290.         // line 327
  1291.         echo "                                ";
  1292.         $this->loadTemplate("@SonataCore/FlashMessage/render.html.twig""SonataAdminBundle::standard_layout.html.twig"327)->display($context);
  1293.         // line 328
  1294.         echo "                            ";
  1295.         
  1296.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1297.         
  1298.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1299.     }
  1300.     // line 365
  1301.     public function block_bootlint($context, array $blocks = [])
  1302.     {
  1303.         $macros $this->macros;
  1304.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1305.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bootlint"));
  1306.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1307.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bootlint"));
  1308.         // line 366
  1309.         echo "            ";
  1310.         // line 367
  1311.         echo "            <script type=\"text/javascript\">
  1312.                 javascript:(function(){var s=document.createElement(\"script\");s.onload=function(){bootlint.showLintReportForCurrentDocument([], {hasProblems: false, problemFree: false});};s.src=\"https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js\";document.body.appendChild(s)})();
  1313.             </script>
  1314.         ";
  1315.         
  1316.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1317.         
  1318.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1319.     }
  1320.     public function getTemplateName()
  1321.     {
  1322.         return "SonataAdminBundle::standard_layout.html.twig";
  1323.     }
  1324.     public function isTraitable()
  1325.     {
  1326.         return false;
  1327.     }
  1328.     public function getDebugInfo()
  1329.     {
  1330.         return array (  1489 => 367,  1487 => 366,  1477 => 365,  1467 => 328,  1464 => 327,  1454 => 326,  1444 => 357,  1438 => 354,  1435 => 353,  1433 => 352,  1430 => 351,  1424 => 348,  1421 => 347,  1419 => 346,  1416 => 345,  1410 => 343,  1408 => 342,  1405 => 341,  1399 => 339,  1397 => 338,  1394 => 337,  1388 => 335,  1386 => 334,  1383 => 333,  1377 => 331,  1375 => 330,  1372 => 329,  1370 => 326,  1367 => 325,  1357 => 324,  1347 => 310,  1343 => 308,  1337 => 306,  1330 => 302,  1325 => 300,  1322 => 299,  1320 => 298,  1317 => 297,  1314 => 296,  1304 => 295,  1294 => 278,  1288 => 275,  1285 => 274,  1282 => 273,  1272 => 272,  1262 => 319,  1256 => 315,  1250 => 313,  1248 => 312,  1245 => 311,  1243 => 295,  1240 => 294,  1236 => 292,  1221 => 290,  1217 => 289,  1214 => 288,  1212 => 287,  1209 => 286,  1203 => 283,  1200 => 282,  1198 => 281,  1194 => 279,  1192 => 272,  1188 => 270,  1186 => 268,  1185 => 267,  1184 => 266,  1182 => 265,  1172 => 264,  1162 => 320,  1159 => 264,  1149 => 263,  1138 => 358,  1136 => 324,  1131 => 321,  1129 => 263,  1125 => 261,  1115 => 260,  1105 => 251,  1095 => 250,  1084 => 252,  1082 => 250,  1079 => 249,  1069 => 248,  1056 => 246,  1046 => 245,  1027 => 244,  1017 => 242,  1003 => 233,  997 => 231,  994 => 230,  984 => 229,  974 => 254,  971 => 248,  968 => 245,  966 => 244,  963 => 243,  960 => 229,  950 => 228,  938 => 255,  936 => 228,  932 => 226,  922 => 225,  911 => 360,  909 => 260,  905 => 258,  902 => 225,  892 => 224,  880 => 212,  878 => 211,  871 => 206,  861 => 205,  850 => 203,  848 => 202,  842 => 198,  832 => 197,  822 => 218,  817 => 215,  814 => 205,  812 => 197,  808 => 195,  805 => 194,  795 => 193,  784 => 189,  780 => 187,  774 => 185,  771 => 184,  768 => 183,  754 => 182,  748 => 180,  744 => 178,  738 => 176,  734 => 174,  731 => 172,  728 => 170,  726 => 169,  721 => 168,  719 => 167,  716 => 166,  714 => 165,  711 => 162,  709 => 161,  707 => 160,  705 => 159,  687 => 158,  684 => 157,  682 => 156,  679 => 155,  677 => 154,  674 => 153,  664 => 152,  653 => 219,  651 => 193,  647 => 191,  645 => 152,  638 => 148,  634 => 147,  630 => 145,  620 => 144,  610 => 143,  608 => 133,  604 => 141,  598 => 139,  595 => 138,  587 => 136,  585 => 135,  580 => 134,  577 => 133,  567 => 132,  553 => 128,  549 => 126,  539 => 125,  528 => 221,  525 => 144,  522 => 132,  520 => 125,  517 => 124,  507 => 123,  497 => 117,  494 => 116,  492 => 115,  489 => 114,  479 => 113,  469 => 109,  466 => 108,  463 => 107,  449 => 106,  444 => 104,  441 => 101,  439 => 100,  437 => 99,  435 => 98,  431 => 95,  428 => 94,  425 => 93,  408 => 92,  405 => 91,  402 => 90,  396 => 88,  394 => 87,  388 => 85,  378 => 84,  368 => 62,  359 => 60,  354 => 59,  344 => 58,  334 => 56,  324 => 55,  314 => 81,  311 => 80,  305 => 78,  302 => 77,  299 => 76,  296 => 75,  293 => 73,  289 => 71,  287 => 69,  285 => 67,  282 => 66,  279 => 65,  276 => 63,  274 => 58,  271 => 57,  268 => 55,  258 => 54,  248 => 52,  239 => 50,  234 => 49,  224 => 48,  211 => 29,  201 => 28,  182 => 26,  169 => 372,  166 => 371,  163 => 365,  161 => 364,  157 => 362,  155 => 224,  152 => 223,  150 => 123,  144 => 119,  142 => 113,  137 => 110,  135 => 84,  131 => 82,  129 => 54,  126 => 53,  124 => 48,  119 => 45,  117 => 40,  116 => 39,  115 => 38,  114 => 37,  113 => 36,  112 => 34,  109 => 33,  107 => 28,  102 => 26,  99 => 25,  97 => 23,  95 => 22,  93 => 21,  91 => 20,  89 => 19,  87 => 18,  85 => 17,  83 => 16,  81 => 15,  79 => 14,  77 => 13,  75 => 12,);
  1331.     }
  1332.     public function getSourceContext()
  1333.     {
  1334.         return new Source("{#
  1335. This file is part of the Sonata package.
  1336. (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
  1337. For the full copyright and license information, please view the LICENSE
  1338. file that was distributed with this source code.
  1339. #}
  1340. {%- set _preview = block('preview') is defined ? block('preview')|trim : null %}
  1341. {% set _form = block('form') is defined ? block('form')|trim : null %}
  1342. {% set _show = block('show') is defined ? block('show')|trim : null %}
  1343. {% set _list_table = block('list_table') is defined ? block('list_table')|trim : null %}
  1344. {% set _list_filters = block('list_filters') is defined ? block('list_filters')|trim : null %}
  1345. {% set _tab_menu = block('tab_menu') is defined ? block('tab_menu')|trim : null %}
  1346. {% set _content = block('content') is defined ? block('content')|trim : null %}
  1347. {% set _title = block('title') is defined ? block('title')|trim : null %}
  1348. {% set _breadcrumb = block('breadcrumb') is defined ? block('breadcrumb')|trim : null %}
  1349. {% set _actions = block('actions') is defined ? block('actions')|trim : null %}
  1350. {% set _navbar_title = block('navbar_title') is defined ? block('navbar_title')|trim : null %}
  1351. {% set _list_filters_actions = block('list_filters_actions') is defined ? block('list_filters_actions')|trim : null -%}
  1352. <!DOCTYPE html>
  1353. <html {% block html_attributes %}class=\"no-js\"{% endblock %}>
  1354.     <head>
  1355.         {% block meta_tags %}
  1356.             <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  1357.             <meta charset=\"UTF-8\">
  1358.             <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
  1359.         {% endblock %}
  1360.         <meta data-sonata-admin='{{ {
  1361.             config: {
  1362.                 CONFIRM_EXIT: sonata_admin.adminPool.getOption('confirm_exit'),
  1363.                 USE_SELECT2: sonata_admin.adminPool.getOption('use_select2'),
  1364.                 USE_ICHECK: sonata_admin.adminPool.getOption('use_icheck'),
  1365.                 USE_STICKYFORMS: sonata_admin.adminPool.getOption('use_stickyforms'),
  1366.                 DEBUG: sonata_admin.adminPool.getOption('js_debug'),
  1367.             },
  1368.             translations: {
  1369.                 CONFIRM_EXIT: 'confirm_exit'|trans({}, 'SonataAdminBundle'),
  1370.             },
  1371.         }|json_encode()|raw }}'
  1372.         >
  1373.         {% block stylesheets %}
  1374.             {% for stylesheet in sonata_admin.adminPool.getOption('stylesheets', []) %}
  1375.                 <link rel=\"stylesheet\" href=\"{{ asset(stylesheet) }}\">
  1376.             {% endfor %}
  1377.         {% endblock %}
  1378.         {% block javascripts %}
  1379.             {% block sonata_javascript_config %}
  1380.             {% endblock %}
  1381.             {% block sonata_javascript_pool %}
  1382.                 {% for javascript in sonata_admin.adminPool.getOption('javascripts', []) %}
  1383.                     <script src=\"{{ asset(javascript) }}\"></script>
  1384.                 {% endfor %}
  1385.             {% endblock %}
  1386.             {# localize moment #}
  1387.             {% set localeForMoment = canonicalize_locale_for_moment() %}
  1388.             {% if localeForMoment %}
  1389.                 <script src=\"{{ asset(
  1390.                     'bundles/sonatacore/vendor/moment/locale/' ~
  1391.                     localeForMoment ~
  1392.                     '.js'
  1393.                 ) }}\"></script>
  1394.             {% endif %}
  1395.             {# localize select2 #}
  1396.             {% if sonata_admin.adminPool.getOption('use_select2') %}
  1397.                 {% set localeForSelect2 = canonicalize_locale_for_select2() %}
  1398.                 {% if localeForSelect2 %}
  1399.                     <script src=\"{{ asset('bundles/sonatacore/vendor/select2/select2_locale_' ~ localeForSelect2 ~ '.js') }}\"></script>
  1400.                 {% endif %}
  1401.             {% endif %}
  1402.         {% endblock %}
  1403.         <title>
  1404.         {% block sonata_head_title %}
  1405.             {{ 'Admin'|trans({}, 'SonataAdminBundle') }}
  1406.             {% if _title is not empty %}
  1407.                 {{ _title|striptags|raw }}
  1408.             {% else %}
  1409.                 {% if action is defined %}
  1410.                     -
  1411.                     {% for menu in breadcrumbs_builder.breadcrumbs(admin, action) %}
  1412.                         {% if not loop.first %}
  1413.                             {% if loop.index != 2 %}
  1414.                                 &gt;
  1415.                             {% endif %}
  1416.                             {%- set translation_domain = menu.extra('translation_domain', 'messages') -%}
  1417.                             {%- set label = menu.label -%}
  1418.                             {%- if translation_domain is not same as(false) -%}
  1419.                                 {%- set label = label|trans(menu.extra('translation_params', {}), translation_domain) -%}
  1420.                             {%- endif -%}
  1421.                             {{ label }}
  1422.                         {% endif %}
  1423.                     {% endfor %}
  1424.                 {% endif %}
  1425.             {% endif %}
  1426.         {% endblock %}
  1427.         </title>
  1428.     </head>
  1429.     <body
  1430.             {% block body_attributes -%}
  1431.                 class=\"sonata-bc skin-black fixed
  1432.                 {% if app.request.cookies.get('sonata_sidebar_hide') -%}
  1433.                     sidebar-collapse
  1434.                 {%- endif -%}\"
  1435.             {%- endblock -%}
  1436.     >
  1437.     <div class=\"wrapper\">
  1438.         {% block sonata_header %}
  1439.             <header class=\"main-header\">
  1440.                 {% block sonata_header_noscript_warning %}
  1441.                     <noscript>
  1442.                         <div class=\"noscript-warning\">
  1443.                             {{ 'noscript_warning'|trans({}, 'SonataAdminBundle') }}
  1444.                         </div>
  1445.                     </noscript>
  1446.                 {% endblock %}
  1447.                 {% block logo %}
  1448.                     {% apply spaceless %}
  1449.                         <a class=\"logo\" href=\"{{ path('sonata_admin_dashboard') }}\">
  1450.                             {% if 'single_image' == sonata_admin.adminPool.getOption('title_mode') or 'both' == sonata_admin.adminPool.getOption('title_mode') %}
  1451.                                 <img src=\"{{ asset(sonata_admin.adminPool.titlelogo) }}\" alt=\"{{ sonata_admin.adminPool.title }}\">
  1452.                             {% endif %}
  1453.                             {% if 'single_text' == sonata_admin.adminPool.getOption('title_mode') or 'both' == sonata_admin.adminPool.getOption('title_mode') %}
  1454.                                 <span>{{ sonata_admin.adminPool.title }}</span>
  1455.                             {% endif %}
  1456.                         </a>
  1457.                     {% endapply %}
  1458.                 {% endblock %}
  1459.                 {% block sonata_nav %}
  1460.                     <nav class=\"navbar navbar-static-top\" role=\"navigation\">
  1461.                         <a href=\"#\" class=\"sidebar-toggle\" data-toggle=\"offcanvas\"
  1462.                            role=\"button\" title=\"{{ 'toggle_navigation'|trans({}, 'SonataAdminBundle') }}\">
  1463.                             <span class=\"sr-only\">{{ 'toggle_navigation'|trans({}, 'SonataAdminBundle') }}</span>
  1464.                         </a>
  1465.                         <div class=\"navbar-left\">
  1466.                             {% block sonata_breadcrumb %}
  1467.                                 <div class=\"hidden-xs\">
  1468.                                     {% if _breadcrumb is not empty or action is defined %}
  1469.                                         <ol class=\"nav navbar-top-links breadcrumb\">
  1470.                                             {% if _breadcrumb is empty %}
  1471.                                                 {% if action is defined %}
  1472.                                                     {% for menu in breadcrumbs_builder.breadcrumbs(admin, action) %}
  1473.                                                         {%- set translation_domain = menu.extra('translation_domain', 'messages') -%}
  1474.                                                         {%- set label = menu.label -%}
  1475.                                                         {%- if translation_domain is not same as(false) -%}
  1476.                                                             {%- set label = label|trans(menu.extra('translation_params', {}), translation_domain) -%}
  1477.                                                         {%- endif -%}
  1478.                                                         {% if not loop.last %}
  1479.                                                             <li>
  1480.                                                                 {% if menu.uri is not empty %}
  1481.                                                                     <a href=\"{{ menu.uri }}\">
  1482.                                                                         {% if menu.extra('safe_label', true) %}
  1483.                                                                             {{- label|raw -}}
  1484.                                                                         {% else %}
  1485.                                                                             {{- label|truncate(100) -}}
  1486.                                                                         {% endif %}
  1487.                                                                     </a>
  1488.                                                                 {% else %}
  1489.                                                                     <span>{{ label|truncate(100) }}</span>
  1490.                                                                 {% endif %}
  1491.                                                             </li>
  1492.                                                         {% else %}
  1493.                                                             <li class=\"active\"><span>{{ label|truncate(100) }}</span></li>
  1494.                                                         {% endif %}
  1495.                                                     {% endfor %}
  1496.                                                 {% endif %}
  1497.                                             {% else %}
  1498.                                                 {{ _breadcrumb|raw }}
  1499.                                             {% endif %}
  1500.                                         </ol>
  1501.                                     {% endif %}
  1502.                                 </div>
  1503.                             {% endblock sonata_breadcrumb %}
  1504.                         </div>
  1505.                         {% block sonata_top_nav_menu %}
  1506.                             {% if app.user and is_granted(sonata_admin.adminPool.getOption('role_admin')) %}
  1507.                                 <div class=\"navbar-custom-menu\">
  1508.                                     <ul class=\"nav navbar-nav\">
  1509.                                         {% block sonata_top_nav_menu_add_block %}
  1510.                                             <li class=\"dropdown\">
  1511.                                                 <a class=\"dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\">
  1512.                                                     <i class=\"fa fa-plus-square fa-fw\" aria-hidden=\"true\"></i> <i class=\"fa fa-caret-down\" aria-hidden=\"true\"></i>
  1513.                                                 </a>
  1514.                                                 {% include get_global_template('add_block') %}
  1515.                                             </li>
  1516.                                         {% endblock %}
  1517.                                         {% block sonata_top_nav_menu_user_block %}
  1518.                                             <li class=\"dropdown user-menu\">
  1519.                                                 <a class=\"dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\">
  1520.                                                     <i class=\"fa fa-user fa-fw\" aria-hidden=\"true\"></i> <i class=\"fa fa-caret-down\" aria-hidden=\"true\"></i>
  1521.                                                 </a>
  1522.                                                 <ul class=\"dropdown-menu dropdown-user\">
  1523.                                                     {% include get_global_template('user_block') %}
  1524.                                                 </ul>
  1525.                                             </li>
  1526.                                         {% endblock %}
  1527.                                     </ul>
  1528.                                 </div>
  1529.                             {% endif %}
  1530.                         {% endblock %}
  1531.                     </nav>
  1532.                 {% endblock sonata_nav %}
  1533.             </header>
  1534.         {% endblock sonata_header %}
  1535.         {% block sonata_wrapper %}
  1536.             {% block sonata_left_side %}
  1537.                 <aside class=\"main-sidebar\">
  1538.                     <section class=\"sidebar\">
  1539.                         {% block sonata_side_nav %}
  1540.                             {% block sonata_sidebar_search %}
  1541.                                 {% if sonata_admin.adminPool.getOption('search') %}
  1542.                                     <form action=\"{{ path('sonata_admin_search') }}\" method=\"GET\" class=\"sidebar-form\" role=\"search\">
  1543.                                         <div class=\"input-group custom-search-form\">
  1544.                                             <input type=\"text\" name=\"q\" value=\"{{ app.request.get('q') }}\" class=\"form-control\" placeholder=\"{{ 'search_placeholder'|trans({}, 'SonataAdminBundle') }}\">
  1545.                                             <span class=\"input-group-btn\">
  1546.                                                 <button class=\"btn btn-flat\" type=\"submit\">
  1547.                                                     <i class=\"fa fa-search\" aria-hidden=\"true\"></i>
  1548.                                                 </button>
  1549.                                             </span>
  1550.                                         </div>
  1551.                                     </form>
  1552.                                 {% endif %}
  1553.                             {% endblock sonata_sidebar_search %}
  1554.                             {% block side_bar_before_nav %} {% endblock %}
  1555.                             {% block side_bar_nav %}
  1556.                                 {{ knp_menu_render('sonata_admin_sidebar', {template: get_global_template('knp_menu_template')}) }}
  1557.                             {% endblock side_bar_nav %}
  1558.                             {% block side_bar_after_nav %}
  1559.                                 <p class=\"text-center small\" style=\"border-top: 1px solid #444444; padding-top: 10px\">
  1560.                                     {% block side_bar_after_nav_content %}
  1561.                                     {% endblock %}
  1562.                                 </p>
  1563.                             {% endblock %}
  1564.                         {% endblock sonata_side_nav %}
  1565.                     </section>
  1566.                 </aside>
  1567.             {% endblock sonata_left_side %}
  1568.             <div class=\"content-wrapper\">
  1569.                 {% block sonata_page_content %}
  1570.                     <section class=\"content-header\">
  1571.                         {% block sonata_page_content_header %}
  1572.                             {% block sonata_page_content_nav %}
  1573.                                 {% if _navbar_title is not empty
  1574.                                   or _tab_menu is not empty
  1575.                                   or _actions is not empty
  1576.                                   or _list_filters_actions is not empty
  1577.                                  %}
  1578.                                     <nav class=\"navbar navbar-default\" role=\"navigation\">
  1579.                                         <div class=\"container-fluid\">
  1580.                                             {% block tab_menu_navbar_header %}
  1581.                                                 {% if _navbar_title is not empty %}
  1582.                                                     <div class=\"navbar-header\">
  1583.                                                         <a class=\"navbar-brand\" href=\"#\">{{ _navbar_title|raw }}</a>
  1584.                                                     </div>
  1585.                                                 {% endif %}
  1586.                                             {% endblock %}
  1587.                                             <div class=\"navbar-collapse\">
  1588.                                                 {% if _tab_menu is not empty %}
  1589.                                                     <div class=\"navbar-left\">
  1590.                                                         {{ _tab_menu|raw }}
  1591.                                                     </div>
  1592.                                                 {% endif %}
  1593.                                                 {% if admin is defined and action is defined and action == 'list' and admin.listModes|length > 1 %}
  1594.                                                     <div class=\"nav navbar-right btn-group\">
  1595.                                                         {% for mode, settings in admin.listModes %}
  1596.                                                             <a href=\"{{ admin.generateUrl('list', app.request.query.all|merge({_list_mode: mode})) }}\" class=\"btn btn-default navbar-btn btn-sm{% if admin.getListMode() == mode %} active{% endif %}\"><i class=\"{{ settings.class }}\"></i></a>
  1597.                                                         {% endfor %}
  1598.                                                     </div>
  1599.                                                 {% endif %}
  1600.                                                 {% block sonata_admin_content_actions_wrappers %}
  1601.                                                     {% if _actions|replace({ '<li>': '', '</li>': '' })|trim is not empty %}
  1602.                                                         <ul class=\"nav navbar-nav navbar-right\">
  1603.                                                         {% if _actions|split('</a>')|length > 2 %}
  1604.                                                             <li class=\"dropdown sonata-actions\">
  1605.                                                                 <a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">{{ 'link_actions'|trans({}, 'SonataAdminBundle') }} <b class=\"caret\"></b></a>
  1606.                                                                 <ul class=\"dropdown-menu\" role=\"menu\">
  1607.                                                                     {{ _actions|raw }}
  1608.                                                                 </ul>
  1609.                                                             </li>
  1610.                                                         {% else %}
  1611.                                                             {{ _actions|raw }}
  1612.                                                         {% endif %}
  1613.                                                         </ul>
  1614.                                                     {% endif %}
  1615.                                                 {% endblock sonata_admin_content_actions_wrappers %}
  1616.                                                 {% if _list_filters_actions is not empty %}
  1617.                                                     {{ _list_filters_actions|raw }}
  1618.                                                 {% endif %}
  1619.                                             </div>
  1620.                                         </div>
  1621.                                     </nav>
  1622.                                 {% endif %}
  1623.                             {% endblock sonata_page_content_nav %}
  1624.                         {% endblock sonata_page_content_header %}
  1625.                     </section>
  1626.                     <section class=\"content\">
  1627.                         {% block sonata_admin_content %}
  1628.                             {% block notice %}
  1629.                                 {% include '@SonataCore/FlashMessage/render.html.twig' %}
  1630.                             {% endblock notice %}
  1631.                             {% if _preview is not empty %}
  1632.                                 <div class=\"sonata-ba-preview\">{{ _preview|raw }}</div>
  1633.                             {% endif %}
  1634.                             {% if _content is not empty %}
  1635.                                 <div class=\"sonata-ba-content\">{{ _content|raw }}</div>
  1636.                             {% endif %}
  1637.                             {% if _show is not empty %}
  1638.                                 <div class=\"sonata-ba-show\">{{ _show|raw }}</div>
  1639.                             {% endif %}
  1640.                             {% if _form is not empty %}
  1641.                                 <div class=\"sonata-ba-form\">{{ _form|raw }}</div>
  1642.                             {% endif %}
  1643.                             {% if _list_filters is not empty %}
  1644.                                 <div class=\"row\">
  1645.                                     {{ _list_filters|raw }}
  1646.                                 </div>
  1647.                             {% endif %}
  1648.                             {% if _list_table is not empty %}
  1649.                                 <div class=\"row\">
  1650.                                     {{ _list_table|raw }}
  1651.                                 </div>
  1652.                             {% endif %}
  1653.                         {% endblock sonata_admin_content %}
  1654.                     </section>
  1655.                 {% endblock sonata_page_content %}
  1656.             </div>
  1657.         {% endblock sonata_wrapper %}
  1658.     </div>
  1659.     {% if sonata_admin.adminPool.getOption('use_bootlint') %}
  1660.         {% block bootlint %}
  1661.             {# Bootlint - https://github.com/twbs/bootlint#in-the-browser #}
  1662.             <script type=\"text/javascript\">
  1663.                 javascript:(function(){var s=document.createElement(\"script\");s.onload=function(){bootlint.showLintReportForCurrentDocument([], {hasProblems: false, problemFree: false});};s.src=\"https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js\";document.body.appendChild(s)})();
  1664.             </script>
  1665.         {% endblock %}
  1666.     {% endif %}
  1667.     </body>
  1668. </html>
  1669. ""SonataAdminBundle::standard_layout.html.twig""/var/www/radmin.tehnik.tech/vendor/sonata-project/admin-bundle/src/Resources/views/standard_layout.html.twig");
  1670.     }
  1671. }