<?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_bfacda184d79df378ba92e53cc9dc1f9 extends Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->parent = false; 
 
        $this->blocks = [ 
            'meta_title' => [$this, 'block_meta_title'], 
            'keywords' => [$this, 'block_keywords'], 
            'meta_decription' => [$this, 'block_meta_decription'], 
            'stylesheets' => [$this, 'block_stylesheets'], 
            'widgets' => [$this, 'block_widgets'], 
            'body' => [$this, 'block_body'], 
            'javascripts' => [$this, 'block_javascripts'], 
        ]; 
    } 
 
    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", "/base.html.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "/base.html.twig")); 
 
        // line 1 
        echo "<!DOCTYPE html> 
<html> 
    <head> 
        <meta charset=\"utf-8\"> 
        <title>"; 
        // line 6 
        $this->displayBlock('meta_title', $context, $blocks); 
        // line 9 
        echo "        </title> 
 
        "; 
        // line 11 
        $this->displayBlock('keywords', $context, $blocks); 
        // line 12 
        echo "        "; 
        $this->displayBlock('meta_decription', $context, $blocks); 
        // line 16 
        echo " 
        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"> 
        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> 
        <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"> 
 
        <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\""; 
        // line 21 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html", null, true); 
        echo "\"> 
        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> 
 
        "; 
        // line 24 
        $this->displayBlock('stylesheets', $context, $blocks); 
        // line 32 
        echo " 
        "; 
        // line 33 
        $this->displayBlock('widgets', $context, $blocks); 
        // line 34 
        echo "    </head> 
 
    "; 
        // line 36 
        $this->displayBlock('body', $context, $blocks); 
        // line 47 
        echo " 
    "; 
        // line 48 
        $this->displayBlock('javascripts', $context, $blocks); 
        // line 115 
        echo "    </body> 
</html>"; 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 6 
    public function block_meta_title($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(), "block", "meta_title")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        // line 7 
        echo "Motus Auto Auctions - Bank Repo Auctions"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 11 
    public function block_keywords($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(), "block", "keywords")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "keywords")); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 12 
    public function block_meta_decription($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(), "block", "meta_decription")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_decription")); 
 
        // line 13 
        echo "            <meta name=\"description\" content=\"Whether you're looking for a specific car or something to suit your budget, Motus 
            Auto Auctions will help you find the right car.\"> 
        "; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 24 
    public function block_stylesheets($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(), "block", "stylesheets")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); 
 
        // line 25 
        echo "        <link rel=\"preload\" href=\""; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fonts/hk_nova_regular/HKNova_1013WR/HKNova-Regular.woff2"), "html", null, true); 
        echo "\" as=\"font\" type=\"font/woff2\" crossorigin> 
        <link rel=\"preload\" href=\""; 
        // line 26 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fonts/hk_nova_semi_bold/HKNova_1013WSB/HKNova-SemiBold.woff2"), "html", null, true); 
        echo "\" as=\"font\" type=\"font/woff2\" crossorigin> 
        <link rel=\"preload\" href=\""; 
        // line 27 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fonts/hk_nova_light/HKNova_1013WL/HKNova-Light.woff2"), "html", null, true); 
        echo "\" as=\"font\" type=\"font/woff2\" crossorigin> 
        <link rel=\"stylesheet\" href=\""; 
        // line 28 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style_min.css"), "html", null, true); 
        echo "\"> 
        <link rel=\"stylesheet\" type=\"text/css\" href=\""; 
        // line 29 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/slick.css"), "html", null, true); 
        echo "\"/> 
        <link rel=\"stylesheet\" type=\"text/css\" href=\""; 
        // line 30 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/slick-theme.css"), "html", null, true); 
        echo "\"/> 
        "; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 33 
    public function block_widgets($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(), "block", "widgets")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "widgets")); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 36 
    public function block_body($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(), "block", "body")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); 
 
        // line 37 
        echo "        <!-- Covid Alert --> 
