<?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;
use Twig\TemplateWrapper;
/* access.html.twig */
class __TwigTemplate_0641def88bff091abd5165e59f2316fe extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$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", "access.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "access.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"it\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>";
// line 7
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
<!-- Google Font: Source Sans Pro -->
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback\">
<!-- Font Awesome -->
<link rel=\"stylesheet\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("AdminLTE-3.2.0/plugins/fontawesome-free/css/all.min.css"), "html", null, true);
yield "\">
<!-- icheck bootstrap -->
<link rel=\"stylesheet\" href=\"";
// line 15
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("AdminLTE-3.2.0/plugins/icheck-bootstrap/icheck-bootstrap.min.css"), "html", null, true);
yield "\">
<!-- Theme style -->
<link rel=\"stylesheet\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("AdminLTE-3.2.0/dist/css/adminlte.min.css"), "html", null, true);
yield "\">
<style>
body{
background-image: url(./assets/Background1.png);
background-size: cover;
background-repeat: no-repeat;
}
a{
color: red;
}
</style>
</head>
<body class=\"hold-transition register-page\">
<div class=\"register-box\" style=\"width: 500px;\">
<div class=\"card card-outline card-danger\">
<div class=\"card-header text-center\">
<p>
<a href=\"#\" class=\"h1\">
<img class=\"animate\" src=\"";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/Logo_Verticale.png"), "html", null, true);
yield "\" alt=\"AiCommerceSuite\" width=\"200\">
</a>
<!--<a id=\"assistance\" style=\"\">
<i class=\"nav-icon fab fa-rocketchat fa-3x text-success\"></i>
</a>-->
</p>
<p>Hai problemi con il login e/o con la registrazione?<br />
Chiamaci subito al <a href=\"tel: +393938549427\">3938549427</a></p>
</div>
<div class=\"card-body\">
";
// line 48
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 51
yield " <!-- /.form-box -->
</div><!-- /.card -->
</div>
<!-- /.register-box -->
<!-- jQuery -->
<script src=\"";
// line 57
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("AdminLTE-3.2.0/plugins/jquery/jquery.min.js"), "html", null, true);
yield "\"></script>
<!-- Bootstrap 4 -->
<script src=\"";
// line 59
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("AdminLTE-3.2.0/plugins/bootstrap/js/bootstrap.bundle.min.js"), "html", null, true);
yield "\"></script>
<!-- AdminLTE App -->
<script src=\"";
// line 61
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("AdminLTE-3.2.0/dist/js/adminlte.min.js"), "html", null, true);
yield "\"></script>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 7
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(array $context, array $blocks = []): iterable
{
$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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 48
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$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 49
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "access.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 185 => 49, 172 => 48, 150 => 7, 134 => 61, 129 => 59, 124 => 57, 116 => 51, 114 => 48, 101 => 38, 77 => 17, 72 => 15, 67 => 13, 58 => 7, 50 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html lang=\"it\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>{% block title %}{% endblock %}</title>
<!-- Google Font: Source Sans Pro -->
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback\">
<!-- Font Awesome -->
<link rel=\"stylesheet\" href=\"{{ asset('AdminLTE-3.2.0/plugins/fontawesome-free/css/all.min.css') }}\">
<!-- icheck bootstrap -->
<link rel=\"stylesheet\" href=\"{{ asset('AdminLTE-3.2.0/plugins/icheck-bootstrap/icheck-bootstrap.min.css') }}\">
<!-- Theme style -->
<link rel=\"stylesheet\" href=\"{{ asset('AdminLTE-3.2.0/dist/css/adminlte.min.css') }}\">
<style>
body{
background-image: url(./assets/Background1.png);
background-size: cover;
background-repeat: no-repeat;
}
a{
color: red;
}
</style>
</head>
<body class=\"hold-transition register-page\">
<div class=\"register-box\" style=\"width: 500px;\">
<div class=\"card card-outline card-danger\">
<div class=\"card-header text-center\">
<p>
<a href=\"#\" class=\"h1\">
<img class=\"animate\" src=\"{{ asset('assets/Logo_Verticale.png')}}\" alt=\"AiCommerceSuite\" width=\"200\">
</a>
<!--<a id=\"assistance\" style=\"\">
<i class=\"nav-icon fab fa-rocketchat fa-3x text-success\"></i>
</a>-->
</p>
<p>Hai problemi con il login e/o con la registrazione?<br />
Chiamaci subito al <a href=\"tel: +393938549427\">3938549427</a></p>
</div>
<div class=\"card-body\">
{% block body %}
{% endblock %}
<!-- /.form-box -->
</div><!-- /.card -->
</div>
<!-- /.register-box -->
<!-- jQuery -->
<script src=\"{{ asset('AdminLTE-3.2.0/plugins/jquery/jquery.min.js') }}\"></script>
<!-- Bootstrap 4 -->
<script src=\"{{ asset('AdminLTE-3.2.0/plugins/bootstrap/js/bootstrap.bundle.min.js') }}\"></script>
<!-- AdminLTE App -->
<script src=\"{{ asset('AdminLTE-3.2.0/dist/js/adminlte.min.js') }}\"></script>
</body>
</html>
", "access.html.twig", "/var/www/vhosts/staging.aicommercesuite.it/httpdocs/templates/access.html.twig");
}
}