<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* @HoneybeeWeb/pages/website/honeycore-mobile.html.twig */
class __TwigTemplate_659efc08638063495e91492115825f4fd42e49c9fef614c7ad513ab32364415e 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@HoneybeeWeb/pages/website/honeycore-mobile.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@HoneybeeWeb/pages/website/honeycore-mobile.html.twig"));
// line 2
$context["website_title"] = "Site context. Within reach. | HoneyBee";
// line 3
$context["p"] = ((array_key_exists("prices", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["prices"]) || array_key_exists("prices", $context) ? $context["prices"] : (function () { throw new RuntimeError('Variable "prices" does not exist.', 3, $this->source); })()), [])) : ([]));
// line 4
yield from $this->loadTemplate("@HoneybeeWeb/website/header.html.twig", "@HoneybeeWeb/pages/website/honeycore-mobile.html.twig", 4)->unwrap()->yield($context);
// line 5
yield "<section class=\"hero\">
<div class=\"wrap narrow\"><span class=\"eyebrow \">Energy Operations / mobile access</span>
<h1>Site context.<br>Within reach.</h1><p class=\"lead\">Your HoneyCore companion for cloud and remote monitoring, with Bluetooth Low Energy communication to supported nearby HoneyCore edge devices.</p><div class=\"actions\"><a class=\"btn\" href=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("honeybee_website_page", ["page" => "app-support", "app" => "HoneyCore mobile"]), "html", null, true);
yield "\">App support & information <span aria-hidden=\"true\">↗</span></a><a class=\"textlink\" href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("honeybee_honeycore");
yield "\">Explore HoneyCore ↗</a></div></div></section>
<section class=\"section white\">
<div class=\"wrap\">
<div class=\"split\"><div><span class=\"eyebrow \">HoneyCore mobile</span>
<h2>Operational visibility.<br>A defined access scope.</h2><p class=\"lead\">Review sites, device readings and alarms through the cloud connection. Use a nearby BLE link for supported edge interactions, subject to the commissioned device’s permissions and interlocks.</p></div><div class=\"proof-plate\"><span class=\"eyebrow \">Application review</span><div class=\"featurelist\"><div class=\"featureline\"><b>01</b><div><h4>Operational access</h4><p>Review cloud-connected sites, devices, energy data and alarms.</p></div></div><div class=\"featureline\"><b>02</b><div><h4>Deployment relationship</h4><p>Connect locally over BLE where supported; use HoneyCore cloud EMS for remote site context.</p></div></div><div class=\"featureline\"><b>03</b><div><h4>Safety boundary</h4><p>The phone is not represented as a protection, emergency shutdown or safety-critical plant controller.</p></div></div></div></div></div></div></section>
<section class=\"section \">
<div class=\"wrap\">
<div class=\"split\"><div><span class=\"eyebrow \">Application information</span>
<h2>Confirm the release.<br>Review the access.</h2></div><div><p>Contact HoneyBee to confirm the current Android release, account requirements and the supported workflows for your organization.</p><div class=\"actions\"><a class=\"textlink\" href=\"";
// line 15
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("honeybee_contact");
yield "\">Discuss application access ↗</a></div></div></div></div></section>
";
// line 16
yield from $this->loadTemplate("@HoneybeeWeb/website/footer.html.twig", "@HoneybeeWeb/pages/website/honeycore-mobile.html.twig", 16)->unwrap()->yield($context);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@HoneybeeWeb/pages/website/honeycore-mobile.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 71 => 16, 67 => 15, 54 => 7, 50 => 5, 48 => 4, 46 => 3, 44 => 2,);
}
public function getSourceContext()
{
return new Source("{# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
{% set website_title = 'Site context. Within reach. | HoneyBee' %}
{% set p = prices|default({}) %}
{% include '@HoneybeeWeb/website/header.html.twig' %}
<section class=\"hero\">
<div class=\"wrap narrow\"><span class=\"eyebrow \">Energy Operations / mobile access</span>
<h1>Site context.<br>Within reach.</h1><p class=\"lead\">Your HoneyCore companion for cloud and remote monitoring, with Bluetooth Low Energy communication to supported nearby HoneyCore edge devices.</p><div class=\"actions\"><a class=\"btn\" href=\"{{ path('honeybee_website_page', {'page':'app-support','app':'HoneyCore mobile'}) }}\">App support & information <span aria-hidden=\"true\">↗</span></a><a class=\"textlink\" href=\"{{ path('honeybee_honeycore') }}\">Explore HoneyCore ↗</a></div></div></section>
<section class=\"section white\">
<div class=\"wrap\">
<div class=\"split\"><div><span class=\"eyebrow \">HoneyCore mobile</span>
<h2>Operational visibility.<br>A defined access scope.</h2><p class=\"lead\">Review sites, device readings and alarms through the cloud connection. Use a nearby BLE link for supported edge interactions, subject to the commissioned device’s permissions and interlocks.</p></div><div class=\"proof-plate\"><span class=\"eyebrow \">Application review</span><div class=\"featurelist\"><div class=\"featureline\"><b>01</b><div><h4>Operational access</h4><p>Review cloud-connected sites, devices, energy data and alarms.</p></div></div><div class=\"featureline\"><b>02</b><div><h4>Deployment relationship</h4><p>Connect locally over BLE where supported; use HoneyCore cloud EMS for remote site context.</p></div></div><div class=\"featureline\"><b>03</b><div><h4>Safety boundary</h4><p>The phone is not represented as a protection, emergency shutdown or safety-critical plant controller.</p></div></div></div></div></div></div></section>
<section class=\"section \">
<div class=\"wrap\">
<div class=\"split\"><div><span class=\"eyebrow \">Application information</span>
<h2>Confirm the release.<br>Review the access.</h2></div><div><p>Contact HoneyBee to confirm the current Android release, account requirements and the supported workflows for your organization.</p><div class=\"actions\"><a class=\"textlink\" href=\"{{ path('honeybee_contact') }}\">Discuss application access ↗</a></div></div></div></div></section>
{% include '@HoneybeeWeb/website/footer.html.twig' %}
", "@HoneybeeWeb/pages/website/honeycore-mobile.html.twig", "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/website/honeycore-mobile.html.twig");
}
}