var/cache/dev/twig/f6/f6983ec7e35975267238bd123e24536b08024d1fde56316ef51f93ce41edca93.php line 39

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. /* base.html.twig */
  14. class __TwigTemplate_caeb58a563a45aed0a897aedf3a4bbb941b3af089b713de38ba7b045d3f04e63 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.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'content' => [$this'block_content'],
  27.             'modals' => [$this'block_modals'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.             'js_document_ready' => [$this'block_js_document_ready'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         $context["route"] = 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.'1$this->source); })()), "request", [], "any"falsefalsefalse1), "attributes", [], "any"falsefalsefalse1), "get", [=> "_route"], "method"falsefalsefalse1);
  41.         // line 2
  42.         echo "<!doctype html>
  43. <html lang=\"";
  44.         // line 3
  45.         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.'3$this->source); })()), "request", [], "any"falsefalsefalse3), "locale", [], "any"falsefalsefalse3), "html"nulltrue);
  46.         echo "\">
  47. <head>
  48.     <meta charset=\"utf-8\">
  49.     <title>";
  50.         // line 6
  51.         $this->displayBlock('title'$context$blocks);
  52.         echo "</title>
  53.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">
  54.     ";
  55.         // line 8
  56.         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.'8$this->source); })()), "environment", [], "any"falsefalsefalse8) != "prod")) {
  57.             // line 9
  58.             echo "    <meta name=\"robots\" content=\"noindex, nofollow\" />
  59.     ";
  60.         }
  61.         // line 11
  62.         echo "    ";
  63.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'11$this->source); })()), "request", [], "any"falsefalsefalse11), "locale", [], "any"falsefalsefalse11) == "ar")) {
  64.             // line 12
  65.             echo "    <meta name=\"description\" content=\"نظام كامل لإدارة المؤتمرات، يشتمل على تنظيم مهام الإعداد للمؤتمر واللوجستيات، وإدارة فعاليات المؤتمر وبرنامجه وورش العمل، وإدارة التوصيات وأعمال ما بعد المؤتمر، كما يتيح نشر محتوى المؤتمر وأخباره\"/>
  66.     <meta name=\"keywords\" content=\"نظام إدارة المؤتمرات، إدارة اللوجستيات، فعاليات المؤتمر، رعاة المؤتمر، منظمو المؤتمر، إدارة التوصيات، إدارة محتوى المؤتمر\"/>
  67.     ";
  68.         } else {
  69.             // line 15
  70.             echo "    <meta name=\"description\" content=\"Diwanyah: A powerful conferences management system (plan conference, execute plan and tasks, speakers and schedule management)\"/>
  71.     <meta name=\"keywords\" content=\"conferences management system, abstract management, conference logistics\"/>    
  72.     ";
  73.         }
  74.         // line 18
  75.         echo "    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  76.     <link rel=\"icon\" href=\"";
  77.         // line 19
  78.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon.png"), "html"nulltrue);
  79.         echo "\" type=\"image/png\">
  80.     <link rel=\"apple-touch-icon\" href=\"";
  81.         // line 20
  82.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon.png"), "html"nulltrue);
  83.         echo "\">
  84.     <link rel=\"shortcut icon\" href=\"";
  85.         // line 21
  86.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon.png"), "html"nulltrue);
  87.         echo "\" type=\"image/x-icon\">
  88.     ";
  89.         // line 23
  90.         $this->displayBlock('stylesheets'$context$blocks);
  91.         // line 53
  92.         echo "
  93.     <!-- Google Fonts -->
  94.     <link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
  95.     ";
  96.         // line 57
  97.         if (($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("commons.language.direction") == "rtl")) {
  98.             // line 58
  99.             echo "    <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css\"/>
  100.     ";
  101.         }
  102.         // line 60
  103.         echo "
  104.     <!--[if lt IE 9]>
  105.     <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  106.     <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  107.     <![endif]-->
  108.     ";
  109.         // line 67
  110.         echo "    <link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
  111.     <!-- Global site tag (gtag.js) - Google Analytics -->
  112.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-55081246-3\"></script>
  113.     <script>
  114.         window.dataLayer = window.dataLayer || [];
  115.         function gtag() {
  116.             dataLayer.push(arguments);
  117.         }
  118.         gtag('js', new Date());
  119.         gtag('config', 'UA-55081246-3');
  120.     </script>
  121. </head>
  122. <body data-target=\"#main-navbar\" class=\"";
  123.         // line 82
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("admin.language.direction"), "html"nulltrue);
  125.         echo " ";
  126.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'82$this->source); })()) == "homepage")) ? ("homepage") : ("inner"));
  127.         echo "\">
  128. <!-- Main -->
  129. <div id=\"page\" class=\"light-version\">
  130.     <header id=\"nav\" class=\"light-nav\">
  131.         <!-- Sticky Navigation -->
  132.         <nav class=\"navbar navbar-fixed-top\">
  133.             <div class=\"container\">
  134.                 <div class=\"navbar-header\">
  135.                     <!-- Menu Button for Mobile Devices -->
  136.                     <button type=\"button\" class=\"collapse navbar-toggle navbar-icon\" data-toggle=\"collapse\"
  137.                             data-target=\"#navbar-collapse\">
  138.                         <span></span>
  139.                         <span></span>
  140.                         <span></span>
  141.                     </button>
  142.                     <!-- Logo -->
  143.                     <a href=\"";
  144.         // line 99
  145.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
  146.         echo "\" class=\"navbar-brand logo-color smooth-scroll\">
  147.                         <span></span>
  148.                     </a>
  149.                 </div>
  150.                 <!-- /End Navbar hero -->
  151.                 <div class=\"collapse navbar-collapse-md\" id=\"navbar-collapse\">
  152.                     <!-- Navigation Links -->
  153.                     <ul class=\"nav navbar-nav navbar-right\">
  154.                         <li class=\"close-navbar-toggle\"><a href=\"";
  155.         // line 108
  156.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'108$this->source); })()) == "homepage")) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage")));
  157.         echo "#hero-image\" class=\"smooth-scroll\"> ";
  158.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.home"), "html"nulltrue);
  159.         echo " </a></li>
  160.                         <li class=\"close-navbar-toggle\"><a href=\"";
  161.         // line 109
  162.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'109$this->source); })()) == "homepage")) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage")));
  163.         echo "#phases\" class=\"smooth-scroll\"> ";
  164.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.phases"), "html"nulltrue);
  165.         echo " </a></li>
  166.                         <li class=\"close-navbar-toggle\"><a href=\"";
  167.         // line 110
  168.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'110$this->source); })()) == "homepage")) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage")));
  169.         echo "#component\" class=\"smooth-scroll\"> ";
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.components"), "html"nulltrue);
  171.         echo " </a></li>
  172.                         <li class=\"close-navbar-toggle\"><a href=\"";
  173.         // line 111
  174.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'111$this->source); })()) == "homepage")) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage")));
  175.         echo "#blog\" class=\"smooth-scroll\"> ";
  176.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.blog"), "html"nulltrue);
  177.         echo " </a></li>
  178.                         <li class=\"close-navbar-toggle\"><a href=\"";
  179.         // line 112
  180.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'112$this->source); })()) == "homepage")) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage")));
  181.         echo "#packages\" class=\"smooth-scroll\"> ";
  182.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.packages"), "html"nulltrue);
  183.         echo " </a></li>
  184.                         <li class=\"close-navbar-toggle\"><a href=\"";
  185.         // line 113
  186.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'113$this->source); })()) == "homepage")) ? ("") : ($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage")));
  187.         echo "#contact\" class=\"smooth-scroll\"> ";
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.contact"), "html"nulltrue);
  189.         echo " </a></li>
  190.                     </ul>
  191.                     <!-- Social Links -->
  192.                     <ul class=\"nav navbar-nav navbar-left\">
  193.                         <li>
  194.                             <ul class=\"social\">
  195.                                 ";
  196.         // line 119
  197.         if (( !(null === 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.'119$this->source); })()), "user", [], "any"falsefalsefalse119)) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED"))) {
  198.             // line 120
  199.             echo "                                    <li class=\"dropdown\">
  200.                                         ";
  201.             // line 121
  202.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::userMenuAction"));
  203.             echo "
  204.                                     </li>
  205.                                 ";
  206.         } else {
  207.             // line 124
  208.             echo "                                    <li><a class=\"btn btn-color-1\" href=\"";
  209.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_login");
  210.             echo "\">";
  211.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.labels.login"), "html"nulltrue);
  212.             echo "</a></li>
  213.                                 ";
  214.         }
  215.         // line 126
  216.         echo "                                ";
  217.         $context['_parent'] = $context;
  218.         $context['_seq'] = twig_ensure_traversable(twig_split_filter($this->env$this->extensions['Rawafed\CommonsBundle\Twig\TwigUtils']->getParameter("app.locales"), "|"));
  219.         foreach ($context['_seq'] as $context["_key"] => $context["locale"]) {
  220.             // line 127
  221.             echo "                                    ";
  222.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'127$this->source); })()), "request", [], "any"falsefalsefalse127), "locale", [], "any"falsefalsefalse127) != $context["locale"])) {
  223.                 // line 128
  224.                 echo "                                    ";
  225.                 // line 130
  226.                 echo "                                    <li><a href=\"";
  227.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(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.'130$this->source); })()), "request", [], "any"falsefalsefalse130), "attributes", [], "any"falsefalsefalse130), "get", [=> "_route"], "method"falsefalsefalse130), twig_array_merge(((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse130), "attributes", [], "any"falsetruefalse130), "get", [=> "_route_params"], "method"truetruefalse130)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse130), "attributes", [], "any"falsetruefalse130), "get", [=> "_route_params"], "method"falsefalsefalse130), [])) : ([])), ["_locale" => $context["locale"]])), "html"nulltrue);
  228.                 echo "\" class=\"btn btn-color-1 lang ";
  229.                 echo twig_escape_filter($this->env$context["locale"], "html"nulltrue);
  230.                 echo "\" title=\"";
  231.                 echo twig_escape_filter($this->env$this->extensions['Rawafed\CommonsBundle\Twig\TwigUtils']->localeNameFilter($context["locale"]), "html"nulltrue);
  232.                 echo "\"> ";
  233.                 echo twig_escape_filter($this->env$this->extensions['Rawafed\CommonsBundle\Twig\TwigUtils']->localeNameFilter($context["locale"]), "html"nulltrue);
  234.                 echo " </a></li>
  235.                                     ";
  236.             }
  237.             // line 132
  238.             echo "                                ";
  239.         }
  240.         $_parent $context['_parent'];
  241.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locale'], $context['_parent'], $context['loop']);
  242.         $context array_intersect_key($context$_parent) + $_parent;
  243.         // line 133
  244.         echo "                            </ul>
  245.                             <ul class=\"social hide-tab\">
  246.                                 ";
  247.         // line 135
  248.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url")) > 1)) {
  249.             // line 136
  250.             echo "                                    <li>
  251.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  252.             // line 137
  253.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url"), "html"nulltrue);
  254.             echo "\" target=\"_blank\">
  255.                                             <i class=\"fa fa-facebook\"></i>
  256.                                         </a>
  257.                                     </li>
  258.                                 ";
  259.         }
  260.         // line 142
  261.         echo "
  262.                                 ";
  263.         // line 143
  264.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url")) > 1)) {
  265.             // line 144
  266.             echo "                                    <li>
  267.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  268.             // line 145
  269.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url"), "html"nulltrue);
  270.             echo "\" target=\"_blank\">
  271.                                             <i class=\"fa fa-twitter\"></i>
  272.                                         </a>
  273.                                     </li>
  274.                                 ";
  275.         }
  276.         // line 150
  277.         echo "
  278.                                 ";
  279.         // line 151
  280.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url")) > 1)) {
  281.             // line 152
  282.             echo "                                    <li>
  283.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  284.             // line 153
  285.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url"), "html"nulltrue);
  286.             echo "\" target=\"_blank\">
  287.                                             <i class=\"fa fa-google-plus\"></i>
  288.                                         </a>
  289.                                     </li>
  290.                                 ";
  291.         }
  292.         // line 158
  293.         echo "
  294.                                 ";
  295.         // line 159
  296.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url")) > 1)) {
  297.             // line 160
  298.             echo "                                    <li>
  299.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  300.             // line 161
  301.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url"), "html"nulltrue);
  302.             echo "\" target=\"_blank\">
  303.                                             <i class=\"fa fa-linkedin\"></i>
  304.                                         </a>
  305.                                     </li>
  306.                                 ";
  307.         }
  308.         // line 166
  309.         echo "                            </ul>
  310.                         </li>
  311.                     </ul>
  312.                     <!-- /End Navigation Links -->
  313.                 </div>
  314.                 <!--/End Navbar Collapse -->
  315.             </div>
  316.         </nav>
  317.         <!-- /END Sticky Navigation -->
  318.     </header>
  319.     <div ";
  320.         // line 177
  321.         echo ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'177$this->source); })()) == "homepage")) ? ("") : ("class=\"hero-inner\""));
  322.         echo ">";
  323.         $this->displayBlock('content'$context$blocks);
  324.         echo "</div>
  325.     <footer id=\"footer\" class=\"bg-dark section-p-sm text-white\">
  326.         <div class=\"container\">
  327.             <div class=\"row\">
  328.                 <div class=\"col-md-4 wrapper-v-sm text-center-md\">
  329.                     <p class=\"text-light text-right copyrights-font\">";
  330.         // line 183
  331.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.messages.copyrights", ["{year}" => twig_date_format_filter($this->env"now""Y")]), "html"nulltrue);
  332.         echo "</p>
  333.                 </div>
  334.                 <div class=\"col-md-4 wrapper-v-sm text-center\">
  335.                     <ul class=\"social links\">
  336.                         <li> <a class=\"btn\" href=\"";
  337.         // line 187
  338.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("terms_conditions");
  339.         echo "\"> ";
  340.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.terms"), "html"nulltrue);
  341.         echo " </a></li>
  342.                         <li> - </li>
  343.                         <li> <a class=\"btn\" href=\"";
  344.         // line 189
  345.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("privacy_policy");
  346.         echo "\"> ";
  347.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.privacy"), "html"nulltrue);
  348.         echo " </a> </li>
  349.                     </ul>
  350.                 </div>
  351.                 <div class=\"col-md-4 wrapper-v-sm text-left text-center-md\">
  352.                     <ul class=\"social\">
  353.                         ";
  354.         // line 194
  355.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url")) > 1)) {
  356.             // line 195
  357.             echo "                        <li>
  358.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  359.             // line 196
  360.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url"), "html"nulltrue);
  361.             echo "\" target=\"_blank\">
  362.                                 <i class=\"fa fa-facebook\"></i>
  363.                             </a>
  364.                         </li>
  365.                         ";
  366.         }
  367.         // line 201
  368.         echo "
  369.                         ";
  370.         // line 202
  371.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url")) > 1)) {
  372.             // line 203
  373.             echo "                        <li>
  374.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  375.             // line 204
  376.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url"), "html"nulltrue);
  377.             echo "\" target=\"_blank\">
  378.                                 <i class=\"fa fa-twitter\"></i>
  379.                             </a>
  380.                         </li>
  381.                         ";
  382.         }
  383.         // line 209
  384.         echo "
  385.                         ";
  386.         // line 210
  387.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url")) > 1)) {
  388.             // line 211
  389.             echo "                        <li>
  390.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  391.             // line 212
  392.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url"), "html"nulltrue);
  393.             echo "\" target=\"_blank\">
  394.                                 <i class=\"fa fa-google-plus\"></i>
  395.                             </a>
  396.                         </li>
  397.                         ";
  398.         }
  399.         // line 217
  400.         echo "
  401.                         ";
  402.         // line 218
  403.         if ((twig_length_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url")) > 1)) {
  404.             // line 219
  405.             echo "                        <li>
  406.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
  407.             // line 220
  408.             echo twig_escape_filter($this->env$this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url"), "html"nulltrue);
  409.             echo "\" target=\"_blank\">
  410.                                 <i class=\"fa fa-linkedin\"></i>
  411.                             </a>
  412.                         </li>
  413.                         ";
  414.         }
  415.         // line 225
  416.         echo "                    </ul>
  417.                 </div>
  418.             </div>
  419.         </div>
  420.     </footer>
  421. </div>
  422. <!-- /End Main -->
  423. <!-- Back to Top Button -->
  424. <a href=\"#page\" class=\"btn-circle btn-circle-lg btn-color btn-top smooth-scroll\"> <i class=\"fa fa-angle-up\"></i> </a>
  425. <!-- /End Back to Top Button -->
  426. ";
  427.         // line 237
  428.         $this->displayBlock('modals'$context$blocks);
  429.         // line 238
  430.         echo "
  431. ";
  432.         // line 239
  433.         $this->displayBlock('javascripts'$context$blocks);
  434.         // line 279
  435.         echo "
  436. <script>
  437. \$(function () {
  438.     ";
  439.         // line 282
  440.         $this->displayBlock('js_document_ready'$context$blocks);
  441.         // line 283
  442.         echo "});
  443. \$('.close-navbar-toggle').on('click', function(){
  444.     \$('.navbar-toggle').click();
  445. });
  446. </script>
  447. ";
  448.         // line 292
  449.         echo "    ";
  450.         // line 293
  451.         echo "    ";
  452.         // line 294
  453.         echo "    ";
  454.         // line 295
  455.         echo "    ";
  456.         // line 296
  457.         echo "    ";
  458.         // line 297
  459.         echo "
  460.         ";
  461.         // line 299
  462.         echo "    ";
  463.         // line 300
  464.         echo "        ";
  465.         // line 301
  466.         echo "            ";
  467.         // line 302
  468.         echo "        ";
  469.         // line 303
  470.         echo "    ";
  471.         // line 304
  472.         echo "
  473.     ";
  474.         // line 306
  475.         echo "
  476.         ";
  477.         // line 308
  478.         echo "        ";
  479.         // line 309
  480.         echo "        ";
  481.         // line 310
  482.         echo "
  483.     ";
  484.         // line 312
  485.         echo "    ";
  486.         // line 313
  487.         echo "
  488.         ";
  489.         // line 315
  490.         echo "        ";
  491.         // line 316
  492.         echo "
  493.     ";
  494.         // line 319
  495.         echo "
  496. ";
  497.         // line 321
  498.         echo "    ";
  499.         // line 324
  500.         echo "    ";
  501.         // line 327
  502.         echo "
  503. </body>
  504. </html>
  505. ";
  506.         
  507.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  508.         
  509.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  510.     }
  511.     // line 6
  512.     public function block_title($context, array $blocks = [])
  513.     {
  514.         $macros $this->macros;
  515.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  516.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  517.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  518.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  519.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("website_title"), "html"nulltrue);
  520.         
  521.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  522.         
  523.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  524.     }
  525.     // line 23
  526.     public function block_stylesheets($context, array $blocks = [])
  527.     {
  528.         $macros $this->macros;
  529.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  530.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  531.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  532.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  533.         // line 24
  534.         echo "        ";
  535.         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.'24$this->source); })()), "environment", [], "any"falsefalsefalse24) == "prod")) {
  536.             // line 25
  537.             echo "            ";
  538.             // line 26
  539.             echo "            ";
  540.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app""app");
  541.             echo "
  542.             ";
  543.             // line 27
  544.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("commons.language.direction"), $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("commons.language.direction"), ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("commons.language.direction") . "Config"));
  545.             echo "
  546.         ";
  547.         } else {
  548.             // line 29
  549.             echo "            <!-- Bootstrap CSS -->
  550.             <link rel=\"stylesheet\" href=\"";
  551.             // line 30
  552.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/plugins/bootstrap.min.css"), "html"nulltrue);
  553.             echo "\">
  554.             <!-- responsive-table -->
  555.             <link rel=\"stylesheet\" href=\"";
  556.             // line 32
  557.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/responsive-table/css/style.css"), "html"nulltrue);
  558.             echo "\">
  559.             <!-- Font Icons -->
  560.             <link rel=\"stylesheet\" href=\"";
  561.             // line 34
  562.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/icons/linea/styles.css"), "html"nulltrue);
  563.             echo "\">
  564.             <link rel=\"stylesheet\" href=\"";
  565.             // line 35
  566.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/icons/font-awesome/css/font-awesome.min.css"), "html"nulltrue);
  567.             echo "\">
  568.             <!-- Plugins CSS -->
  569.             <link rel=\"stylesheet\" href=\"";
  570.             // line 37
  571.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/plugins/loaders.min.css"), "html"nulltrue);
  572.             echo "\">
  573.             <link rel=\"stylesheet\" href=\"";
  574.             // line 38
  575.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/plugins/owl.carousel.min.css"), "html"nulltrue);
  576.             echo "\">
  577.             <!-- SLIDER REVOLUTION 5.0 CSS SETTINGS -->
  578.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  579.             // line 40
  580.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/css/settings.css"), "html"nulltrue);
  581.             echo "\" media=\"screen\"/>
  582.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  583.             // line 41
  584.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/css/layers.css"), "html"nulltrue);
  585.             echo "\">
  586.             <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  587.             // line 42
  588.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/css/navigation.css"), "html"nulltrue);
  589.             echo "\">
  590.             <!-- Custom CSS -->
  591.             <link rel=\"stylesheet\" href=\"";
  592.             // line 44
  593.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/main.css"), "html"nulltrue);
  594.             echo "\">
  595.             <!-- Responsive CSS -->
  596.             <link rel=\"stylesheet\" href=\"";
  597.             // line 46
  598.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/responsive.css"), "html"nulltrue);
  599.             echo "\">
  600.             <link rel=\"stylesheet\" href=\"";
  601.             // line 47
  602.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("assets/css/style-" $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("commons.language.direction")) . ".css")), "html"nulltrue);
  603.             echo "\">
  604.         ";
  605.         }
  606.         // line 49
  607.         echo "
  608.         <!-- Renders a link tag (if your module requires any CSS)
  609.              <link rel=\"stylesheet\" href=\"/build/app.css\"> -->
  610.     ";
  611.         
  612.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  613.         
  614.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  615.     }
  616.     // line 177
  617.     public function block_content($context, array $blocks = [])
  618.     {
  619.         $macros $this->macros;
  620.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  621.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  622.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  623.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  624.         
  625.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  626.         
  627.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  628.     }
  629.     // line 237
  630.     public function block_modals($context, array $blocks = [])
  631.     {
  632.         $macros $this->macros;
  633.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  634.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  635.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  636.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  637.         
  638.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  639.         
  640.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  641.     }
  642.     // line 239
  643.     public function block_javascripts($context, array $blocks = [])
  644.     {
  645.         $macros $this->macros;
  646.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  647.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  648.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  649.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  650.         // line 240
  651.         echo "    ";
  652.         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.'240$this->source); })()), "environment", [], "any"falsefalsefalse240) == "prod")) {
  653.             // line 241
  654.             echo "        ";
  655.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  656.             echo "
  657.     ";
  658.         } else {
  659.             // line 243
  660.             echo "        <!-- Scripts -->
  661.         <script src=\"";
  662.             // line 244
  663.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/jquery1.11.2.min.js"), "html"nulltrue);
  664.             echo "\"></script>
  665.         <script src=\"";
  666.             // line 245
  667.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/bootstrap.min.js"), "html"nulltrue);
  668.             echo "\"></script>
  669.         <script src=\"";
  670.             // line 246
  671.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/circles.min.js"), "html"nulltrue);
  672.             echo "\"></script>
  673.         <script src=\"";
  674.             // line 247
  675.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/owl.carousel.min.js"), "html"nulltrue);
  676.             echo "\"></script>
  677.         ";
  678.             // line 248
  679.             if (((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'248$this->source); })()) == "homepage")) {
  680.                 // line 249
  681.                 echo "        <script src=\"";
  682.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/scrollreveal.min.js"), "html"nulltrue);
  683.                 echo "\"></script>
  684.         <script src=\"";
  685.                 // line 250
  686.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/jquery.ajaxchimp.min.js"), "html"nulltrue);
  687.                 echo "\"></script>
  688.         <script src=\"";
  689.                 // line 251
  690.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/contact-form.js"), "html"nulltrue);
  691.                 echo "\"></script>
  692.         ";
  693.             }
  694.             // line 253
  695.             echo "        <!-- responsive-table -->
  696.         <script src=\"";
  697.             // line 254
  698.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/responsive-table/js/index.js"), "html"nulltrue);
  699.             echo "\"></script>
  700.         <script src=\"";
  701.             // line 255
  702.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/embedvid.js"), "html"nulltrue);
  703.             echo "\"></script>
  704.         <script src=\"";
  705.             // line 256
  706.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/modernizr.js"), "html"nulltrue);
  707.             echo "\"></script>
  708.         <!-- RS5.0 Core JS Files -->
  709.         <script type=\"text/javascript\" src=\"";
  710.             // line 258
  711.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/jquery.themepunch.tools.min.js"), "html"nulltrue);
  712.             echo "\"></script>
  713.         <script type=\"text/javascript\" src=\"";
  714.             // line 259
  715.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/jquery.themepunch.revolution.min.js"), "html"nulltrue);
  716.             echo "\"></script>
  717.         <script type=\"text/javascript\" src=\"";
  718.             // line 260
  719.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.video.min.js"), "html"nulltrue);
  720.             echo "\"></script>
  721.         <script type=\"text/javascript\" src=\"";
  722.             // line 261
  723.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.slideanims.min.js"), "html"nulltrue);
  724.             echo "\"></script>
  725.         <script type=\"text/javascript\" src=\"";
  726.             // line 262
  727.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.actions.min.js"), "html"nulltrue);
  728.             echo "\"></script>
  729.         <script type=\"text/javascript\" src=\"";
  730.             // line 263
  731.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"), "html"nulltrue);
  732.             echo "\"></script>
  733.         <script type=\"text/javascript\" src=\"";
  734.             // line 264
  735.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.kenburn.min.js"), "html"nulltrue);
  736.             echo "\"></script>
  737.         <script type=\"text/javascript\" src=\"";
  738.             // line 265
  739.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.navigation.min.js"), "html"nulltrue);
  740.             echo "\"></script>
  741.         <script type=\"text/javascript\" src=\"";
  742.             // line 266
  743.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.migration.min.js"), "html"nulltrue);
  744.             echo "\"></script>
  745.         <script type=\"text/javascript\" src=\"";
  746.             // line 267
  747.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.parallax.min.js"), "html"nulltrue);
  748.             echo "\"></script>
  749.         <!-- Custom Script -->
  750.         <script src=\"";
  751.             // line 270
  752.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/rawafedcommons/js/commons.js"), "html"nulltrue);
  753.             echo "\"></script>
  754.         <script src=\"";
  755.             // line 271
  756.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/newsletter/js/helper.js"), "html"nulltrue);
  757.             echo "\"></script>
  758.         <script src=\"";
  759.             // line 272
  760.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/custom.js"), "html"nulltrue);
  761.             echo "\"></script>
  762.     ";
  763.         }
  764.         // line 274
  765.         echo "
  766.     <!-- Renders app.js & a webpack runtime.js file
  767.         <script src=\"/build/runtime.js\"></script>
  768.         <script src=\"/build/app.js\"></script> -->
  769. ";
  770.         
  771.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  772.         
  773.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  774.     }
  775.     // line 282
  776.     public function block_js_document_ready($context, array $blocks = [])
  777.     {
  778.         $macros $this->macros;
  779.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  780.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js_document_ready"));
  781.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  782.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""js_document_ready"));
  783.         
  784.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  785.         
  786.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  787.     }
  788.     public function getTemplateName()
  789.     {
  790.         return "base.html.twig";
  791.     }
  792.     public function isTraitable()
  793.     {
  794.         return false;
  795.     }
  796.     public function getDebugInfo()
  797.     {
  798.         return array (  828 => 282,  814 => 274,  809 => 272,  805 => 271,  801 => 270,  795 => 267,  791 => 266,  787 => 265,  783 => 264,  779 => 263,  775 => 262,  771 => 261,  767 => 260,  763 => 259,  759 => 258,  754 => 256,  750 => 255,  746 => 254,  743 => 253,  738 => 251,  734 => 250,  729 => 249,  727 => 248,  723 => 247,  719 => 246,  715 => 245,  711 => 244,  708 => 243,  702 => 241,  699 => 240,  689 => 239,  671 => 237,  653 => 177,  640 => 49,  635 => 47,  631 => 46,  626 => 44,  621 => 42,  617 => 41,  613 => 40,  608 => 38,  604 => 37,  599 => 35,  595 => 34,  590 => 32,  585 => 30,  582 => 29,  577 => 27,  572 => 26,  570 => 25,  567 => 24,  557 => 23,  538 => 6,  525 => 327,  523 => 324,  521 => 321,  518 => 319,  515 => 316,  513 => 315,  510 => 313,  508 => 312,  505 => 310,  503 => 309,  501 => 308,  498 => 306,  495 => 304,  493 => 303,  491 => 302,  489 => 301,  487 => 300,  485 => 299,  482 => 297,  480 => 296,  478 => 295,  476 => 294,  474 => 293,  472 => 292,  463 => 283,  461 => 282,  456 => 279,  454 => 239,  451 => 238,  449 => 237,  435 => 225,  427 => 220,  424 => 219,  422 => 218,  419 => 217,  411 => 212,  408 => 211,  406 => 210,  403 => 209,  395 => 204,  392 => 203,  390 => 202,  387 => 201,  379 => 196,  376 => 195,  374 => 194,  364 => 189,  357 => 187,  350 => 183,  339 => 177,  326 => 166,  318 => 161,  315 => 160,  313 => 159,  310 => 158,  302 => 153,  299 => 152,  297 => 151,  294 => 150,  286 => 145,  283 => 144,  281 => 143,  278 => 142,  270 => 137,  267 => 136,  265 => 135,  261 => 133,  255 => 132,  243 => 130,  241 => 128,  238 => 127,  233 => 126,  225 => 124,  219 => 121,  216 => 120,  214 => 119,  203 => 113,  197 => 112,  191 => 111,  185 => 110,  179 => 109,  173 => 108,  161 => 99,  139 => 82,  122 => 67,  114 => 60,  110 => 58,  108 => 57,  102 => 53,  100 => 23,  95 => 21,  91 => 20,  87 => 19,  84 => 18,  79 => 15,  74 => 12,  71 => 11,  67 => 9,  65 => 8,  60 => 6,  54 => 3,  51 => 2,  49 => 1,);
  799.     }
  800.     public function getSourceContext()
  801.     {
  802.         return new Source("{% set route = app.request.attributes.get('_route') %}
  803. <!doctype html>
  804. <html lang=\"{{ app.request.locale }}\">
  805. <head>
  806.     <meta charset=\"utf-8\">
  807.     <title>{% block title %}{{ 'website_title'|trans}}{% endblock %}</title>
  808.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">
  809.     {% if app.environment != 'prod' %}
  810.     <meta name=\"robots\" content=\"noindex, nofollow\" />
  811.     {% endif %}
  812.     {% if app.request.locale == 'ar' %}
  813.     <meta name=\"description\" content=\"نظام كامل لإدارة المؤتمرات، يشتمل على تنظيم مهام الإعداد للمؤتمر واللوجستيات، وإدارة فعاليات المؤتمر وبرنامجه وورش العمل، وإدارة التوصيات وأعمال ما بعد المؤتمر، كما يتيح نشر محتوى المؤتمر وأخباره\"/>
  814.     <meta name=\"keywords\" content=\"نظام إدارة المؤتمرات، إدارة اللوجستيات، فعاليات المؤتمر، رعاة المؤتمر، منظمو المؤتمر، إدارة التوصيات، إدارة محتوى المؤتمر\"/>
  815.     {% else %}
  816.     <meta name=\"description\" content=\"Diwanyah: A powerful conferences management system (plan conference, execute plan and tasks, speakers and schedule management)\"/>
  817.     <meta name=\"keywords\" content=\"conferences management system, abstract management, conference logistics\"/>    
  818.     {% endif %}
  819.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  820.     <link rel=\"icon\" href=\"{{ asset('assets/images/favicon.png') }}\" type=\"image/png\">
  821.     <link rel=\"apple-touch-icon\" href=\"{{ asset('assets/images/favicon.png') }}\">
  822.     <link rel=\"shortcut icon\" href=\"{{ asset('assets/images/favicon.png') }}\" type=\"image/x-icon\">
  823.     {% block stylesheets %}
  824.         {% if app.environment == 'prod' %}
  825.             {# 'app' must match the first argument to addEntry() in webpack.config.js #}
  826.             {{ encore_entry_link_tags('app', 'app') }}
  827.             {{ encore_entry_link_tags('commons.language.direction'|trans, 'commons.language.direction'|trans, ('commons.language.direction'|trans ~ 'Config')) }}
  828.         {% else %}
  829.             <!-- Bootstrap CSS -->
  830.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/plugins/bootstrap.min.css') }}\">
  831.             <!-- responsive-table -->
  832.             <link rel=\"stylesheet\" href=\"{{ asset('assets/js/responsive-table/css/style.css') }}\">
  833.             <!-- Font Icons -->
  834.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/icons/linea/styles.css') }}\">
  835.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/icons/font-awesome/css/font-awesome.min.css') }}\">
  836.             <!-- Plugins CSS -->
  837.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/plugins/loaders.min.css') }}\">
  838.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/plugins/owl.carousel.min.css') }}\">
  839.             <!-- SLIDER REVOLUTION 5.0 CSS SETTINGS -->
  840.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/revolution/css/settings.css') }}\" media=\"screen\"/>
  841.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/revolution/css/layers.css') }}\">
  842.             <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/revolution/css/navigation.css') }}\">
  843.             <!-- Custom CSS -->
  844.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/main.css') }}\">
  845.             <!-- Responsive CSS -->
  846.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/responsive.css') }}\">
  847.             <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style-' ~ ('commons.language.direction'|trans) ~ '.css') }}\">
  848.         {% endif %}
  849.         <!-- Renders a link tag (if your module requires any CSS)
  850.              <link rel=\"stylesheet\" href=\"/build/app.css\"> -->
  851.     {% endblock %}
  852.     <!-- Google Fonts -->
  853.     <link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
  854.     {% if 'commons.language.direction'|trans == 'rtl' %}
  855.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css\"/>
  856.     {% endif %}
  857.     <!--[if lt IE 9]>
  858.     <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  859.     <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  860.     <![endif]-->
  861.     {# <script async src=\"https://code.jivosite.com/script/widget/EaCMzcTpTZ\"></script> #}
  862.     <link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
  863.     <!-- Global site tag (gtag.js) - Google Analytics -->
  864.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-55081246-3\"></script>
  865.     <script>
  866.         window.dataLayer = window.dataLayer || [];
  867.         function gtag() {
  868.             dataLayer.push(arguments);
  869.         }
  870.         gtag('js', new Date());
  871.         gtag('config', 'UA-55081246-3');
  872.     </script>
  873. </head>
  874. <body data-target=\"#main-navbar\" class=\"{{ 'admin.language.direction'|trans }} {{ route == 'homepage' ? 'homepage' : 'inner' }}\">
  875. <!-- Main -->
  876. <div id=\"page\" class=\"light-version\">
  877.     <header id=\"nav\" class=\"light-nav\">
  878.         <!-- Sticky Navigation -->
  879.         <nav class=\"navbar navbar-fixed-top\">
  880.             <div class=\"container\">
  881.                 <div class=\"navbar-header\">
  882.                     <!-- Menu Button for Mobile Devices -->
  883.                     <button type=\"button\" class=\"collapse navbar-toggle navbar-icon\" data-toggle=\"collapse\"
  884.                             data-target=\"#navbar-collapse\">
  885.                         <span></span>
  886.                         <span></span>
  887.                         <span></span>
  888.                     </button>
  889.                     <!-- Logo -->
  890.                     <a href=\"{{ path('homepage') }}\" class=\"navbar-brand logo-color smooth-scroll\">
  891.                         <span></span>
  892.                     </a>
  893.                 </div>
  894.                 <!-- /End Navbar hero -->
  895.                 <div class=\"collapse navbar-collapse-md\" id=\"navbar-collapse\">
  896.                     <!-- Navigation Links -->
  897.                     <ul class=\"nav navbar-nav navbar-right\">
  898.                         <li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#hero-image\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.home'|trans }} </a></li>
  899.                         <li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#phases\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.phases'|trans }} </a></li>
  900.                         <li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#component\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.components'|trans }} </a></li>
  901.                         <li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#blog\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.blog'|trans }} </a></li>
  902.                         <li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#packages\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.packages'|trans }} </a></li>
  903.                         <li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#contact\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.contact'|trans }} </a></li>
  904.                     </ul>
  905.                     <!-- Social Links -->
  906.                     <ul class=\"nav navbar-nav navbar-left\">
  907.                         <li>
  908.                             <ul class=\"social\">
  909.                                 {% if app.user is not null and is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  910.                                     <li class=\"dropdown\">
  911.                                         {{ render(controller('App\\\\Controller\\\\DefaultController::userMenuAction')) }}
  912.                                     </li>
  913.                                 {% else %}
  914.                                     <li><a class=\"btn btn-color-1\" href=\"{{ path('fos_user_security_login') }}\">{{ 'diwanyah.labels.login'|trans }}</a></li>
  915.                                 {% endif %}
  916.                                 {% for locale in parameter('app.locales')|split('|') %}
  917.                                     {% if app.request.locale != locale %}
  918.                                     {# <li><span class=\"btn btn-color-1 lang {{ locale }}\" title=\"{{ locale|locale_name }}\"> {{ locale|upper }} </span></li>
  919.                                     {% else %} #}
  920.                                     <li><a href=\"{{ path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')|default([])|merge({ '_locale': locale })) }}\" class=\"btn btn-color-1 lang {{ locale }}\" title=\"{{ locale|locale_name }}\"> {{ locale|locale_name }} </a></li>
  921.                                     {% endif %}
  922.                                 {% endfor %}
  923.                             </ul>
  924.                             <ul class=\"social hide-tab\">
  925.                                 {% if runtime_config('social.facebook_url')|length > 1 %}
  926.                                     <li>
  927.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.facebook_url') }}\" target=\"_blank\">
  928.                                             <i class=\"fa fa-facebook\"></i>
  929.                                         </a>
  930.                                     </li>
  931.                                 {% endif %}
  932.                                 {% if runtime_config('social.twitter_url')|length > 1 %}
  933.                                     <li>
  934.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.twitter_url') }}\" target=\"_blank\">
  935.                                             <i class=\"fa fa-twitter\"></i>
  936.                                         </a>
  937.                                     </li>
  938.                                 {% endif %}
  939.                                 {% if runtime_config('social.google_plus_url')|length > 1 %}
  940.                                     <li>
  941.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.google_plus_url') }}\" target=\"_blank\">
  942.                                             <i class=\"fa fa-google-plus\"></i>
  943.                                         </a>
  944.                                     </li>
  945.                                 {% endif %}
  946.                                 {% if runtime_config('social.linkedin_url')|length > 1 %}
  947.                                     <li>
  948.                                         <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.linkedin_url') }}\" target=\"_blank\">
  949.                                             <i class=\"fa fa-linkedin\"></i>
  950.                                         </a>
  951.                                     </li>
  952.                                 {% endif %}
  953.                             </ul>
  954.                         </li>
  955.                     </ul>
  956.                     <!-- /End Navigation Links -->
  957.                 </div>
  958.                 <!--/End Navbar Collapse -->
  959.             </div>
  960.         </nav>
  961.         <!-- /END Sticky Navigation -->
  962.     </header>
  963.     <div {{ route == 'homepage' ? '' : 'class=\"hero-inner\"' }}>{% block content %}{% endblock %}</div>
  964.     <footer id=\"footer\" class=\"bg-dark section-p-sm text-white\">
  965.         <div class=\"container\">
  966.             <div class=\"row\">
  967.                 <div class=\"col-md-4 wrapper-v-sm text-center-md\">
  968.                     <p class=\"text-light text-right copyrights-font\">{{ 'diwanyah.messages.copyrights'|trans({ '{year}': (\"now\"|date('Y')) }) }}</p>
  969.                 </div>
  970.                 <div class=\"col-md-4 wrapper-v-sm text-center\">
  971.                     <ul class=\"social links\">
  972.                         <li> <a class=\"btn\" href=\"{{ path('terms_conditions') }}\"> {{ 'diwanyah.titles.terms'|trans }} </a></li>
  973.                         <li> - </li>
  974.                         <li> <a class=\"btn\" href=\"{{ path('privacy_policy') }}\"> {{ 'diwanyah.titles.privacy'|trans }} </a> </li>
  975.                     </ul>
  976.                 </div>
  977.                 <div class=\"col-md-4 wrapper-v-sm text-left text-center-md\">
  978.                     <ul class=\"social\">
  979.                         {% if runtime_config('social.facebook_url')|length > 1 %}
  980.                         <li>
  981.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.facebook_url') }}\" target=\"_blank\">
  982.                                 <i class=\"fa fa-facebook\"></i>
  983.                             </a>
  984.                         </li>
  985.                         {% endif %}
  986.                         {% if runtime_config('social.twitter_url')|length > 1 %}
  987.                         <li>
  988.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.twitter_url') }}\" target=\"_blank\">
  989.                                 <i class=\"fa fa-twitter\"></i>
  990.                             </a>
  991.                         </li>
  992.                         {% endif %}
  993.                         {% if runtime_config('social.google_plus_url')|length > 1 %}
  994.                         <li>
  995.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.google_plus_url') }}\" target=\"_blank\">
  996.                                 <i class=\"fa fa-google-plus\"></i>
  997.                             </a>
  998.                         </li>
  999.                         {% endif %}
  1000.                         {% if runtime_config('social.linkedin_url')|length > 1 %}
  1001.                         <li>
  1002.                             <a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.linkedin_url') }}\" target=\"_blank\">
  1003.                                 <i class=\"fa fa-linkedin\"></i>
  1004.                             </a>
  1005.                         </li>
  1006.                         {% endif %}
  1007.                     </ul>
  1008.                 </div>
  1009.             </div>
  1010.         </div>
  1011.     </footer>
  1012. </div>
  1013. <!-- /End Main -->
  1014. <!-- Back to Top Button -->
  1015. <a href=\"#page\" class=\"btn-circle btn-circle-lg btn-color btn-top smooth-scroll\"> <i class=\"fa fa-angle-up\"></i> </a>
  1016. <!-- /End Back to Top Button -->
  1017. {% block modals %}{% endblock %}
  1018. {% block javascripts %}
  1019.     {% if app.environment == 'prod' %}
  1020.         {{ encore_entry_script_tags('app') }}
  1021.     {% else %}
  1022.         <!-- Scripts -->
  1023.         <script src=\"{{ asset('assets/js/plugins/jquery1.11.2.min.js') }}\"></script>
  1024.         <script src=\"{{ asset('assets/js/plugins/bootstrap.min.js') }}\"></script>
  1025.         <script src=\"{{ asset('assets/js/plugins/circles.min.js') }}\"></script>
  1026.         <script src=\"{{ asset('assets/js/plugins/owl.carousel.min.js') }}\"></script>
  1027.         {% if route == 'homepage' %}
  1028.         <script src=\"{{ asset('assets/js/plugins/scrollreveal.min.js') }}\"></script>
  1029.         <script src=\"{{ asset('assets/js/plugins/jquery.ajaxchimp.min.js') }}\"></script>
  1030.         <script src=\"{{ asset('assets/js/plugins/contact-form.js') }}\"></script>
  1031.         {% endif %}
  1032.         <!-- responsive-table -->
  1033.         <script src=\"{{ asset('assets/js/responsive-table/js/index.js') }}\"></script>
  1034.         <script src=\"{{ asset('assets/js/plugins/embedvid.js') }}\"></script>
  1035.         <script src=\"{{ asset('assets/js/plugins/modernizr.js') }}\"></script>
  1036.         <!-- RS5.0 Core JS Files -->
  1037.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/jquery.themepunch.tools.min.js') }}\"></script>
  1038.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/jquery.themepunch.revolution.min.js') }}\"></script>
  1039.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.video.min.js') }}\"></script>
  1040.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.slideanims.min.js') }}\"></script>
  1041.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.actions.min.js') }}\"></script>
  1042.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.layeranimation.min.js') }}\"></script>
  1043.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.kenburn.min.js') }}\"></script>
  1044.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.navigation.min.js') }}\"></script>
  1045.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.migration.min.js') }}\"></script>
  1046.         <script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.parallax.min.js') }}\"></script>
  1047.         <!-- Custom Script -->
  1048.         <script src=\"{{ asset('bundles/rawafedcommons/js/commons.js') }}\"></script>
  1049.         <script src=\"{{ asset('bundles/newsletter/js/helper.js') }}\"></script>
  1050.         <script src=\"{{ asset('assets/js/custom.js') }}\"></script>
  1051.     {% endif %}
  1052.     <!-- Renders app.js & a webpack runtime.js file
  1053.         <script src=\"/build/runtime.js\"></script>
  1054.         <script src=\"/build/app.js\"></script> -->
  1055. {% endblock %}
  1056. <script>
  1057. \$(function () {
  1058.     {% block js_document_ready %}{% endblock %}
  1059. });
  1060. \$('.close-navbar-toggle').on('click', function(){
  1061.     \$('.navbar-toggle').click();
  1062. });
  1063. </script>
  1064. {#<script>#}
  1065. {#\$(document).ready(function () {#}
  1066.     {#//Initialize tooltips#}
  1067.     {#\$('.nav-tabs > li a[title]').tooltip();#}
  1068.     {##}
  1069.     {#//Wizard#}
  1070.     {#\$('a[data-toggle=\"tab\"]').on('show.bs.tab', function (e) {#}
  1071.         {#var \$target = \$(e.target);#}
  1072.     {##}
  1073.         {#if (\$target.parent().hasClass('disabled')) {#}
  1074.             {#return false;#}
  1075.         {#}#}
  1076.     {#});#}
  1077.     {#\$(\".next-step\").click(function (e) {#}
  1078.         {#var \$active = \$('.wizard.form-wizard .nav-tabs li.active');#}
  1079.         {#\$active.next().removeClass('disabled');#}
  1080.         {#nextTab(\$active);#}
  1081.     {#});#}
  1082.     {#\$(\".prev-step\").click(function (e) {#}
  1083.         {#var \$active = \$('.wizard.form-wizard .nav-tabs li.active');#}
  1084.         {#prevTab(\$active);#}
  1085.     {#});#}
  1086. {#});#}
  1087. {#function nextTab(elem) {#}
  1088.     {#\$(elem).next().find('a[data-toggle=\"tab\"]').click();#}
  1089. {#}#}
  1090. {#function prevTab(elem) {#}
  1091.     {#\$(elem).prev().find('a[data-toggle=\"tab\"]').click();#}
  1092. {#}#}
  1093. {#</script>#}
  1094. </body>
  1095. </html>
  1096. ""base.html.twig""/var/www/html/diwanyah/catalog/templates/base.html.twig");
  1097.     }
  1098. }