<?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;
/* landingpage.html.twig */
class __TwigTemplate_b2b42a1eccb33ce574c79d582c4ea55c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
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", "landingpage.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "landingpage.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "landingpage.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
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 4
echo " <div class=\"row\">
<div class=\"col-md-6 col-md-offset-3 hidden-xs\" style=\"height:70px;\">
";
// line 7
echo " </div>
</div>
<div class=\"row\">
<div class=\"col-md-2 col-md-offset-4\" style=\"margin-bottom: 15px;\">
<a href=\"/app\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
<img src=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/WebApp_iconx2.png"), "html", null, true);
echo "\" height=\"149\" />
<h1>Web-App</h1>
";
// line 15
echo " ";
// line 16
echo " ";
// line 17
echo " </a>
</div>
";
// line 20
echo " ";
// line 21
echo " ";
// line 22
echo " ";
// line 23
echo " ";
// line 24
echo " <div class=\"col-md-2 col-md-offset-0\">
<a href=\"";
// line 25
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("user_account");
echo "\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
<img src=\"";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/Account_iconx2.png"), "html", null, true);
echo "\" height=\"149\" />
<h1>Account</h1>
";
// line 29
echo " ";
// line 30
echo " ";
// line 31
echo " </a>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "landingpage.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 116 => 31, 114 => 30, 112 => 29, 107 => 26, 103 => 25, 100 => 24, 98 => 23, 96 => 22, 94 => 21, 92 => 20, 88 => 17, 86 => 16, 84 => 15, 79 => 12, 72 => 7, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block body %}
<div class=\"row\">
<div class=\"col-md-6 col-md-offset-3 hidden-xs\" style=\"height:70px;\">
{#<h3>Bitte wählen Sie einen Bereich:</h3>#}
</div>
</div>
<div class=\"row\">
<div class=\"col-md-2 col-md-offset-4\" style=\"margin-bottom: 15px;\">
<a href=\"/app\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
<img src=\"{{ asset('img/WebApp_iconx2.png') }}\" height=\"149\" />
<h1>Web-App</h1>
{#<p>Hier sehen Sie, wo sich Ihre Tracker befinden und legen Geofences und Einstellungen fest</p>#}
{#<p>Tracker auf der Karte anzeigen, Einstellungen vornehmen und Geofences verwalten</p>#}
{#<p>Tracker & Geofences</p>#}
</a>
</div>
{#</div>#}
{#<div class=\"row\">#}
{#<div class=\"col col-lg-12\" style=\"height:30px;\"></div>#}
{#</div>#}
{#<div class=\"row\">#}
<div class=\"col-md-2 col-md-offset-0\">
<a href=\"{{ path('user_account') }}\" class=\"btn btn-lg btn-default\" style=\"text-align:center; width:100%; white-space: normal;\">
<img src=\"{{ asset('img/Account_iconx2.png') }}\" height=\"149\" />
<h1>Account</h1>
{#<p>Hier bestellen Sie die Service-Pakete für Ihren Tracker und verwalten Ihre Benutzerdaten</p>#}
{#<p>Service-Pakete für den Tracker bestellen und Benutzerdaten verwalten</p>#}
{#<p>Servicepakete & Benutzerdaten</p>#}
</a>
</div>
</div>
{% endblock %}", "landingpage.html.twig", "/var/www/html/account_dev/templates/landingpage.html.twig");
}
}