<?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;
/* @theme/common/site-footer.html.twig */
class __TwigTemplate_7d1016fbafb1031edd3ae8745db25c83 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/common/site-footer.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/common/site-footer.html.twig"));
// line 1
if ((twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 1, $this->source); })()), "id", [], "any", false, false, false, 1) != 6)) {
// line 2
echo " <div class=\"container\">
";
// line 3
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CaseStudiesDefaultController::embedTestimonialSlider", ["request" => 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)]));
echo "
</div>
<div class=\"container\">
<div class=\"row\">
<div class=\"md:col-6\">
<h3 class=\"text-secondary md:text-green mb-8\">Featured News</h3>
";
// line 10
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\NewsDefaultController::embedFeaturedNewsArticle", ["request" => 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.', 10, $this->source); })()), "request", [], "any", false, false, false, 10)]));
echo "
</div>
<div class=\"md:col-6\">
<h3 class=\"text-secondary md:text-green mb-8\">Featured Case Study</h3>
";
// line 14
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CaseStudiesDefaultController::embedFeaturedCaseStudy", ["request" => 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.', 14, $this->source); })()), "request", [], "any", false, false, false, 14)]));
echo "
</div>
</div>
</div>
<div class=\"container\">
";
// line 20
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AccreditationDefaultController::embedAccreditationsSlider", ["request" => 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.', 20, $this->source); })()), "request", [], "any", false, false, false, 20)]));
echo "
</div>
";
}
// line 23
echo "
<footer class=\"site-footer\">
<div class=\"container relative z-10\">
<div class=\"col-12 border-t border-b border-white py-8 mb-6\">
<div class=\"row\">
<div class=\"lg:col-3 md:col-5\">
<a class=\"flex items-center\" href=\"tel:";
// line 29
echo $this->env->getFunction('renderSetting')->getCallable()(2, "content");
echo "\">
<i class=\"fa-solid fa-circle-phone mr-4 text-green text-5xl\"></i>
<div>
<span class=\"text-green font-black leading-none\">Give us a call</span><br />
<span class=\"text-xl md:text-2xl font-black leadning-none\">";
// line 33
echo $this->env->getFunction('renderSetting')->getCallable()(2, "content");
echo "</span>
</div>
</a>
</div>
<div class=\"lg:col-6 md:col-7 mt-6 md:mt-0\">
<a class=\"flex items-center\" href=\"mailto:";
// line 38
echo $this->env->getFunction('renderSetting')->getCallable()(3, "content");
echo "\">
<i class=\"fa-solid fa-circle-envelope mr-4 text-green text-5xl\"></i>
<div>
<span class=\"text-green font-black leading-none\">Drop us an email</span><br />
<span class=\"text-xl md:text-2xl font-black leadning-none\">";
// line 42
echo $this->env->getFunction('renderSetting')->getCallable()(3, "content");
echo "</span>
</div>
</a>
</div>
<div class=\"lg:col-3 md:col-12 lg:text-right mt-6 lg:mt-0\">
";
// line 47
$this->loadTemplate("@theme/common/social.html.twig", "@theme/common/site-footer.html.twig", 47)->display($context);
// line 48
echo " </div>
</div>
</div>
<div class=\"row\">
<div class=\"md:col-2 mb-6 order-5 md:order-1\">
<img class=\"max-w-full h-auto mb-6 hidden md:block\" src=\"";
// line 53
echo twig_escape_filter($this->env, $this->env->getFunction('imageCache')->getCallable()($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/kas-logo-square.png"), "cropResize", 320, 320), "html", null, true);
echo "\" alt=\"KAS Scaffolding Logo\" width=\"160\" height=\"160\" loading=\"lazy\" />
<img class=\"max-w-full h-auto mb-4\" src=\"";
// line 54
echo $this->env->getFunction('renderSetting')->getCallable()(6, "image");
echo "\" alt=\"NASC logo\" width=\"170\" height=\"40\" loading=\"lazy\" />
<p class=\"text-sm ml-4\">";
// line 55
echo $this->env->getFunction('renderSetting')->getCallable()(6, "content");
echo "</p>
</div>
<div class=\"col-6 md:col-2 md:offset-1 md:mt-9 order-1 md:order-2\">
<p class=\"h5 text-green mb-2\">Company</p>
";
// line 59
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Company", "currentUrl" => 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.', 59, $this->source); })()), "request", [], "any", false, false, false, 59), "pathinfo", [], "any", false, false, false, 59)]));
echo "
<h5 class=\"text-green mb-2\">Work</h5>
";
// line 61
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Work", "currentUrl" => 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.', 61, $this->source); })()), "request", [], "any", false, false, false, 61), "pathinfo", [], "any", false, false, false, 61)]));
echo "
</div>
<div class=\"col-6 md:col-3 md:mt-9 order-2 md:order-3\">
<p class=\"h5 text-green mb-2 \">Our Expertise</p>
";
// line 65
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Expertise", "currentUrl" => 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.', 65, $this->source); })()), "request", [], "any", false, false, false, 65), "pathinfo", [], "any", false, false, false, 65)]));
echo "
</div>
<div class=\"col-6 md:col-2 md:mt-9 order-3 md:order-4\">
<p class=\"h5 text-green mb-2\">Contact</p>
";
// line 69
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Contact", "currentUrl" => 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.', 69, $this->source); })()), "request", [], "any", false, false, false, 69), "pathinfo", [], "any", false, false, false, 69)]));
echo "
<p class=\"h5 text-green mb-2\">Areas We Cover</p>
";
// line 71
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Areas", "currentUrl" => 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.', 71, $this->source); })()), "request", [], "any", false, false, false, 71), "pathinfo", [], "any", false, false, false, 71)]));
echo "
</div>
<div class=\"col-6 md:col-2 md:mt-9 order-4 md:order-5\">
<p class=\"h5 text-green mb-2\">Compliance</p>
";
// line 75
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Compliance", "currentUrl" => 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.', 75, $this->source); })()), "request", [], "any", false, false, false, 75), "pathinfo", [], "any", false, false, false, 75)]));
echo "
</div>
</div>
<div class=\"row mb-6\">
<div class=\"col-12\">
<p>";
// line 80
echo $this->env->getFunction('renderSetting')->getCallable()(1, "content");
echo "</p>
</div>
</div>
<div class=\"row text-sm\">
<div class=\"md:col-6 \">
<p><i class=\"fa-solid fa-egg text-green font-bold\"></i> Hatched by <a href=\"http://www.thetlb.co.uk\" target=\"_blank\">TLB Studio Ltd</a></p>
</div>
<div class=\"md:col-6 md:text-right\">
<p>© ";
// line 88
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo ": ";
echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 88, $this->source); })()), "html", null, true);
echo ". All Rights Reserved</p>
</div>
</div>
</div>
</footer>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@theme/common/site-footer.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 192 => 88, 181 => 80, 173 => 75, 166 => 71, 161 => 69, 154 => 65, 147 => 61, 142 => 59, 135 => 55, 131 => 54, 127 => 53, 120 => 48, 118 => 47, 110 => 42, 103 => 38, 95 => 33, 88 => 29, 80 => 23, 74 => 20, 65 => 14, 58 => 10, 48 => 3, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% if page.id != 6 %}
<div class=\"container\">
{{ render(controller('App\\\\Controller\\\\CaseStudiesDefaultController::embedTestimonialSlider', {'request':app.request})) }}
</div>
<div class=\"container\">
<div class=\"row\">
<div class=\"md:col-6\">
<h3 class=\"text-secondary md:text-green mb-8\">Featured News</h3>
{{ render(controller('App\\\\Controller\\\\NewsDefaultController::embedFeaturedNewsArticle', {'request':app.request})) }}
</div>
<div class=\"md:col-6\">
<h3 class=\"text-secondary md:text-green mb-8\">Featured Case Study</h3>
{{ render(controller('App\\\\Controller\\\\CaseStudiesDefaultController::embedFeaturedCaseStudy', {'request':app.request})) }}
</div>
</div>
</div>
<div class=\"container\">
{{ render(controller('App\\\\Controller\\\\AccreditationDefaultController::embedAccreditationsSlider', {'request':app.request})) }}
</div>
{% endif %}
<footer class=\"site-footer\">
<div class=\"container relative z-10\">
<div class=\"col-12 border-t border-b border-white py-8 mb-6\">
<div class=\"row\">
<div class=\"lg:col-3 md:col-5\">
<a class=\"flex items-center\" href=\"tel:{{ renderSetting(2, 'content') }}\">
<i class=\"fa-solid fa-circle-phone mr-4 text-green text-5xl\"></i>
<div>
<span class=\"text-green font-black leading-none\">Give us a call</span><br />
<span class=\"text-xl md:text-2xl font-black leadning-none\">{{ renderSetting(2, 'content') }}</span>
</div>
</a>
</div>
<div class=\"lg:col-6 md:col-7 mt-6 md:mt-0\">
<a class=\"flex items-center\" href=\"mailto:{{ renderSetting(3, 'content') }}\">
<i class=\"fa-solid fa-circle-envelope mr-4 text-green text-5xl\"></i>
<div>
<span class=\"text-green font-black leading-none\">Drop us an email</span><br />
<span class=\"text-xl md:text-2xl font-black leadning-none\">{{ renderSetting(3, 'content') }}</span>
</div>
</a>
</div>
<div class=\"lg:col-3 md:col-12 lg:text-right mt-6 lg:mt-0\">
{% include '@theme/common/social.html.twig' %}
</div>
</div>
</div>
<div class=\"row\">
<div class=\"md:col-2 mb-6 order-5 md:order-1\">
<img class=\"max-w-full h-auto mb-6 hidden md:block\" src=\"{{ imageCache(asset('build/images/kas-logo-square.png'), 'cropResize', 320, 320) }}\" alt=\"KAS Scaffolding Logo\" width=\"160\" height=\"160\" loading=\"lazy\" />
<img class=\"max-w-full h-auto mb-4\" src=\"{{ renderSetting(6, 'image') }}\" alt=\"NASC logo\" width=\"170\" height=\"40\" loading=\"lazy\" />
<p class=\"text-sm ml-4\">{{ renderSetting(6, 'content') }}</p>
</div>
<div class=\"col-6 md:col-2 md:offset-1 md:mt-9 order-1 md:order-2\">
<p class=\"h5 text-green mb-2\">Company</p>
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Company', 'currentUrl': app.request.pathinfo })) }}
<h5 class=\"text-green mb-2\">Work</h5>
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Work', 'currentUrl': app.request.pathinfo })) }}
</div>
<div class=\"col-6 md:col-3 md:mt-9 order-2 md:order-3\">
<p class=\"h5 text-green mb-2 \">Our Expertise</p>
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Expertise', 'currentUrl': app.request.pathinfo })) }}
</div>
<div class=\"col-6 md:col-2 md:mt-9 order-3 md:order-4\">
<p class=\"h5 text-green mb-2\">Contact</p>
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Contact', 'currentUrl': app.request.pathinfo })) }}
<p class=\"h5 text-green mb-2\">Areas We Cover</p>
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Areas', 'currentUrl': app.request.pathinfo })) }}
</div>
<div class=\"col-6 md:col-2 md:mt-9 order-4 md:order-5\">
<p class=\"h5 text-green mb-2\">Compliance</p>
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Compliance', 'currentUrl': app.request.pathinfo })) }}
</div>
</div>
<div class=\"row mb-6\">
<div class=\"col-12\">
<p>{{ renderSetting(1, 'content') }}</p>
</div>
</div>
<div class=\"row text-sm\">
<div class=\"md:col-6 \">
<p><i class=\"fa-solid fa-egg text-green font-bold\"></i> Hatched by <a href=\"http://www.thetlb.co.uk\" target=\"_blank\">TLB Studio Ltd</a></p>
</div>
<div class=\"md:col-6 md:text-right\">
<p>© {{ \"now\"|date(\"Y\") }}: {{ sitename }}. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
", "@theme/common/site-footer.html.twig", "/var/www/html/k/kasscaffolding/templates/themes/theme/common/site-footer.html.twig");
}
}