"; 
        // line 44 
        echo " 
        <script src=\""; 
        // line 45 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/cookiealert.js"), "html", null, true); 
        echo "\"></script> 
    "; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 48 
    public function block_javascripts($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(), "block", "javascripts")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts")); 
 
        // line 49 
        echo " 
        <!-- jQuery --> 
        "; 
        // line 51 
        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.', 51, $this->source); })()), "request", [], "any", false, false, false, 51), "pathInfo", [], "any", false, false, false, 51) != "register")) { 
            // line 52 
            echo "            <script src=\""; 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.min.js"), "html", null, true); 
            echo "\"></script> 
        "; 
        } 
        // line 54 
        echo "        <script src=\""; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-ui.js"), "html", null, true); 
        echo "\"></script> 
        <script src=\""; 
        // line 55 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/popper.min.js"), "html", null, true); 
        echo "\"></script> 
        <script src=\""; 
        // line 56 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.min.js"), "html", null, true); 
        echo "\"></script> 
 
        <!-- Slick Slider --> 
        <script type=\"text/javascript\" src=\""; 
        // line 59 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/slick.min.js"), "html", null, true); 
        echo "\"></script> 
 
        <!-- Slider --> 
        <script src=\""; 
        // line 62 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.touchSwipe.min.js"), "html", null, true); 
        echo "\" type=\"text/javascript\"></script> 
        <script src=\""; 
        // line 63 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/allinone_bannerRotator.js"), "html", null, true); 
        echo "\" type=\"text/javascript\"></script> 
 
        <!-- animation --> 
        <script src=\""; 
        // line 66 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/owl.carousel.js"), "html", null, true); 
        echo "\"></script> 
 
        <script> 
 
            \$(function() { 
                setTimeout(function(){ 
                    \$(\"#allinone_bannerRotator_7\").allinone_bannerRotator({ 
                        skin:\"classic\", 
                        width:1920, 
                        height:700, 
                        width100Proc:true, 
                        height100Proc:false, 
                        randomizeImages: false, 
                        firstImg:0, 
                        numberOfStripes:20, 
                        numberOfRows:5, 
                        numberOfColumns:10, 
                        defaultEffect:\"slideFromLeft\", 
                        effectDuration:2, 
                        autoPlay:4, 
                        loop:true, 
                        target:\"_blank\", 
                        showAllControllers:true, 
                        showNavArrows:true, 
                        showOnInitNavArrows:true, 
                        autoHideNavArrows:true, 
                        showBottomNav:false, 
                        showOnInitBottomNav:false, 
                        autoHideBottomNav:true, 
                        showPreviewThumbs:true, 
                        enableTouchScreen:true, 
                        absUrl:\"\", 
                        showCircleTimer:true, 
                        showCircleTimerIE8IE7:true, 
                        circleRadius:10, 
                        circleLineWidth:4, 
                        circleColor:\"#E2003C\", 
                        circleAlpha:100, 
                        behindCircleColor:\"#000000\", 
                        behindCircleAlpha:50, 
                        responsive:true, 
                        responsiveRelativeToBrowser:true, 
                        thumbsWrapperMarginBottom:10 
                    }); 
                }, 1000); 
            }); 
        </script> 
 
    "; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "/base.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  311 => 66,  305 => 63,  301 => 62,  295 => 59,  289 => 56,  285 => 55,  280 => 54,  274 => 52,  272 => 51,  268 => 49,  258 => 48,  246 => 45,  243 => 44,  240 => 37,  230 => 36,  212 => 33,  200 => 30,  196 => 29,  192 => 28,  188 => 27,  184 => 26,  179 => 25,  169 => 24,  157 => 13,  147 => 12,  129 => 11,  119 => 7,  109 => 6,  98 => 115,  96 => 48,  93 => 47,  91 => 36,  87 => 34,  85 => 33,  82 => 32,  80 => 24,  74 => 21,  67 => 16,  64 => 12,  62 => 11,  58 => 9,  56 => 6,  50 => 1,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("<!DOCTYPE html> 
<html> 
    <head> 
        <meta charset=\"utf-8\"> 
        <title> 
            {%- block meta_title -%} 
                Motus Auto Auctions - Bank Repo Auctions 
            {%- endblock %} 
        </title> 
 
        {% block keywords %}{% endblock %} 
        {% block meta_decription %} 
            <meta name=\"description\" content=\"Whether you're looking for a specific car or something to suit your budget, Motus 
            Auto Auctions will help you find the right car.\"> 
        {% endblock %} 
 
        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"> 
        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> 
        <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\"> 
 
        <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('images/favicon.ico')}}\"> 
        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> 
 
        {% block stylesheets %} 
        <link rel=\"preload\" href=\"{{ asset('fonts/hk_nova_regular/HKNova_1013WR/HKNova-Regular.woff2') }}\" as=\"font\" type=\"font/woff2\" crossorigin> 
        <link rel=\"preload\" href=\"{{ asset('fonts/hk_nova_semi_bold/HKNova_1013WSB/HKNova-SemiBold.woff2') }}\" as=\"font\" type=\"font/woff2\" crossorigin> 
        <link rel=\"preload\" href=\"{{ asset('fonts/hk_nova_light/HKNova_1013WL/HKNova-Light.woff2') }}\" as=\"font\" type=\"font/woff2\" crossorigin> 
        <link rel=\"stylesheet\" href=\"{{ asset('css/style_min.css') }}\"> 
        <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('css/slick.css') }}\"/> 
        <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('css/slick-theme.css') }}\"/> 
        {% endblock %} 
 
        {% block widgets %}{% endblock %} 
    </head> 
 
    {% block body %} 
        <!-- Covid Alert --> 
{#        <div class=\"alert text-center cookiealert\" role=\"alert\">#} 
{#            <p class=\"float-lg-left\" style=\"margin-bottom: 0px\"><strong>Stay informed!</strong> Visit the SA Department of Health's website for COVID-19 updates: <a href=\"https://www.sacoronavirus.co.za\" target=\"_blank\" class=\"text-white\">www.sacoronavirus.co.za</a></p>#} 
{#            <button type=\"button\" class=\"float-right acceptcookies\">#} 
{#                <i class=\"fas fa-times text-white\"></i>#} 
{#            </button>#} 
{#        </div>#} 
 
        <script src=\"{{ asset('js/cookiealert.js') }}\"></script> 
    {% endblock %} 
 
    {% block javascripts %} 
 
        <!-- jQuery --> 
        {% if  app.request.pathInfo != 'register'  %} 
            <script src=\"{{ asset('js/jquery.min.js') }}\"></script> 
        {% endif %} 
        <script src=\"{{ asset('js/jquery-ui.js') }}\"></script> 
        <script src=\"{{ asset('js/popper.min.js') }}\"></script> 
        <script src=\"{{ asset('js/bootstrap.min.js') }}\"></script> 
 
        <!-- Slick Slider --> 
        <script type=\"text/javascript\" src=\"{{ asset('js/slick.min.js') }}\"></script> 
 
        <!-- Slider --> 
        <script src=\"{{ asset('js/jquery.touchSwipe.min.js') }}\" type=\"text/javascript\"></script> 
        <script src=\"{{ asset('js/allinone_bannerRotator.js') }}\" type=\"text/javascript\"></script> 
 
        <!-- animation --> 
        <script src=\"{{ asset('js/owl.carousel.js') }}\"></script> 
 
        <script> 
 
            \$(function() { 
                setTimeout(function(){ 
                    \$(\"#allinone_bannerRotator_7\").allinone_bannerRotator({ 
                        skin:\"classic\", 
                        width:1920, 
                        height:700, 
                        width100Proc:true, 
                        height100Proc:false, 
                        randomizeImages: false, 
                        firstImg:0, 
                        numberOfStripes:20, 
                        numberOfRows:5, 
                        numberOfColumns:10, 
                        defaultEffect:\"slideFromLeft\", 
                        effectDuration:2, 
                        autoPlay:4, 
                        loop:true, 
                        target:\"_blank\", 
                        showAllControllers:true, 
                        showNavArrows:true, 
                        showOnInitNavArrows:true, 
                        autoHideNavArrows:true, 
                        showBottomNav:false, 
                        showOnInitBottomNav:false, 
                        autoHideBottomNav:true, 
                        showPreviewThumbs:true, 
                        enableTouchScreen:true, 
                        absUrl:\"\", 
                        showCircleTimer:true, 
                        showCircleTimerIE8IE7:true, 
                        circleRadius:10, 
                        circleLineWidth:4, 
                        circleColor:\"#E2003C\", 
                        circleAlpha:100, 
                        behindCircleColor:\"#000000\", 
                        behindCircleAlpha:50, 
                        responsive:true, 
                        responsiveRelativeToBrowser:true, 
                        thumbsWrapperMarginBottom:10 
                    }); 
                }, 1000); 
            }); 
        </script> 
 
    {% endblock %} 
    </body> 
</html>", "/base.html.twig", "/var/www/html/motus/templates/base.html.twig"); 
    } 
}