var/cache/dev/twig/41/416f7efbf773ec868a140848af845d9f.php line 39

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* servers/dedicated.html.twig */
  15. class __TwigTemplate_2d804d3360cd1daaec0ddd0940f649f0 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "core/__skeleton.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""servers/dedicated.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""servers/dedicated.html.twig"));
  39.         $this->parent $this->loadTemplate("core/__skeleton.html.twig""servers/dedicated.html.twig"1);
  40.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_main($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  54.         // line 4
  55.         yield "
  56.     <section id=\"hostingHeader\" class=\"hosting__heading hosting__heading--full dedicated\">
  57.         <div class=\"wrap\">
  58.             <h1>Dedicated Servers in Wales</h1>
  59.             <h2>Powerful & Secure<br><span>Dedicated</span> Servers</h2>
  60.             <p>
  61.                 Deploy your Dedicated Server within 24 hours.<br>
  62.                 Grow your business with security and confidence.
  63.             </p>
  64.         </div>
  65.     </section>
  66.     <section id=\"dedicatedPricing\" class=\"dedicated__pricing\">
  67.         <div class=\"wrap\">
  68.             <div class=\"dedicated__purchase\">
  69.                 <div class=\"dedicated__purchase__options\">
  70.                     <h3>Choose Your Server</h3>
  71.                     <div class=\"dedicated__slider\">
  72.                         ";
  73.         // line 21
  74.         $context['_parent'] = $context;
  75.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["featured"]) || array_key_exists("featured"$context) ? $context["featured"] : (function () { throw new RuntimeError('Variable "featured" does not exist.'21$this->source); })()));
  76.         $context['loop'] = [
  77.           'parent' => $context['_parent'],
  78.           'index0' => 0,
  79.           'index'  => 1,
  80.           'first'  => true,
  81.         ];
  82.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  83.             $length count($context['_seq']);
  84.             $context['loop']['revindex0'] = $length 1;
  85.             $context['loop']['revindex'] = $length;
  86.             $context['loop']['length'] = $length;
  87.             $context['loop']['last'] = === $length;
  88.         }
  89.         foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
  90.             // line 22
  91.             yield "                            ";
  92.             if ((CoreExtension::getAttribute($this->env$this->source$context["row"], "isFeatured", [], "any"falsefalsefalse22) == true)) {
  93.                 // line 23
  94.                 yield "                                <div class=\"dedicated__slide";
  95.                 if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse23) == 1)) {
  96.                     yield " active";
  97.                 }
  98.                 yield "\" data-option=\"dedicated";
  99.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse23), "html"nulltrue);
  100.                 yield "\" data-name=\"";
  101.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "name", [], "any"falsefalsefalse23), "html"nulltrue);
  102.                 yield "\" data-price=\"";
  103.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "sellPrice", [], "any"falsefalsefalse23), "html"nulltrue);
  104.                 yield "\">
  105.                                     <div class=\"dedicated__purchase__row\">
  106.                                         <div class=\"dedicated__purchase__icon\">
  107.                                             ";
  108.                 // line 26
  109.                 if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["row"], "processorType", [], "any"falsefalsefalse26), "name", [], "any"falsefalsefalse26) == "Intel")) {
  110.                     // line 27
  111.                     yield "                                                <img src=\"";
  112.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/dedicated/intel-xeon.svg"), "html"nulltrue);
  113.                     yield "\" alt=\"Intel Xeon Logo\" width=\"50px\">
  114.                                             ";
  115.                 } elseif (((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,                 // line 28
  116. $context["row"], "processorType", [], "any"falsefalsefalse28), "name", [], "any"falsefalsefalse28) == "AMD") && CoreExtension::inFilter("Ryzen"CoreExtension::getAttribute($this->env$this->source$context["row"], "name", [], "any"falsefalsefalse28)))) {
  117.                     // line 29
  118.                     yield "                                                <img src=\"";
  119.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/dedicated/amd-ryzen.png"), "html"nulltrue);
  120.                     yield "\" alt=\"AMD Ryzen Logo\" width=\"50px\">
  121.                                             ";
  122.                 } else {
  123.                     // line 31
  124.                     yield "                                                <img src=\"";
  125.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/dedicated/amd-epyc.png"), "html"nulltrue);
  126.                     yield "\" alt=\"AMD EPYC Logo\" width=\"50px\">
  127.                                             ";
  128.                 }
  129.                 // line 33
  130.                 yield "                                        </div>
  131.                                         <div class=\"dedicated__purchase__content\">
  132.                                             <p><small>";
  133.                 // line 35
  134.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["row"], "processorType", [], "any"falsefalsefalse35), "name", [], "any"falsefalsefalse35), "html"nulltrue);
  135.                 yield " Processor</small></p>
  136.                                             <h4>";
  137.                 // line 36
  138.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "name", [], "any"falsefalsefalse36), "html"nulltrue);
  139.                 yield "</h4>
  140.                                         </div>
  141.                                     </div>
  142.                                     <div class=\"dedicated__purchase__row\">
  143.                                         <hr>
  144.                                     </div>
  145.                                     <div class=\"dedicated__purchase__row\">
  146.                                         <div class=\"dedicated__purchase__icon\">
  147.                                             <i class=\"fab fa-linux fa-3x\"></i>
  148.                                         </div>
  149.                                         <div class=\"dedicated__purchase__content\">
  150.                                             <strong>Latest OS Available</strong><br>
  151.                                             <small>CentOS, AlmaLinux, RockyLinux, Debian & Ubuntu</small>
  152.                                         </div>
  153.                                     </div>
  154.                                     <div class=\"dedicated__purchase__row\">
  155.                                         <div class=\"dedicated__purchase__icon\">
  156.                                             <i class=\"fas fa-microchip fa-3x\"></i>
  157.                                         </div>
  158.                                         <div class=\"dedicated__purchase__content\">
  159.                                             <strong>";
  160.                 // line 56
  161.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["row"], "processorType", [], "any"falsefalsefalse56), "name", [], "any"falsefalsefalse56) . " ") . CoreExtension::getAttribute($this->env$this->source$context["row"], "processor", [], "any"falsefalsefalse56)), "html"nulltrue);
  162.                 yield "</strong><br>
  163.                                             <small>";
  164.                 // line 57
  165.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "cores", [], "any"falsefalsefalse57), "html"nulltrue);
  166.                 yield " cores x ";
  167.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "speed", [], "any"falsefalsefalse57), "html"nulltrue);
  168.                 yield "GHz</small>
  169.                                         </div>
  170.                                     </div>
  171.                                     <div class=\"dedicated__purchase__row\">
  172.                                         <div class=\"dedicated__purchase__icon\">
  173.                                             <i class=\"fas fa-memory fa-3x\"></i>
  174.                                         </div>
  175.                                         <div class=\"dedicated__purchase__content\">
  176.                                             <strong>";
  177.                 // line 65
  178.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "memory", [], "any"falsefalsefalse65), "html"nulltrue);
  179.                 yield "GB RAM</strong><br>
  180.                                             <small>";
  181.                 // line 66
  182.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "ram", [], "any"falsefalsefalse66), "html"nulltrue);
  183.                 yield "</small>
  184.                                         </div>
  185.                                     </div>
  186.                                     <div class=\"dedicated__purchase__row\">
  187.                                         <div class=\"dedicated__purchase__icon\">
  188.                                             <i class=\"fas fa-hard-drive fa-3x\"></i>
  189.                                         </div>
  190.                                         <div class=\"dedicated__purchase__content\">
  191.                                             ";
  192.                 // line 74
  193.                 if ((CoreExtension::getAttribute($this->env$this->source$context["row"], "storage", [], "any"falsefalsefalse74) >= 1000)) {
  194.                     // line 75
  195.                     yield "                                                <strong>";
  196.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((CoreExtension::getAttribute($this->env$this->source$context["row"], "storage", [], "any"falsefalsefalse75) / 1000), "html"nulltrue);
  197.                     yield "TB ";
  198.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["row"], "hddType", [], "any"falsefalsefalse75), "name", [], "any"falsefalsefalse75), "html"nulltrue);
  199.                     yield "</strong><br>
  200.                                                 <small>(2x ";
  201.                     // line 76
  202.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((CoreExtension::getAttribute($this->env$this->source$context["row"], "storage", [], "any"falsefalsefalse76) / 1000), "html"nulltrue);
  203.                     yield "TB) ";
  204.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "raid", [], "any"falsefalsefalse76), "html"nulltrue);
  205.                     yield "</small>
  206.                                             ";
  207.                 } else {
  208.                     // line 78
  209.                     yield "                                                <strong>";
  210.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "storage", [], "any"falsefalsefalse78), "html"nulltrue);
  211.                     yield "GB ";
  212.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["row"], "hddType", [], "any"falsefalsefalse78), "name", [], "any"falsefalsefalse78), "html"nulltrue);
  213.                     yield "</strong><br>
  214.                                                 <small>(2x ";
  215.                     // line 79
  216.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "storage", [], "any"falsefalsefalse79), "html"nulltrue);
  217.                     yield "GB) ";
  218.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["row"], "raid", [], "any"falsefalsefalse79), "html"nulltrue);
  219.                     yield "</small>
  220.                                             ";
  221.                 }
  222.                 // line 81
  223.                 yield "                                        </div>
  224.                                     </div>
  225.                                 </div>
  226.                             ";
  227.             }
  228.             // line 85
  229.             yield "                        ";
  230.             ++$context['loop']['index0'];
  231.             ++$context['loop']['index'];
  232.             $context['loop']['first'] = false;
  233.             if (isset($context['loop']['length'])) {
  234.                 --$context['loop']['revindex0'];
  235.                 --$context['loop']['revindex'];
  236.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  237.             }
  238.         }
  239.         $_parent $context['_parent'];
  240.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
  241.         $context array_intersect_key($context$_parent) + $_parent;
  242.         // line 86
  243.         yield "                    </div>
  244.                     <div class=\"dedicated__slider__actions\">
  245.                         <button type=\"button\" id=\"slideLeft\" class=\"button button--slide\">
  246.                             <i class=\"fas fa-chevron-left\"></i>
  247.                         </button>
  248.                         <button type=\"button\" id=\"slideRight\" class=\"button button--slide\">
  249.                             <i class=\"fas fa-chevron-right\"></i>
  250.                         </button>
  251.                     </div>
  252.                 </div>
  253.                 <div class=\"dedicated__purchase__calculations\">
  254.                     <p class=\"dedicated__purchase__calculations__price\">
  255.                         <span>£";
  256.         // line 98
  257.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["featured"]) || array_key_exists("featured"$context) ? $context["featured"] : (function () { throw new RuntimeError('Variable "featured" does not exist.'98$this->source); })()), 0, [], "array"falsefalsefalse98), "sellPrice", [], "any"falsefalsefalse98), "html"nulltrue);
  258.         yield "</span><small>/month</small>
  259.                     </p>
  260.                     <p>
  261.                         <button type=\"button\" class=\"button button--green button--full button--xlarge\" data-modal=\"orderModal\" data-type=\"dedicated-hosting\" data-value=\"";
  262.         // line 101
  263.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["featured"]) || array_key_exists("featured"$context) ? $context["featured"] : (function () { throw new RuntimeError('Variable "featured" does not exist.'101$this->source); })()), 0, [], "array"falsefalsefalse101), "name", [], "any"falsefalsefalse101), "html"nulltrue);
  264.         yield "\">
  265.                             Order Now
  266.                         </button>
  267.                     </p>
  268.                     <hr>
  269.                     <p>
  270.                         <strong>Includes:</strong> Our Professional Server Management Service. (Plus, a FREE .uk domain
  271.                         for lifetime of the server)
  272.                     </p>
  273.                     <p>
  274.                         Ready within 24 hours (usually same day)
  275.                     </p>
  276.                 </div>
  277.             </div>
  278.         </div>
  279.     </section>
  280.     <section class=\"dedicated-info\">
  281.         <div class=\"wrap\">
  282.             <div class=\"dedicated-info__content\">
  283.                 <h2>Dedicated Servers</h2>
  284.                 <h3>What Our Dedicated Servers Come With</h3>
  285.                 <p>
  286.                     Purchase your brand new Dedicated Server for your Welsh Business today with a Local Welsh Hosting
  287.                     Company, based in Wales. Why buy with the big guys when you can buy your dedicated server with a
  288.                     local Welsh business?
  289.                 </p>
  290.             </div>
  291.             <div class=\"dedicated-info__box-wrap\">
  292.                 <div class=\"dedicated-info__box\">
  293.                     <i class=\"fas fa-microchip fa-3x\"></i>
  294.                     <h4>Intel/AMD Processors</h4>
  295.                     <p>
  296.                         We use the very best Intel Xeon and AMD Epyc Processors to ensure your server has the power it
  297.                         needs to meet the demand of your business.
  298.                     </p>
  299.                 </div>
  300.                 <div class=\"dedicated-info__box\">
  301.                     <i class=\"fas fa-memory fa-3x\"></i>
  302.                     <h4>Up to 256GB RAM</h4>
  303.                     <p>
  304.                         Starting at 16GB rising to 256GB of memory, our Dedicated Servers are scalable to your business
  305.                         needs. Just pick what you need to make it work.
  306.                     </p>
  307.                 </div>
  308.                 <div class=\"dedicated-info__box\">
  309.                     <i class=\"fas fa-hard-drive fa-3x\"></i>
  310.                     <h4>NVMe, SSD or HDD Hard Drives</h4>
  311.                     <p>
  312.                         Choose from 3 different types of Hard Drives to store your files on. We can provide standard HDD
  313.                         RAID drives right up to NVMe RAID Drives, up to 4TB in size.
  314.                     </p>
  315.                 </div>
  316.                 <div class=\"dedicated-info__box\">
  317.                     <i class=\"fas fa-ethernet fa-3x\"></i>
  318.                     <h4>1Gbps Network Speeds</h4>
  319.                     <p>
  320.                         1 GBit/s applies to public facing connections. Some private networks will be able to connect
  321.                         via a 10Gbit/s bandwidth.
  322.                     </p>
  323.                 </div>
  324.                 <div class=\"dedicated-info__box\">
  325.                     <box-icon name=\"terminal\" type=\"solid\" size=\"lg\"></box-icon>
  326.                     <h4>Full Root Access</h4>
  327.                     <p>
  328.                         Get complete admin control with root-level access and fully manage your server’s configuration in
  329.                         any way you need to for your project.
  330.                     </p>
  331.                 </div>
  332.                 <div class=\"dedicated-info__box\">
  333.                     <i class=\"fab fa-linux fa-3x\"></i>
  334.                     <h4>Latest Operating Systems</h4>
  335.                     <p>
  336.                         Our Dedicated Servers have the latest versions of AlmaLinux, CentOS, Rocky Linux, Ubuntu and
  337.                         Debian for you to choose from.
  338.                     </p>
  339.                 </div>
  340.             </div>
  341.         </div>
  342.     </section>
  343. ";
  344.         
  345.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  346.         
  347.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  348.         return; yield '';
  349.     }
  350.     /**
  351.      * @codeCoverageIgnore
  352.      */
  353.     public function getTemplateName()
  354.     {
  355.         return "servers/dedicated.html.twig";
  356.     }
  357.     /**
  358.      * @codeCoverageIgnore
  359.      */
  360.     public function isTraitable()
  361.     {
  362.         return false;
  363.     }
  364.     /**
  365.      * @codeCoverageIgnore
  366.      */
  367.     public function getDebugInfo()
  368.     {
  369.         return array (  277 => 101,  271 => 98,  257 => 86,  243 => 85,  237 => 81,  230 => 79,  223 => 78,  216 => 76,  209 => 75,  207 => 74,  196 => 66,  192 => 65,  179 => 57,  175 => 56,  152 => 36,  148 => 35,  144 => 33,  138 => 31,  132 => 29,  130 => 28,  125 => 27,  123 => 26,  108 => 23,  105 => 22,  88 => 21,  69 => 4,  59 => 3,  36 => 1,);
  370.     }
  371.     public function getSourceContext()
  372.     {
  373.         return new Source("{% extends 'core/__skeleton.html.twig' %}
  374. {% block main %}
  375.     <section id=\"hostingHeader\" class=\"hosting__heading hosting__heading--full dedicated\">
  376.         <div class=\"wrap\">
  377.             <h1>Dedicated Servers in Wales</h1>
  378.             <h2>Powerful & Secure<br><span>Dedicated</span> Servers</h2>
  379.             <p>
  380.                 Deploy your Dedicated Server within 24 hours.<br>
  381.                 Grow your business with security and confidence.
  382.             </p>
  383.         </div>
  384.     </section>
  385.     <section id=\"dedicatedPricing\" class=\"dedicated__pricing\">
  386.         <div class=\"wrap\">
  387.             <div class=\"dedicated__purchase\">
  388.                 <div class=\"dedicated__purchase__options\">
  389.                     <h3>Choose Your Server</h3>
  390.                     <div class=\"dedicated__slider\">
  391.                         {% for row in featured %}
  392.                             {% if row.isFeatured == true %}
  393.                                 <div class=\"dedicated__slide{% if loop.index == 1 %} active{% endif %}\" data-option=\"dedicated{{ loop.index }}\" data-name=\"{{ row.name }}\" data-price=\"{{ row.sellPrice }}\">
  394.                                     <div class=\"dedicated__purchase__row\">
  395.                                         <div class=\"dedicated__purchase__icon\">
  396.                                             {% if row.processorType.name == 'Intel' %}
  397.                                                 <img src=\"{{ asset('assets/img/dedicated/intel-xeon.svg') }}\" alt=\"Intel Xeon Logo\" width=\"50px\">
  398.                                             {% elseif row.processorType.name == 'AMD' and 'Ryzen' in row.name %}
  399.                                                 <img src=\"{{ asset('assets/img/dedicated/amd-ryzen.png') }}\" alt=\"AMD Ryzen Logo\" width=\"50px\">
  400.                                             {% else %}
  401.                                                 <img src=\"{{ asset('assets/img/dedicated/amd-epyc.png') }}\" alt=\"AMD EPYC Logo\" width=\"50px\">
  402.                                             {% endif %}
  403.                                         </div>
  404.                                         <div class=\"dedicated__purchase__content\">
  405.                                             <p><small>{{ row.processorType.name}} Processor</small></p>
  406.                                             <h4>{{ row.name }}</h4>
  407.                                         </div>
  408.                                     </div>
  409.                                     <div class=\"dedicated__purchase__row\">
  410.                                         <hr>
  411.                                     </div>
  412.                                     <div class=\"dedicated__purchase__row\">
  413.                                         <div class=\"dedicated__purchase__icon\">
  414.                                             <i class=\"fab fa-linux fa-3x\"></i>
  415.                                         </div>
  416.                                         <div class=\"dedicated__purchase__content\">
  417.                                             <strong>Latest OS Available</strong><br>
  418.                                             <small>CentOS, AlmaLinux, RockyLinux, Debian & Ubuntu</small>
  419.                                         </div>
  420.                                     </div>
  421.                                     <div class=\"dedicated__purchase__row\">
  422.                                         <div class=\"dedicated__purchase__icon\">
  423.                                             <i class=\"fas fa-microchip fa-3x\"></i>
  424.                                         </div>
  425.                                         <div class=\"dedicated__purchase__content\">
  426.                                             <strong>{{ row.processorType.name ~ \" \" ~ row.processor }}</strong><br>
  427.                                             <small>{{ row.cores }} cores x {{ row.speed }}GHz</small>
  428.                                         </div>
  429.                                     </div>
  430.                                     <div class=\"dedicated__purchase__row\">
  431.                                         <div class=\"dedicated__purchase__icon\">
  432.                                             <i class=\"fas fa-memory fa-3x\"></i>
  433.                                         </div>
  434.                                         <div class=\"dedicated__purchase__content\">
  435.                                             <strong>{{ row.memory }}GB RAM</strong><br>
  436.                                             <small>{{ row.ram }}</small>
  437.                                         </div>
  438.                                     </div>
  439.                                     <div class=\"dedicated__purchase__row\">
  440.                                         <div class=\"dedicated__purchase__icon\">
  441.                                             <i class=\"fas fa-hard-drive fa-3x\"></i>
  442.                                         </div>
  443.                                         <div class=\"dedicated__purchase__content\">
  444.                                             {% if row.storage >= 1000 %}
  445.                                                 <strong>{{ row.storage / 1000 }}TB {{ row.hddType.name }}</strong><br>
  446.                                                 <small>(2x {{ row.storage / 1000 }}TB) {{ row.raid }}</small>
  447.                                             {% else %}
  448.                                                 <strong>{{ row.storage }}GB {{ row.hddType.name }}</strong><br>
  449.                                                 <small>(2x {{ row.storage }}GB) {{ row.raid }}</small>
  450.                                             {% endif %}
  451.                                         </div>
  452.                                     </div>
  453.                                 </div>
  454.                             {% endif %}
  455.                         {% endfor %}
  456.                     </div>
  457.                     <div class=\"dedicated__slider__actions\">
  458.                         <button type=\"button\" id=\"slideLeft\" class=\"button button--slide\">
  459.                             <i class=\"fas fa-chevron-left\"></i>
  460.                         </button>
  461.                         <button type=\"button\" id=\"slideRight\" class=\"button button--slide\">
  462.                             <i class=\"fas fa-chevron-right\"></i>
  463.                         </button>
  464.                     </div>
  465.                 </div>
  466.                 <div class=\"dedicated__purchase__calculations\">
  467.                     <p class=\"dedicated__purchase__calculations__price\">
  468.                         <span>£{{ featured[0].sellPrice }}</span><small>/month</small>
  469.                     </p>
  470.                     <p>
  471.                         <button type=\"button\" class=\"button button--green button--full button--xlarge\" data-modal=\"orderModal\" data-type=\"dedicated-hosting\" data-value=\"{{ featured[0].name }}\">
  472.                             Order Now
  473.                         </button>
  474.                     </p>
  475.                     <hr>
  476.                     <p>
  477.                         <strong>Includes:</strong> Our Professional Server Management Service. (Plus, a FREE .uk domain
  478.                         for lifetime of the server)
  479.                     </p>
  480.                     <p>
  481.                         Ready within 24 hours (usually same day)
  482.                     </p>
  483.                 </div>
  484.             </div>
  485.         </div>
  486.     </section>
  487.     <section class=\"dedicated-info\">
  488.         <div class=\"wrap\">
  489.             <div class=\"dedicated-info__content\">
  490.                 <h2>Dedicated Servers</h2>
  491.                 <h3>What Our Dedicated Servers Come With</h3>
  492.                 <p>
  493.                     Purchase your brand new Dedicated Server for your Welsh Business today with a Local Welsh Hosting
  494.                     Company, based in Wales. Why buy with the big guys when you can buy your dedicated server with a
  495.                     local Welsh business?
  496.                 </p>
  497.             </div>
  498.             <div class=\"dedicated-info__box-wrap\">
  499.                 <div class=\"dedicated-info__box\">
  500.                     <i class=\"fas fa-microchip fa-3x\"></i>
  501.                     <h4>Intel/AMD Processors</h4>
  502.                     <p>
  503.                         We use the very best Intel Xeon and AMD Epyc Processors to ensure your server has the power it
  504.                         needs to meet the demand of your business.
  505.                     </p>
  506.                 </div>
  507.                 <div class=\"dedicated-info__box\">
  508.                     <i class=\"fas fa-memory fa-3x\"></i>
  509.                     <h4>Up to 256GB RAM</h4>
  510.                     <p>
  511.                         Starting at 16GB rising to 256GB of memory, our Dedicated Servers are scalable to your business
  512.                         needs. Just pick what you need to make it work.
  513.                     </p>
  514.                 </div>
  515.                 <div class=\"dedicated-info__box\">
  516.                     <i class=\"fas fa-hard-drive fa-3x\"></i>
  517.                     <h4>NVMe, SSD or HDD Hard Drives</h4>
  518.                     <p>
  519.                         Choose from 3 different types of Hard Drives to store your files on. We can provide standard HDD
  520.                         RAID drives right up to NVMe RAID Drives, up to 4TB in size.
  521.                     </p>
  522.                 </div>
  523.                 <div class=\"dedicated-info__box\">
  524.                     <i class=\"fas fa-ethernet fa-3x\"></i>
  525.                     <h4>1Gbps Network Speeds</h4>
  526.                     <p>
  527.                         1 GBit/s applies to public facing connections. Some private networks will be able to connect
  528.                         via a 10Gbit/s bandwidth.
  529.                     </p>
  530.                 </div>
  531.                 <div class=\"dedicated-info__box\">
  532.                     <box-icon name=\"terminal\" type=\"solid\" size=\"lg\"></box-icon>
  533.                     <h4>Full Root Access</h4>
  534.                     <p>
  535.                         Get complete admin control with root-level access and fully manage your server’s configuration in
  536.                         any way you need to for your project.
  537.                     </p>
  538.                 </div>
  539.                 <div class=\"dedicated-info__box\">
  540.                     <i class=\"fab fa-linux fa-3x\"></i>
  541.                     <h4>Latest Operating Systems</h4>
  542.                     <p>
  543.                         Our Dedicated Servers have the latest versions of AlmaLinux, CentOS, Rocky Linux, Ubuntu and
  544.                         Debian for you to choose from.
  545.                     </p>
  546.                 </div>
  547.             </div>
  548.         </div>
  549.     </section>
  550. {% endblock %}""servers/dedicated.html.twig""/home/lwhc/website/templates/servers/dedicated.html.twig");
  551.     }
  552. }