<?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_b9e654cb331e584ab39b3c8fa1f30cdcad27d9809d6a332a040daf50b1da0e01 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'extrastyle' => [$this, 'block_extrastyle'],
'content' => [$this, 'block_content'],
'extrajs' => [$this, 'block_extrajs'],
];
}
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", "base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
echo "<!doctype html>
<html lang=\"en\" class=\"h-100\">
\t<head>
\t\t<meta charset=\"utf-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
\t\t<meta name=\"description\" content=\"\">\t\t
\t\t<title>";
// line 7
$this->displayBlock('title', $context, $blocks);
echo " ยท Talk-A-Bot</title>
\t\t<!-- Bootstrap core CSS -->
\t\t<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\" integrity=\"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk\" crossorigin=\"anonymous\">
\t\t<link href=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css\" rel=\"stylesheet\" />
\t\t<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css\" integrity=\"sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==\" crossorigin=\"anonymous\" />
\t\t<style>
\t\t\tbody {
\t\t\t\tbackground-color: #FAFBFE;
\t\t\t\theight: 100%;
\t\t\t}
\t\t\t.docs-section .container {
\t\t\t\theight: 100%;
\t\t\t}
\t\t\t.menu img {
\t\t\t\twidth: 30px;
\t\t\t\theight: 30px;
\t\t\t}
\t\t\t.menu img[class=flag] {
\t\t\t\twidth: auto;
\t\t\t\theight: auto;
\t\t\t}
\t\t\t.menu .company-name {
\t\t\t\tfont-weight: bold;
\t\t\t}
\t\t</style>
\t\t<style>
\t\t\t\t";
// line 34
$this->displayBlock('extrastyle', $context, $blocks);
// line 35
echo "\t\t</style>
\t</head>
\t<body>
\t\t<!-- <div class=\"row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm menu align-middle\"> -->
\t\t<div class=\"row m-0 align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm menu align-middle\">
\t\t\t<div class=\"col-4\">
\t\t\t\t<img src=\"/assets/images/tab.png\" alt=\"Talk-a-Bot Logo\" class=\"d-inline-block align-middle\">
\t\t\t\t<span class=\"company-name align-middle\">Talk-A-Bot</span>
\t\t\t</div>
\t\t\t<div class=\"col-4 align-middle text-center\">
\t\t\t\t<a href=\"";
// line 45
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["_locale" => "hu"]);
echo "\"><img class=\"flag\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/flags/hungary-flag-icon-32.png"), "html", null, true);
echo "\" alt=\"๐ญ๐บ\" title=\"";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("language.hungarian", [], "messages");
echo "\"></a>
\t\t\t\t<a href=\"";
// line 46
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["_locale" => "en"]);
echo "\"><img class=\"flag\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/flags/united-states-of-america-flag-icon-32.png"), "html", null, true);
echo "\" alt=\"๐บ๐ธ\" title=\"";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("language.english", [], "messages");
echo "\"></a>
\t\t\t</div>
\t\t\t<div class=\"col-4 text-right\">
\t\t\t\t<span class=\"company-name align-middle\">CHEQ</span>
\t\t\t\t<img src=\"/assets/images/CHEQ_logo.png\" alt=\"CHEQ Logo\" class=\"d-inline-block align-middle\">
\t\t\t</div>
\t\t</div>
\t\t
\t\t";
// line 54
$this->displayBlock('content', $context, $blocks);
// line 55
echo "\t\t
\t\t<footer class=\"footer mt-auto py-3\">
\t\t\t<div class=\"container text-center\">
\t\t\t\t<span class=\"text-muted\">© Talk-A-Bot Kft. | <a href=\"";
// line 58
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("saml_login");
echo "\">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("global.login", [], "messages");
echo "</a></span>
\t\t\t</div>
\t\t</footer>
\t\t<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script>
\t\t<script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\" integrity=\"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo\" crossorigin=\"anonymous\"></script>
\t\t<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js\" integrity=\"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI\" crossorigin=\"anonymous\"></script>
\t\t<script src=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js\"></script>
\t\t<script>
\t\t\t\t";
// line 66
$this->displayBlock('extrajs', $context, $blocks);
// line 67
echo "\t\t</script>
\t</body>
</html>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 7
public function block_title($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(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 34
public function block_extrastyle($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(), "block", "extrastyle"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extrastyle"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 54
public function block_content($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(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 66
public function block_extrajs($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(), "block", "extrajs"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extrajs"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 210 => 66, 192 => 54, 174 => 34, 156 => 7, 144 => 67, 142 => 66, 129 => 58, 124 => 55, 122 => 54, 107 => 46, 99 => 45, 87 => 35, 85 => 34, 55 => 7, 47 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html lang=\"en\" class=\"h-100\">
\t<head>
\t\t<meta charset=\"utf-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
\t\t<meta name=\"description\" content=\"\">\t\t
\t\t<title>{% block title %}{% endblock %} ยท Talk-A-Bot</title>
\t\t<!-- Bootstrap core CSS -->
\t\t<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\" integrity=\"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk\" crossorigin=\"anonymous\">
\t\t<link href=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css\" rel=\"stylesheet\" />
\t\t<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css\" integrity=\"sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==\" crossorigin=\"anonymous\" />
\t\t<style>
\t\t\tbody {
\t\t\t\tbackground-color: #FAFBFE;
\t\t\t\theight: 100%;
\t\t\t}
\t\t\t.docs-section .container {
\t\t\t\theight: 100%;
\t\t\t}
\t\t\t.menu img {
\t\t\t\twidth: 30px;
\t\t\t\theight: 30px;
\t\t\t}
\t\t\t.menu img[class=flag] {
\t\t\t\twidth: auto;
\t\t\t\theight: auto;
\t\t\t}
\t\t\t.menu .company-name {
\t\t\t\tfont-weight: bold;
\t\t\t}
\t\t</style>
\t\t<style>
\t\t\t\t{% block extrastyle %}{% endblock %}
\t\t</style>
\t</head>
\t<body>
\t\t<!-- <div class=\"row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm menu align-middle\"> -->
\t\t<div class=\"row m-0 align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm menu align-middle\">
\t\t\t<div class=\"col-4\">
\t\t\t\t<img src=\"/assets/images/tab.png\" alt=\"Talk-a-Bot Logo\" class=\"d-inline-block align-middle\">
\t\t\t\t<span class=\"company-name align-middle\">Talk-A-Bot</span>
\t\t\t</div>
\t\t\t<div class=\"col-4 align-middle text-center\">
\t\t\t\t<a href=\"{{ path('index', {_locale: 'hu'}) }}\"><img class=\"flag\" src=\"{{ asset('assets/images/flags/hungary-flag-icon-32.png') }}\" alt=\"๐ญ๐บ\" title=\"{% trans %}language.hungarian{% endtrans %}\"></a>
\t\t\t\t<a href=\"{{ path('index', {_locale: 'en'}) }}\"><img class=\"flag\" src=\"{{ asset('assets/images/flags/united-states-of-america-flag-icon-32.png') }}\" alt=\"๐บ๐ธ\" title=\"{% trans %}language.english{% endtrans %}\"></a>
\t\t\t</div>
\t\t\t<div class=\"col-4 text-right\">
\t\t\t\t<span class=\"company-name align-middle\">CHEQ</span>
\t\t\t\t<img src=\"/assets/images/CHEQ_logo.png\" alt=\"CHEQ Logo\" class=\"d-inline-block align-middle\">
\t\t\t</div>
\t\t</div>
\t\t
\t\t{% block content %}{% endblock %}
\t\t
\t\t<footer class=\"footer mt-auto py-3\">
\t\t\t<div class=\"container text-center\">
\t\t\t\t<span class=\"text-muted\">© Talk-A-Bot Kft. | <a href=\"{{ path('saml_login') }}\">{% trans %}global.login{% endtrans %}</a></span>
\t\t\t</div>
\t\t</footer>
\t\t<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script>
\t\t<script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\" integrity=\"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo\" crossorigin=\"anonymous\"></script>
\t\t<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js\" integrity=\"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI\" crossorigin=\"anonymous\"></script>
\t\t<script src=\"https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js\"></script>
\t\t<script>
\t\t\t\t{% block extrajs %}{% endblock %}
\t\t</script>
\t</body>
</html>", "base.html.twig", "/var/www/test-dashboard.talkabot.net/public_html/dashboard/templates/base.html.twig");
}
}