var/cache/dev/twig/ad/ad495e4d6777a15cc8b268b1a8bfe2990e61e0e7896b5bbae959c7593c3aa7ab.php line 55

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