var/cache/dev/twig/9d/9d2fe450ae5059ecbd311d65df296b31ad5e081f6546421c7b7e1b4fbca148dc.php line 179

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. /* @!NellappSDK/Partials/component/header/header.html.twig */
  14. class __TwigTemplate_3484606902c02daec60eb09e7abf2f2d3b99937a34de43195b341aa17451e666 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'header_up' => [$this'block_header_up'],
  25.             'header_logo' => [$this'block_header_logo'],
  26.             'header_center' => [$this'block_header_center'],
  27.             'header_center_content' => [$this'block_header_center_content'],
  28.             'header_actions' => [$this'block_header_actions'],
  29.             'header_actions_content' => [$this'block_header_actions_content'],
  30.             'sub_header' => [$this'block_sub_header'],
  31.         ];
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@!NellappSDK/Partials/component/header/header.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@!NellappSDK/Partials/component/header/header.html.twig"));
  40.         // line 1
  41.         echo "<header class=\"nellapp-header\">
  42.     <nav class=\"nellapp-header-wrapper\">
  43.         ";
  44.         // line 3
  45.         $this->displayBlock('header_up'$context$blocks);
  46.         // line 66
  47.         echo "        ";
  48.         if ((        $this->hasBlock("sub_header"$context$blocks) &&  !twig_test_empty(        $this->renderBlock("sub_header"$context$blocks)))) {
  49.             // line 67
  50.             echo "            <div class=\"nellapp-header-sub\">
  51.                 ";
  52.             // line 68
  53.             $this->displayBlock('sub_header'$context$blocks);
  54.             // line 69
  55.             echo "            </div>
  56.         ";
  57.         }
  58.         // line 71
  59.         echo "    </nav>
  60. </header>
  61. ";
  62.         
  63.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.     }
  67.     // line 3
  68.     public function block_header_up($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_up"));
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_up"));
  75.         // line 4
  76.         echo "            <div class=\"nellapp-header-up\">
  77.                 ";
  78.         // line 5
  79.         $this->displayBlock('header_logo'$context$blocks);
  80.         // line 22
  81.         echo "                ";
  82.         $this->displayBlock('header_center'$context$blocks);
  83.         // line 45
  84.         echo "                ";
  85.         $this->displayBlock('header_actions'$context$blocks);
  86.         // line 64
  87.         echo "            </div>
  88.         ";
  89.         
  90.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  91.         
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  93.     }
  94.     // line 5
  95.     public function block_header_logo($context, array $blocks = [])
  96.     {
  97.         $macros $this->macros;
  98.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  99.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_logo"));
  100.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  101.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_logo"));
  102.         // line 6
  103.         echo "                    ";
  104.         $context["channelFromDomain"] = $this->env->getRuntime('Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime')->getChannelFromDomain();
  105.         // line 7
  106.         echo "                    <div class=\"nellapp-header-logo\">
  107.                         <a class=\"header-brand\" href=\"/\">
  108.                             ";
  109.         // line 9
  110.         if ( !(null === (isset($context["channelFromDomain"]) || array_key_exists("channelFromDomain"$context) ? $context["channelFromDomain"] : (function () { throw new RuntimeError('Variable "channelFromDomain" does not exist.'9$this->source); })()))) {
  111.             // line 10
  112.             echo "                                ";
  113.             echo $this->env->getRuntime('Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime')->renderChannelLogo($this->env, (isset($context["channelFromDomain"]) || array_key_exists("channelFromDomain"$context) ? $context["channelFromDomain"] : (function () { throw new RuntimeError('Variable "channelFromDomain" does not exist.'10$this->source); })()));
  114.             echo "
  115.                             ";
  116.         } else {
  117.             // line 12
  118.             echo "                                <img src=\"";
  119.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/nellapp-logo.svg""core"), "html"nulltrue);
  120.             echo "\" alt=\"nellapp-logo\">
  121.                             ";
  122.         }
  123.         // line 14
  124.         if ($this->env->getRuntime('Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime')->isEnv("staging")) {
  125.             // line 15
  126.             echo "                                [TEST]
  127.                             ";
  128.         } elseif ($this->env->getRuntime('Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime')->isEnv("dev")) {
  129.             // line 17
  130.             echo "                                [DEV]
  131.                             ";
  132.         }
  133.         // line 19
  134.         echo "</a>
  135.                     </div>
  136.                 ";
  137.         
  138.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  139.         
  140.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  141.     }
  142.     // line 22
  143.     public function block_header_center($context, array $blocks = [])
  144.     {
  145.         $macros $this->macros;
  146.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_center"));
  148.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  149.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_center"));
  150.         // line 23
  151.         echo "                    <div class=\"nellapp-header-center\">
  152.                         ";
  153.         // line 24
  154.         $this->displayBlock('header_center_content'$context$blocks);
  155.         // line 43
  156.         echo "                    </div>
  157.                 ";
  158.         
  159.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  160.         
  161.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  162.     }
  163.     // line 24
  164.     public function block_header_center_content($context, array $blocks = [])
  165.     {
  166.         $macros $this->macros;
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  168.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_center_content"));
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_center_content"));
  171.         // line 25
  172.         echo "                            ";
  173.         if ( !$this->env->getRuntime('Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime')->isSearchDeactivated()) {
  174.             // line 26
  175.             echo "                                <div class=\"search-header-container\">
  176.                                     <form name=\"main_search\" method=\"get\" action=\"/recherche\" novalidate=\"novalidate\">
  177.                                         <div class=\"form-group\">
  178.                                             <input type=\"text\"
  179.                                                    id=\"main_search_search\"
  180.                                                    name=\"main_search[search]\"
  181.                                                    required=\"required\"
  182.                                                    placeholder=\"Rechercher un événement ou un formateur\"
  183.                                                    data-channel=\"9\"
  184.                                                    class=\"form-control nellapp-input\"
  185.                                             >
  186.                                         </div>
  187.                                         <i class=\"fas fa-search\"></i>
  188.                                     </form>
  189.                                 </div>
  190.                             ";
  191.         }
  192.         // line 42
  193.         echo "                        ";
  194.         
  195.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  196.         
  197.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  198.     }
  199.     // line 45
  200.     public function block_header_actions($context, array $blocks = [])
  201.     {
  202.         $macros $this->macros;
  203.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  204.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_actions"));
  205.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_actions"));
  207.         // line 46
  208.         echo "                    <div class=\"nellapp-header-actions\">
  209.                         ";
  210.         // line 47
  211.         $this->displayBlock('header_actions_content'$context$blocks);
  212.         // line 62
  213.         echo "                    </div>
  214.                 ";
  215.         
  216.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  217.         
  218.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  219.     }
  220.     // line 47
  221.     public function block_header_actions_content($context, array $blocks = [])
  222.     {
  223.         $macros $this->macros;
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  225.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_actions_content"));
  226.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  227.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_actions_content"));
  228.         // line 48
  229.         echo "                            <ul>
  230.                                 ";
  231.         // line 49
  232.         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.'49$this->source); })()), "user", [], "any"falsefalsefalse49)) {
  233.             // line 50
  234.             echo "                                    <li>
  235.                                         ";
  236.             // line 51
  237.             $this->loadTemplate("@NellappSDK/Partials/component/header/notification_menu.html.twig""@!NellappSDK/Partials/component/header/header.html.twig"51)->display($context);
  238.             // line 52
  239.             echo "                                    </li>
  240.                                     <li>
  241.                                         ";
  242.             // line 54
  243.             $this->loadTemplate("@NellappSDK/Partials/component/header/chat-notification.html.twig""@!NellappSDK/Partials/component/header/header.html.twig"54)->display($context);
  244.             // line 55
  245.             echo "                                    </li>
  246.                                     <li>
  247.                                         ";
  248.             // line 57
  249.             $this->loadTemplate("@NellappSDK/Partials/component/header/account-drop.html.twig""@!NellappSDK/Partials/component/header/header.html.twig"57)->display($context);
  250.             // line 58
  251.             echo "                                    </li>
  252.                                 ";
  253.         }
  254.         // line 60
  255.         echo "                            </ul>
  256.                         ";
  257.         
  258.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  259.         
  260.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  261.     }
  262.     // line 68
  263.     public function block_sub_header($context, array $blocks = [])
  264.     {
  265.         $macros $this->macros;
  266.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  267.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sub_header"));
  268.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  269.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sub_header"));
  270.         
  271.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  272.         
  273.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  274.     }
  275.     public function getTemplateName()
  276.     {
  277.         return "@!NellappSDK/Partials/component/header/header.html.twig";
  278.     }
  279.     public function isTraitable()
  280.     {
  281.         return false;
  282.     }
  283.     public function getDebugInfo()
  284.     {
  285.         return array (  306 => 68,  295 => 60,  291 => 58,  289 => 57,  285 => 55,  283 => 54,  279 => 52,  277 => 51,  274 => 50,  272 => 49,  269 => 48,  259 => 47,  248 => 62,  246 => 47,  243 => 46,  233 => 45,  223 => 42,  205 => 26,  202 => 25,  192 => 24,  181 => 43,  179 => 24,  176 => 23,  166 => 22,  154 => 19,  150 => 17,  146 => 15,  144 => 14,  138 => 12,  132 => 10,  130 => 9,  126 => 7,  123 => 6,  113 => 5,  102 => 64,  99 => 45,  96 => 22,  94 => 5,  91 => 4,  81 => 3,  68 => 71,  64 => 69,  62 => 68,  59 => 67,  56 => 66,  54 => 3,  50 => 1,);
  286.     }
  287.     public function getSourceContext()
  288.     {
  289.         return new Source("<header class=\"nellapp-header\">
  290.     <nav class=\"nellapp-header-wrapper\">
  291.         {% block header_up %}
  292.             <div class=\"nellapp-header-up\">
  293.                 {% block header_logo %}
  294.                     {% set channelFromDomain = get_channel_from_domain() %}
  295.                     <div class=\"nellapp-header-logo\">
  296.                         <a class=\"header-brand\" href=\"/\">
  297.                             {% if channelFromDomain is not null %}
  298.                                 {{ render_channel_logo(channelFromDomain) }}
  299.                             {% else %}
  300.                                 <img src=\"{{ asset('images/nellapp-logo.svg', 'core') }}\" alt=\"nellapp-logo\">
  301.                             {% endif %}
  302.                             {%- if is_env('staging') %}
  303.                                 [TEST]
  304.                             {% elseif is_env('dev') %}
  305.                                 [DEV]
  306.                             {% endif -%}
  307.                         </a>
  308.                     </div>
  309.                 {% endblock header_logo %}
  310.                 {% block header_center %}
  311.                     <div class=\"nellapp-header-center\">
  312.                         {% block header_center_content %}
  313.                             {% if not isSearchDeactivated() %}
  314.                                 <div class=\"search-header-container\">
  315.                                     <form name=\"main_search\" method=\"get\" action=\"/recherche\" novalidate=\"novalidate\">
  316.                                         <div class=\"form-group\">
  317.                                             <input type=\"text\"
  318.                                                    id=\"main_search_search\"
  319.                                                    name=\"main_search[search]\"
  320.                                                    required=\"required\"
  321.                                                    placeholder=\"Rechercher un événement ou un formateur\"
  322.                                                    data-channel=\"9\"
  323.                                                    class=\"form-control nellapp-input\"
  324.                                             >
  325.                                         </div>
  326.                                         <i class=\"fas fa-search\"></i>
  327.                                     </form>
  328.                                 </div>
  329.                             {% endif %}
  330.                         {% endblock %}
  331.                     </div>
  332.                 {% endblock header_center %}
  333.                 {% block header_actions %}
  334.                     <div class=\"nellapp-header-actions\">
  335.                         {% block header_actions_content %}
  336.                             <ul>
  337.                                 {% if app.user %}
  338.                                     <li>
  339.                                         {% include '@NellappSDK/Partials/component/header/notification_menu.html.twig' %}
  340.                                     </li>
  341.                                     <li>
  342.                                         {% include '@NellappSDK/Partials/component/header/chat-notification.html.twig' %}
  343.                                     </li>
  344.                                     <li>
  345.                                         {% include '@NellappSDK/Partials/component/header/account-drop.html.twig' %}
  346.                                     </li>
  347.                                 {% endif %}
  348.                             </ul>
  349.                         {% endblock header_actions_content %}
  350.                     </div>
  351.                 {% endblock header_actions %}
  352.             </div>
  353.         {% endblock header_up %}
  354.         {% if block('sub_header') is defined and block('sub_header') is not empty %}
  355.             <div class=\"nellapp-header-sub\">
  356.                 {% block sub_header %}{% endblock %}
  357.             </div>
  358.         {% endif %}
  359.     </nav>
  360. </header>
  361. ""@!NellappSDK/Partials/component/header/header.html.twig""/var/www/html/vendor/nellapp/sdk-bundle/src/Resources/views/Partials/component/header/header.html.twig");
  362.     }
  363. }