<?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;
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'noscript' => [$this, 'block_noscript'],
'menu' => [$this, 'block_menu'],
'header' => [$this, 'block_header'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
'footer' => [$this, 'block_footer'],
];
}
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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "@OxHoard/layout.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_noscript($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", "noscript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "noscript"));
// line 4
echo " <noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 12
public function block_menu($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", "menu"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));
// line 13
echo " ";
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 13, "1412393616")->display($context);
// line 15
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 17
public function block_header($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", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
echo "
";
// line 18
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 18, "280869780")->display($context);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 22
public function block_stylesheets($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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 23
echo " <link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
";
// line 25
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 25, "847125586")->display($context);
// line 26
echo " ";
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 26, "1688841123")->display($context);
// line 27
echo " ";
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 27, "1371556351")->display($context);
// line 28
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("css/v2");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 32
public function block_javascripts($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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 33
echo " <script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
";
// line 35
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 35, "425621817")->display($context);
// line 36
echo " ";
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 36, "1177869551")->display($context);
// line 37
echo " <script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 40
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 41
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 44
public function block_footer($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", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 45
echo " ";
$this->loadTemplate("@OxHoard/layout.html.twig", "@OxHoard/layout.html.twig", 45, "2140169512")->display($context);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___1412393616 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 13
return "menu.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("menu.html.twig", "@OxHoard/layout.html.twig", 13);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___280869780 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 18
return "header-subpage.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("header-subpage.html.twig", "@OxHoard/layout.html.twig", 18);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___847125586 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 25
return "import-libs/bootstrap.css.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("import-libs/bootstrap.css.html.twig", "@OxHoard/layout.html.twig", 25);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 547 => 25, 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___1688841123 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 26
return "import-libs/fontawesome.css.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("import-libs/fontawesome.css.html.twig", "@OxHoard/layout.html.twig", 26);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 656 => 26, 547 => 25, 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___1371556351 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 27
return "import-libs/jqueryDatatables.css.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("import-libs/jqueryDatatables.css.html.twig", "@OxHoard/layout.html.twig", 27);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 765 => 27, 656 => 26, 547 => 25, 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___425621817 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 35
return "import-libs/bootstrap.js.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("import-libs/bootstrap.js.html.twig", "@OxHoard/layout.html.twig", 35);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 874 => 35, 765 => 27, 656 => 26, 547 => 25, 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___1177869551 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 36
return "import-libs/jqueryDatatables.js.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("import-libs/jqueryDatatables.js.html.twig", "@OxHoard/layout.html.twig", 36);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 983 => 36, 874 => 35, 765 => 27, 656 => 26, 547 => 25, 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}
/* @OxHoard/layout.html.twig */
class __TwigTemplate_d773cd172cf61568ccc9a44fcc0fb802___2140169512 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 45
return "footer.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", "@OxHoard/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@OxHoard/layout.html.twig"));
$this->parent = $this->loadTemplate("footer.html.twig", "@OxHoard/layout.html.twig", 45);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "@OxHoard/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1092 => 45, 983 => 36, 874 => 35, 765 => 27, 656 => 26, 547 => 25, 438 => 18, 329 => 13, 232 => 45, 222 => 44, 211 => 41, 201 => 40, 190 => 37, 187 => 36, 185 => 35, 181 => 33, 171 => 32, 157 => 28, 154 => 27, 151 => 26, 149 => 25, 145 => 23, 135 => 22, 125 => 18, 113 => 17, 103 => 15, 100 => 13, 90 => 12, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class=\"container\" style=\"text-align:center; font-size:24px;\">
<div style=\"position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;\">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href=\"http://www.enable-javascript.com/\" target=\"_blank\">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel=\"stylesheet\" href=\"//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css\">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js\"></script>
<script type=\"text/javascript\" src=\"//code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type=\"text/javascript\" src=\"/bundles/oxhoard/js/data_table.js\"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}", "@OxHoard/layout.html.twig", "/srv/web-20231016100413-2bc3d337/src/Ox/HoardBundle/Resources/views/layout.html.twig");
}
}