<?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;
/* SocialFrontendBundle::layout_homepage.html.twig */
class __TwigTemplate_a923e5dd80b9c22a746bda33fa2b638526a37a8bf5312cc5ff1046e2aee22398 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "SocialFrontendBundle::layout_base.html.twig";
}
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", "SocialFrontendBundle::layout_homepage.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "SocialFrontendBundle::layout_homepage.html.twig"));
$this->parent = $this->loadTemplate("SocialFrontendBundle::layout_base.html.twig", "SocialFrontendBundle::layout_homepage.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
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 4
echo " ";
if (isset($context['assetic']['debug']) && $context['assetic']['debug']) {
// asset "4dee914_0"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_0") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_bootstrap.min_1.css");
// line 16
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_1"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_1") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_stylesheet-complete-new.min_2.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_2"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_2") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_responsive_3.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_3"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_3") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_jcarousel.responsive_4.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_4"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_4") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_bootstrap-scrolling-nav_5.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_5"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_5") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_non-account_6.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_6"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_6") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_modal-style_7.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_7"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_7") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_bootstrap-datepicker.min_8.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_8"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_8") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_fontawesome.min_9.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_9"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_9") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_all.min_10.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
// asset "4dee914_10"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914_10") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914_main-new_11.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
} else {
// asset "4dee914"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_4dee914") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/4dee914.css");
echo " <link href=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 16, $this->source); })()), "html", null, true);
echo "\" rel=\"stylesheet\" media=\"screen\"/>
";
}
unset($context["asset_url"]);
// line 18
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 21
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 22
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
";
// line 24
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); })()), "user", [], "any", false, false, false, 24)) {
// line 25
echo " ";
if (((null === 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.', 25, $this->source); })()), "user", [], "any", false, false, false, 25), "newLocation", [], "any", false, false, false, 25)) && (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.', 25, $this->source); })()), "user", [], "any", false, false, false, 25), "isFake", [], "any", false, false, false, 25) == false))) {
// line 26
echo " <script type=\"text/javascript\">var userCompletedProfile = false</script>
";
}
// line 28
echo " ";
} else {
// line 29
echo " <script type=\"text/javascript\">var userCompletedProfile = false</script>
";
}
// line 31
echo "
";
// line 32
if (isset($context['assetic']['debug']) && $context['assetic']['debug']) {
// asset "930136c_0"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_0") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_jquery_1.js");
// line 41
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_1"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_1") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_bootstrap.min_2.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_2"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_2") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_bootstrap-datepicker_3.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_3"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_3") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_bootstrap-scrolling-nav_4.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_4"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_4") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_jquery.easing.min_5.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_5"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_5") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_bootbox_6.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_6"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_6") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_main_7.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
// asset "930136c_7"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c_7") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c_registration_8.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
} else {
// asset "930136c"
$context["asset_url"] = isset($context['assetic']['use_controller']) && $context['assetic']['use_controller'] ? $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_assetic_930136c") : $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/930136c.js");
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, (isset($context["asset_url"]) || array_key_exists("asset_url", $context) ? $context["asset_url"] : (function () { throw new RuntimeError('Variable "asset_url" does not exist.', 41, $this->source); })()), "html", null, true);
echo "\"></script>
";
}
unset($context["asset_url"]);
// line 44
echo " <script>var App = {};</script>
<script>
if (/*@cc_on!@*/ false && document.documentMode === 10) {
document.documentElement.className += ' ie ie10';
}
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 52
public function block_body($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", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 53
echo "
";
// line 54
$this->loadTemplate("SocialFrontendBundle::body.html.twig", "SocialFrontendBundle::layout_homepage.html.twig", 54)->display($context);
// line 55
echo "
<div id=\"content\">
";
// line 57
$this->displayBlock('content', $context, $blocks);
// line 58
echo " </div>
";
// line 60
$this->loadTemplate("SocialFrontendBundle::layout_footer_base.html.twig", "SocialFrontendBundle::layout_homepage.html.twig", 60)->display($context);
// line 61
echo " </body>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 57
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);
}
public function getTemplateName()
{
return "SocialFrontendBundle::layout_homepage.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 319 => 57, 308 => 61, 306 => 60, 302 => 58, 300 => 57, 296 => 55, 294 => 54, 291 => 53, 281 => 52, 265 => 44, 200 => 41, 196 => 32, 193 => 31, 189 => 29, 186 => 28, 182 => 26, 179 => 25, 177 => 24, 171 => 22, 161 => 21, 150 => 18, 76 => 16, 71 => 4, 61 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'SocialFrontendBundle::layout_base.html.twig' %}
{% block stylesheets %}
{% stylesheets filter=\"?yui_css, cssrewrite\"
\"bundles/socialfrontend/css/theme/vendor/bootstrap.min.css\"
\"bundles/socialfrontend/css/theme/custom/stylesheet-complete-new.min.css\"
\"bundles/socialfrontend/css/theme/custom/responsive.css\"
\"bundles/socialfrontend/css/theme/vendor/jcarousel.responsive.css\"
\"bundles/socialfrontend/css/theme/vendor/bootstrap-scrolling-nav.css\"
\"bundles/socialfrontend/css/app/custom/non-account.css\"
\"bundles/socialfrontend/css/app/custom/modal-style.css\"
\"bundles/socialfrontend/css/theme/vendor/bootstrap-datepicker.min.css\"
\"bundles/socialfrontend/css/theme/vendor/font-awesome-5/css/fontawesome.min.css\"
\"bundles/socialfrontend/css/theme/vendor/font-awesome-5/css/all.min.css\"
\"bundles/socialfrontend/css/app/custom/main-new.css\" %}
<link href=\"{{ asset_url }}\" rel=\"stylesheet\" media=\"screen\"/>
{% endstylesheets %}
{#<link href=\"//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css\" rel=\"stylesheet\"/>#}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% if app.user %}
{% if ( app.user.newLocation is null and app.user.isFake == false ) %}
<script type=\"text/javascript\">var userCompletedProfile = false</script>
{% endif %}
{% else %}
<script type=\"text/javascript\">var userCompletedProfile = false</script>
{% endif %}
{% javascripts filter=\"?yui_js\"
\"bundles/socialfrontend/js/theme/vendor/jquery.js\"
\"bundles/socialfrontend/js/theme/vendor/bootstrap.min.js\"
\"bundles/socialfrontend/js/theme/vendor/bootstrap-datepicker.js\"
\"bundles/socialfrontend/js/theme/vendor/bootstrap-scrolling-nav.js\"
\"bundles/socialfrontend/js/theme/vendor/jquery.easing.min.js\"
\"bundles/socialfrontend/js/vendor/bootbox/bootbox.js\"
\"bundles/socialfrontend/js/app/custom/main.js\"
\"bundles/socialfrontend/js/app/custom/registration/registration.js\" %}
<script type=\"text/javascript\" src=\"{{ asset_url }}\"></script>
{% endjavascripts %}
<script>var App = {};</script>
<script>
if (/*@cc_on!@*/ false && document.documentMode === 10) {
document.documentElement.className += ' ie ie10';
}
</script>
{% endblock %}
{% block body %}
{% include 'SocialFrontendBundle::body.html.twig' %}
<div id=\"content\">
{% block content %}{% endblock %}
</div>
{% include 'SocialFrontendBundle::layout_footer_base.html.twig' %}
</body>
{% endblock %}", "SocialFrontendBundle::layout_homepage.html.twig", "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/FrontendBundle/Resources/views/layout_homepage.html.twig");
}
}