var/cache/dev/twig/f1/f1f0c4fe88435145bb6e0bd0608048e6b2032faaedd62e758d07cbdd87e89776.php line 41

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