<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base.html.twig */
class __TwigTemplate_caeb58a563a45aed0a897aedf3a4bbb941b3af089b713de38ba7b045d3f04e63 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'content' => [$this, 'block_content'],
'modals' => [$this, 'block_modals'],
'javascripts' => [$this, 'block_javascripts'],
'js_document_ready' => [$this, 'block_js_document_ready'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
$context["route"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 1, $this->source); })()), "request", [], "any", false, false, false, 1), "attributes", [], "any", false, false, false, 1), "get", [0 => "_route"], "method", false, false, false, 1);
// line 2
echo "<!doctype html>
<html lang=\"";
// line 3
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 3, $this->source); })()), "request", [], "any", false, false, false, 3), "locale", [], "any", false, false, false, 3), "html", null, true);
echo "\">
<head>
<meta charset=\"utf-8\">
<title>";
// line 6
$this->displayBlock('title', $context, $blocks);
echo "</title>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">
";
// line 8
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", false, false, false, 8) != "prod")) {
// line 9
echo " <meta name=\"robots\" content=\"noindex, nofollow\" />
";
}
// line 11
echo " ";
if ((twig_get_attribute($this->env, $this->source, 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.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "locale", [], "any", false, false, false, 11) == "ar")) {
// line 12
echo " <meta name=\"description\" content=\"نظام كامل لإدارة المؤتمرات، يشتمل على تنظيم مهام الإعداد للمؤتمر واللوجستيات، وإدارة فعاليات المؤتمر وبرنامجه وورش العمل، وإدارة التوصيات وأعمال ما بعد المؤتمر، كما يتيح نشر محتوى المؤتمر وأخباره\"/>
<meta name=\"keywords\" content=\"نظام إدارة المؤتمرات، إدارة اللوجستيات، فعاليات المؤتمر، رعاة المؤتمر، منظمو المؤتمر، إدارة التوصيات، إدارة محتوى المؤتمر\"/>
";
} else {
// line 15
echo " <meta name=\"description\" content=\"Diwanyah: A powerful conferences management system (plan conference, execute plan and tasks, speakers and schedule management)\"/>
<meta name=\"keywords\" content=\"conferences management system, abstract management, conference logistics\"/>
";
}
// line 18
echo " <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<link rel=\"icon\" href=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon.png"), "html", null, true);
echo "\" type=\"image/png\">
<link rel=\"apple-touch-icon\" href=\"";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon.png"), "html", null, true);
echo "\">
<link rel=\"shortcut icon\" href=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/favicon.png"), "html", null, true);
echo "\" type=\"image/x-icon\">
";
// line 23
$this->displayBlock('stylesheets', $context, $blocks);
// line 53
echo "
<!-- Google Fonts -->
<link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
";
// line 57
if (($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("commons.language.direction") == "rtl")) {
// line 58
echo " <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css\"/>
";
}
// line 60
echo "
<!--[if lt IE 9]>
<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
<![endif]-->
";
// line 67
echo " <link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-55081246-3\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-55081246-3');
</script>
</head>
<body data-target=\"#main-navbar\" class=\"";
// line 82
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("admin.language.direction"), "html", null, true);
echo " ";
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"));
echo "\">
<!-- Main -->
<div id=\"page\" class=\"light-version\">
<header id=\"nav\" class=\"light-nav\">
<!-- Sticky Navigation -->
<nav class=\"navbar navbar-fixed-top\">
<div class=\"container\">
<div class=\"navbar-header\">
<!-- Menu Button for Mobile Devices -->
<button type=\"button\" class=\"collapse navbar-toggle navbar-icon\" data-toggle=\"collapse\"
data-target=\"#navbar-collapse\">
<span></span>
<span></span>
<span></span>
</button>
<!-- Logo -->
<a href=\"";
// line 99
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
echo "\" class=\"navbar-brand logo-color smooth-scroll\">
<span></span>
</a>
</div>
<!-- /End Navbar hero -->
<div class=\"collapse navbar-collapse-md\" id=\"navbar-collapse\">
<!-- Navigation Links -->
<ul class=\"nav navbar-nav navbar-right\">
<li class=\"close-navbar-toggle\"><a href=\"";
// line 108
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")));
echo "#hero-image\" class=\"smooth-scroll\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.home"), "html", null, true);
echo " </a></li>
<li class=\"close-navbar-toggle\"><a href=\"";
// line 109
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")));
echo "#phases\" class=\"smooth-scroll\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.phases"), "html", null, true);
echo " </a></li>
<li class=\"close-navbar-toggle\"><a href=\"";
// line 110
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")));
echo "#component\" class=\"smooth-scroll\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.components"), "html", null, true);
echo " </a></li>
<li class=\"close-navbar-toggle\"><a href=\"";
// line 111
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")));
echo "#blog\" class=\"smooth-scroll\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.blog"), "html", null, true);
echo " </a></li>
<li class=\"close-navbar-toggle\"><a href=\"";
// line 112
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")));
echo "#packages\" class=\"smooth-scroll\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.packages"), "html", null, true);
echo " </a></li>
<li class=\"close-navbar-toggle\"><a href=\"";
// line 113
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")));
echo "#contact\" class=\"smooth-scroll\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.contact"), "html", null, true);
echo " </a></li>
</ul>
<!-- Social Links -->
<ul class=\"nav navbar-nav navbar-left\">
<li>
<ul class=\"social\">
";
// line 119
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", false, false, false, 119)) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED"))) {
// line 120
echo " <li class=\"dropdown\">
";
// line 121
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::userMenuAction"));
echo "
</li>
";
} else {
// line 124
echo " <li><a class=\"btn btn-color-1\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_login");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.labels.login"), "html", null, true);
echo "</a></li>
";
}
// line 126
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_split_filter($this->env, $this->extensions['Rawafed\CommonsBundle\Twig\TwigUtils']->getParameter("app.locales"), "|"));
foreach ($context['_seq'] as $context["_key"] => $context["locale"]) {
// line 127
echo " ";
if ((twig_get_attribute($this->env, $this->source, 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.', 127, $this->source); })()), "request", [], "any", false, false, false, 127), "locale", [], "any", false, false, false, 127) != $context["locale"])) {
// line 128
echo " ";
// line 130
echo " <li><a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 130, $this->source); })()), "request", [], "any", false, false, false, 130), "attributes", [], "any", false, false, false, 130), "get", [0 => "_route"], "method", false, false, false, 130), twig_array_merge(((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 130), "attributes", [], "any", false, true, false, 130), "get", [0 => "_route_params"], "method", true, true, false, 130)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 130), "attributes", [], "any", false, true, false, 130), "get", [0 => "_route_params"], "method", false, false, false, 130), [])) : ([])), ["_locale" => $context["locale"]])), "html", null, true);
echo "\" class=\"btn btn-color-1 lang ";
echo twig_escape_filter($this->env, $context["locale"], "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, $this->extensions['Rawafed\CommonsBundle\Twig\TwigUtils']->localeNameFilter($context["locale"]), "html", null, true);
echo "\"> ";
echo twig_escape_filter($this->env, $this->extensions['Rawafed\CommonsBundle\Twig\TwigUtils']->localeNameFilter($context["locale"]), "html", null, true);
echo " </a></li>
";
}
// line 132
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locale'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 133
echo " </ul>
<ul class=\"social hide-tab\">
";
// line 135
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url")) > 1)) {
// line 136
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 137
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-facebook\"></i>
</a>
</li>
";
}
// line 142
echo "
";
// line 143
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url")) > 1)) {
// line 144
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 145
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-twitter\"></i>
</a>
</li>
";
}
// line 150
echo "
";
// line 151
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url")) > 1)) {
// line 152
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 153
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-google-plus\"></i>
</a>
</li>
";
}
// line 158
echo "
";
// line 159
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url")) > 1)) {
// line 160
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 161
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-linkedin\"></i>
</a>
</li>
";
}
// line 166
echo " </ul>
</li>
</ul>
<!-- /End Navigation Links -->
</div>
<!--/End Navbar Collapse -->
</div>
</nav>
<!-- /END Sticky Navigation -->
</header>
<div ";
// line 177
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\""));
echo ">";
$this->displayBlock('content', $context, $blocks);
echo "</div>
<footer id=\"footer\" class=\"bg-dark section-p-sm text-white\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4 wrapper-v-sm text-center-md\">
<p class=\"text-light text-right copyrights-font\">";
// line 183
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", null, true);
echo "</p>
</div>
<div class=\"col-md-4 wrapper-v-sm text-center\">
<ul class=\"social links\">
<li> <a class=\"btn\" href=\"";
// line 187
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("terms_conditions");
echo "\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.terms"), "html", null, true);
echo " </a></li>
<li> - </li>
<li> <a class=\"btn\" href=\"";
// line 189
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("privacy_policy");
echo "\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("diwanyah.titles.privacy"), "html", null, true);
echo " </a> </li>
</ul>
</div>
<div class=\"col-md-4 wrapper-v-sm text-left text-center-md\">
<ul class=\"social\">
";
// line 194
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url")) > 1)) {
// line 195
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 196
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.facebook_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-facebook\"></i>
</a>
</li>
";
}
// line 201
echo "
";
// line 202
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url")) > 1)) {
// line 203
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 204
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.twitter_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-twitter\"></i>
</a>
</li>
";
}
// line 209
echo "
";
// line 210
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url")) > 1)) {
// line 211
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 212
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.google_plus_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-google-plus\"></i>
</a>
</li>
";
}
// line 217
echo "
";
// line 218
if ((twig_length_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url")) > 1)) {
// line 219
echo " <li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"";
// line 220
echo twig_escape_filter($this->env, $this->extensions['Rawafed\RuntimeConfigBundle\Twig\Extension\RuntimeConfigExtension']->getRuntimeConfig("social.linkedin_url"), "html", null, true);
echo "\" target=\"_blank\">
<i class=\"fa fa-linkedin\"></i>
</a>
</li>
";
}
// line 225
echo " </ul>
</div>
</div>
</div>
</footer>
</div>
<!-- /End Main -->
<!-- Back to Top Button -->
<a href=\"#page\" class=\"btn-circle btn-circle-lg btn-color btn-top smooth-scroll\"> <i class=\"fa fa-angle-up\"></i> </a>
<!-- /End Back to Top Button -->
";
// line 237
$this->displayBlock('modals', $context, $blocks);
// line 238
echo "
";
// line 239
$this->displayBlock('javascripts', $context, $blocks);
// line 279
echo "
<script>
\$(function () {
";
// line 282
$this->displayBlock('js_document_ready', $context, $blocks);
// line 283
echo "});
\$('.close-navbar-toggle').on('click', function(){
\$('.navbar-toggle').click();
});
</script>
";
// line 292
echo " ";
// line 293
echo " ";
// line 294
echo " ";
// line 295
echo " ";
// line 296
echo " ";
// line 297
echo "
";
// line 299
echo " ";
// line 300
echo " ";
// line 301
echo " ";
// line 302
echo " ";
// line 303
echo " ";
// line 304
echo "
";
// line 306
echo "
";
// line 308
echo " ";
// line 309
echo " ";
// line 310
echo "
";
// line 312
echo " ";
// line 313
echo "
";
// line 315
echo " ";
// line 316
echo "
";
// line 319
echo "
";
// line 321
echo " ";
// line 324
echo " ";
// line 327
echo "
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 6
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("website_title"), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 23
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 24
echo " ";
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", false, false, false, 24) == "prod")) {
// line 25
echo " ";
// line 26
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app", "app");
echo "
";
// line 27
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"));
echo "
";
} else {
// line 29
echo " <!-- Bootstrap CSS -->
<link rel=\"stylesheet\" href=\"";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/plugins/bootstrap.min.css"), "html", null, true);
echo "\">
<!-- responsive-table -->
<link rel=\"stylesheet\" href=\"";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/responsive-table/css/style.css"), "html", null, true);
echo "\">
<!-- Font Icons -->
<link rel=\"stylesheet\" href=\"";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/icons/linea/styles.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 35
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", null, true);
echo "\">
<!-- Plugins CSS -->
<link rel=\"stylesheet\" href=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/plugins/loaders.min.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/plugins/owl.carousel.min.css"), "html", null, true);
echo "\">
<!-- SLIDER REVOLUTION 5.0 CSS SETTINGS -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/css/settings.css"), "html", null, true);
echo "\" media=\"screen\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/css/layers.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/css/navigation.css"), "html", null, true);
echo "\">
<!-- Custom CSS -->
<link rel=\"stylesheet\" href=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/main.css"), "html", null, true);
echo "\">
<!-- Responsive CSS -->
<link rel=\"stylesheet\" href=\"";
// line 46
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/responsive.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 47
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", null, true);
echo "\">
";
}
// line 49
echo "
<!-- Renders a link tag (if your module requires any CSS)
<link rel=\"stylesheet\" href=\"/build/app.css\"> -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 177
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 237
public function block_modals($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modals"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modals"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 239
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 240
echo " ";
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", false, false, false, 240) == "prod")) {
// line 241
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
} else {
// line 243
echo " <!-- Scripts -->
<script src=\"";
// line 244
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/jquery1.11.2.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 245
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/bootstrap.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 246
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/circles.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 247
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/owl.carousel.min.js"), "html", null, true);
echo "\"></script>
";
// line 248
if (((isset($context["route"]) || array_key_exists("route", $context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.', 248, $this->source); })()) == "homepage")) {
// line 249
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/scrollreveal.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 250
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/jquery.ajaxchimp.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 251
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/contact-form.js"), "html", null, true);
echo "\"></script>
";
}
// line 253
echo " <!-- responsive-table -->
<script src=\"";
// line 254
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/responsive-table/js/index.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 255
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/embedvid.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 256
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/plugins/modernizr.js"), "html", null, true);
echo "\"></script>
<!-- RS5.0 Core JS Files -->
<script type=\"text/javascript\" src=\"";
// line 258
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/jquery.themepunch.tools.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 259
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/jquery.themepunch.revolution.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 260
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.video.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 261
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.slideanims.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 262
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.actions.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 263
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 264
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.kenburn.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 265
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.navigation.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 266
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.migration.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 267
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/revolution/js/extensions/revolution.extension.parallax.min.js"), "html", null, true);
echo "\"></script>
<!-- Custom Script -->
<script src=\"";
// line 270
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/rawafedcommons/js/commons.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 271
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/newsletter/js/helper.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 272
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/custom.js"), "html", null, true);
echo "\"></script>
";
}
// line 274
echo "
<!-- Renders app.js & a webpack runtime.js file
<script src=\"/build/runtime.js\"></script>
<script src=\"/build/app.js\"></script> -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 282
public function block_js_document_ready($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js_document_ready"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js_document_ready"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% set route = app.request.attributes.get('_route') %}
<!doctype html>
<html lang=\"{{ app.request.locale }}\">
<head>
<meta charset=\"utf-8\">
<title>{% block title %}{{ 'website_title'|trans}}{% endblock %}</title>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">
{% if app.environment != 'prod' %}
<meta name=\"robots\" content=\"noindex, nofollow\" />
{% endif %}
{% if app.request.locale == 'ar' %}
<meta name=\"description\" content=\"نظام كامل لإدارة المؤتمرات، يشتمل على تنظيم مهام الإعداد للمؤتمر واللوجستيات، وإدارة فعاليات المؤتمر وبرنامجه وورش العمل، وإدارة التوصيات وأعمال ما بعد المؤتمر، كما يتيح نشر محتوى المؤتمر وأخباره\"/>
<meta name=\"keywords\" content=\"نظام إدارة المؤتمرات، إدارة اللوجستيات، فعاليات المؤتمر، رعاة المؤتمر، منظمو المؤتمر، إدارة التوصيات، إدارة محتوى المؤتمر\"/>
{% else %}
<meta name=\"description\" content=\"Diwanyah: A powerful conferences management system (plan conference, execute plan and tasks, speakers and schedule management)\"/>
<meta name=\"keywords\" content=\"conferences management system, abstract management, conference logistics\"/>
{% endif %}
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<link rel=\"icon\" href=\"{{ asset('assets/images/favicon.png') }}\" type=\"image/png\">
<link rel=\"apple-touch-icon\" href=\"{{ asset('assets/images/favicon.png') }}\">
<link rel=\"shortcut icon\" href=\"{{ asset('assets/images/favicon.png') }}\" type=\"image/x-icon\">
{% block stylesheets %}
{% if app.environment == 'prod' %}
{# 'app' must match the first argument to addEntry() in webpack.config.js #}
{{ encore_entry_link_tags('app', 'app') }}
{{ encore_entry_link_tags('commons.language.direction'|trans, 'commons.language.direction'|trans, ('commons.language.direction'|trans ~ 'Config')) }}
{% else %}
<!-- Bootstrap CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/plugins/bootstrap.min.css') }}\">
<!-- responsive-table -->
<link rel=\"stylesheet\" href=\"{{ asset('assets/js/responsive-table/css/style.css') }}\">
<!-- Font Icons -->
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/icons/linea/styles.css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/icons/font-awesome/css/font-awesome.min.css') }}\">
<!-- Plugins CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/plugins/loaders.min.css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/plugins/owl.carousel.min.css') }}\">
<!-- SLIDER REVOLUTION 5.0 CSS SETTINGS -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/revolution/css/settings.css') }}\" media=\"screen\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/revolution/css/layers.css') }}\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/revolution/css/navigation.css') }}\">
<!-- Custom CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/main.css') }}\">
<!-- Responsive CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/responsive.css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style-' ~ ('commons.language.direction'|trans) ~ '.css') }}\">
{% endif %}
<!-- Renders a link tag (if your module requires any CSS)
<link rel=\"stylesheet\" href=\"/build/app.css\"> -->
{% endblock %}
<!-- Google Fonts -->
<link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
{% if 'commons.language.direction'|trans == 'rtl' %}
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.4.0/css/bootstrap-rtl.css\"/>
{% endif %}
<!--[if lt IE 9]>
<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
<![endif]-->
{# <script async src=\"https://code.jivosite.com/script/widget/EaCMzcTpTZ\"></script> #}
<link href=\"https://fonts.googleapis.com/css?family=Cairo\" rel=\"stylesheet\">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-55081246-3\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-55081246-3');
</script>
</head>
<body data-target=\"#main-navbar\" class=\"{{ 'admin.language.direction'|trans }} {{ route == 'homepage' ? 'homepage' : 'inner' }}\">
<!-- Main -->
<div id=\"page\" class=\"light-version\">
<header id=\"nav\" class=\"light-nav\">
<!-- Sticky Navigation -->
<nav class=\"navbar navbar-fixed-top\">
<div class=\"container\">
<div class=\"navbar-header\">
<!-- Menu Button for Mobile Devices -->
<button type=\"button\" class=\"collapse navbar-toggle navbar-icon\" data-toggle=\"collapse\"
data-target=\"#navbar-collapse\">
<span></span>
<span></span>
<span></span>
</button>
<!-- Logo -->
<a href=\"{{ path('homepage') }}\" class=\"navbar-brand logo-color smooth-scroll\">
<span></span>
</a>
</div>
<!-- /End Navbar hero -->
<div class=\"collapse navbar-collapse-md\" id=\"navbar-collapse\">
<!-- Navigation Links -->
<ul class=\"nav navbar-nav navbar-right\">
<li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#hero-image\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.home'|trans }} </a></li>
<li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#phases\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.phases'|trans }} </a></li>
<li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#component\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.components'|trans }} </a></li>
<li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#blog\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.blog'|trans }} </a></li>
<li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#packages\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.packages'|trans }} </a></li>
<li class=\"close-navbar-toggle\"><a href=\"{{ route == 'homepage' ? '' : path('homepage') }}#contact\" class=\"smooth-scroll\"> {{ 'diwanyah.titles.contact'|trans }} </a></li>
</ul>
<!-- Social Links -->
<ul class=\"nav navbar-nav navbar-left\">
<li>
<ul class=\"social\">
{% if app.user is not null and is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<li class=\"dropdown\">
{{ render(controller('App\\\\Controller\\\\DefaultController::userMenuAction')) }}
</li>
{% else %}
<li><a class=\"btn btn-color-1\" href=\"{{ path('fos_user_security_login') }}\">{{ 'diwanyah.labels.login'|trans }}</a></li>
{% endif %}
{% for locale in parameter('app.locales')|split('|') %}
{% if app.request.locale != locale %}
{# <li><span class=\"btn btn-color-1 lang {{ locale }}\" title=\"{{ locale|locale_name }}\"> {{ locale|upper }} </span></li>
{% else %} #}
<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>
{% endif %}
{% endfor %}
</ul>
<ul class=\"social hide-tab\">
{% if runtime_config('social.facebook_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.facebook_url') }}\" target=\"_blank\">
<i class=\"fa fa-facebook\"></i>
</a>
</li>
{% endif %}
{% if runtime_config('social.twitter_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.twitter_url') }}\" target=\"_blank\">
<i class=\"fa fa-twitter\"></i>
</a>
</li>
{% endif %}
{% if runtime_config('social.google_plus_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.google_plus_url') }}\" target=\"_blank\">
<i class=\"fa fa-google-plus\"></i>
</a>
</li>
{% endif %}
{% if runtime_config('social.linkedin_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.linkedin_url') }}\" target=\"_blank\">
<i class=\"fa fa-linkedin\"></i>
</a>
</li>
{% endif %}
</ul>
</li>
</ul>
<!-- /End Navigation Links -->
</div>
<!--/End Navbar Collapse -->
</div>
</nav>
<!-- /END Sticky Navigation -->
</header>
<div {{ route == 'homepage' ? '' : 'class=\"hero-inner\"' }}>{% block content %}{% endblock %}</div>
<footer id=\"footer\" class=\"bg-dark section-p-sm text-white\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4 wrapper-v-sm text-center-md\">
<p class=\"text-light text-right copyrights-font\">{{ 'diwanyah.messages.copyrights'|trans({ '{year}': (\"now\"|date('Y')) }) }}</p>
</div>
<div class=\"col-md-4 wrapper-v-sm text-center\">
<ul class=\"social links\">
<li> <a class=\"btn\" href=\"{{ path('terms_conditions') }}\"> {{ 'diwanyah.titles.terms'|trans }} </a></li>
<li> - </li>
<li> <a class=\"btn\" href=\"{{ path('privacy_policy') }}\"> {{ 'diwanyah.titles.privacy'|trans }} </a> </li>
</ul>
</div>
<div class=\"col-md-4 wrapper-v-sm text-left text-center-md\">
<ul class=\"social\">
{% if runtime_config('social.facebook_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.facebook_url') }}\" target=\"_blank\">
<i class=\"fa fa-facebook\"></i>
</a>
</li>
{% endif %}
{% if runtime_config('social.twitter_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.twitter_url') }}\" target=\"_blank\">
<i class=\"fa fa-twitter\"></i>
</a>
</li>
{% endif %}
{% if runtime_config('social.google_plus_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.google_plus_url') }}\" target=\"_blank\">
<i class=\"fa fa-google-plus\"></i>
</a>
</li>
{% endif %}
{% if runtime_config('social.linkedin_url')|length > 1 %}
<li>
<a class=\"btn-circle btn-circle-sm btn-color\" href=\"{{ runtime_config('social.linkedin_url') }}\" target=\"_blank\">
<i class=\"fa fa-linkedin\"></i>
</a>
</li>
{% endif %}
</ul>
</div>
</div>
</div>
</footer>
</div>
<!-- /End Main -->
<!-- Back to Top Button -->
<a href=\"#page\" class=\"btn-circle btn-circle-lg btn-color btn-top smooth-scroll\"> <i class=\"fa fa-angle-up\"></i> </a>
<!-- /End Back to Top Button -->
{% block modals %}{% endblock %}
{% block javascripts %}
{% if app.environment == 'prod' %}
{{ encore_entry_script_tags('app') }}
{% else %}
<!-- Scripts -->
<script src=\"{{ asset('assets/js/plugins/jquery1.11.2.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/bootstrap.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/circles.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/owl.carousel.min.js') }}\"></script>
{% if route == 'homepage' %}
<script src=\"{{ asset('assets/js/plugins/scrollreveal.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/jquery.ajaxchimp.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/contact-form.js') }}\"></script>
{% endif %}
<!-- responsive-table -->
<script src=\"{{ asset('assets/js/responsive-table/js/index.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/embedvid.js') }}\"></script>
<script src=\"{{ asset('assets/js/plugins/modernizr.js') }}\"></script>
<!-- RS5.0 Core JS Files -->
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/jquery.themepunch.tools.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/jquery.themepunch.revolution.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.video.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.slideanims.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.actions.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.layeranimation.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.kenburn.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.navigation.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.migration.min.js') }}\"></script>
<script type=\"text/javascript\" src=\"{{ asset('assets/revolution/js/extensions/revolution.extension.parallax.min.js') }}\"></script>
<!-- Custom Script -->
<script src=\"{{ asset('bundles/rawafedcommons/js/commons.js') }}\"></script>
<script src=\"{{ asset('bundles/newsletter/js/helper.js') }}\"></script>
<script src=\"{{ asset('assets/js/custom.js') }}\"></script>
{% endif %}
<!-- Renders app.js & a webpack runtime.js file
<script src=\"/build/runtime.js\"></script>
<script src=\"/build/app.js\"></script> -->
{% endblock %}
<script>
\$(function () {
{% block js_document_ready %}{% endblock %}
});
\$('.close-navbar-toggle').on('click', function(){
\$('.navbar-toggle').click();
});
</script>
{#<script>#}
{#\$(document).ready(function () {#}
{#//Initialize tooltips#}
{#\$('.nav-tabs > li a[title]').tooltip();#}
{##}
{#//Wizard#}
{#\$('a[data-toggle=\"tab\"]').on('show.bs.tab', function (e) {#}
{#var \$target = \$(e.target);#}
{##}
{#if (\$target.parent().hasClass('disabled')) {#}
{#return false;#}
{#}#}
{#});#}
{#\$(\".next-step\").click(function (e) {#}
{#var \$active = \$('.wizard.form-wizard .nav-tabs li.active');#}
{#\$active.next().removeClass('disabled');#}
{#nextTab(\$active);#}
{#});#}
{#\$(\".prev-step\").click(function (e) {#}
{#var \$active = \$('.wizard.form-wizard .nav-tabs li.active');#}
{#prevTab(\$active);#}
{#});#}
{#});#}
{#function nextTab(elem) {#}
{#\$(elem).next().find('a[data-toggle=\"tab\"]').click();#}
{#}#}
{#function prevTab(elem) {#}
{#\$(elem).prev().find('a[data-toggle=\"tab\"]').click();#}
{#}#}
{#</script>#}
</body>
</html>
", "base.html.twig", "/var/www/html/diwanyah/catalog/templates/base.html.twig");
}
}