<?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;
/* layouts/layout.html.twig */
class __TwigTemplate_8f943b26cdd5c68a8233a95e0dd50bd1 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'head_stylesheets' => [$this, 'block_head_stylesheets'],
'layout_head_meta' => [$this, 'block_layout_head_meta'],
'headscripts' => [$this, 'block_headscripts'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
$this->deferred = $this->env->getExtension('Twig\DeferredExtension\DeferredExtension');
}
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", "layouts/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", "layouts/layout.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html lang=\"en\">
\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<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
\t\t<link rel=\"manifest\" href=\"/site.webmanifest\">
\t\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
\t\t<meta name=\"msapplication-TileColor\" content=\"#da532c\">
\t\t<meta name=\"theme-color\" content=\"#ffffff\">
\t\t";
// line 15
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", [0 => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/css/cessda.min.css")], "method", false, false, true, 15);
// line 16
echo "\t\t";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 16, $this->source); })()), "getTitle", [], "method", false, false, true, 16))) {
// line 17
echo "\t\t\t";
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_title')->getCallable()(), "set", [0 => twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 17, $this->source); })()), "getTitle", [], "method", false, false, true, 17)], "method", false, false, true, 17);
// line 18
echo "\t\t";
}
// line 19
echo "
\t\t";
// line 20
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 20, $this->source); })()), "getDescription", [], "method", false, false, true, 20))) {
// line 21
echo "\t\t\t";
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_meta')->getCallable()(), "setDescription", [0 => twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 21, $this->source); })()), "getDescription", [], "method", false, false, true, 21)], "method", false, false, true, 21);
// line 22
echo "\t\t";
}
// line 23
echo "\t\t";
$this->displayBlock('head_stylesheets', $context, $blocks);
// line 26
echo "
\t\t";
// line 28
$this->displayBlock('layout_head_meta', $context, $blocks);
// line 37
echo "
\t\t";
// line 39
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [0 => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/bootstrap.bundle.min.js")], "method", false, false, true, 39);
// line 40
echo "
\t\t";
// line 41
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [0 => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/lazysizes.min.js")], "method", false, false, true, 41);
// line 42
echo "\t\t";
$this->displayBlock('headscripts', $context, $blocks);
// line 45
echo "\t\t";
$context["theme_class"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 45, $this->source); })()), "getProperty", [0 => "theme_class"], "method", false, false, true, 45);
// line 46
echo "\t\t";
if ((array_key_exists("training", $context) && ((isset($context["training"]) || array_key_exists("training", $context) ? $context["training"] : (function () { throw new RuntimeError('Variable "training" does not exist.', 46, $this->source); })()) == true))) {
// line 47
echo "
\t\t\t";
// line 48
$context["theme_class"] = "training";
// line 49
echo "\t\t";
}
// line 50
echo "
\t\t";
// line 52
$context["pillar_background"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 52, $this->source); })()), "getProperty", [0 => "pillar_background"], "method", false, false, true, 52);
// line 53
echo "\t\t";
$context["training_pillar"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 53, $this->source); })()), "getProperty", [0 => "training_pillar"], "method", false, false, true, 53);
// line 54
echo "\t\t";
$context["section_title"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 54, $this->source); })()), "getProperty", [0 => "section_title"], "method", false, false, true, 54);
// line 55
echo "\t\t";
$context["showBreadcrumbs"] = ((array_key_exists("hideBreadcrumbs", $context)) ? ( !(isset($context["hideBreadcrumbs"]) || array_key_exists("hideBreadcrumbs", $context) ? $context["hideBreadcrumbs"] : (function () { throw new RuntimeError('Variable "hideBreadcrumbs" does not exist.', 55, $this->source); })())) : (true));
// line 56
echo "\t\t";
if (( !array_key_exists("document", $context) || !(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 56, $this->source); })()))) {
// line 57
echo "\t\t\t";
$context["document"] = Pimcore\Model\Document::getById(1);
// line 58
echo "\t\t";
}
// line 59
echo "\t\t";
if ((array_key_exists("training", $context) && ((isset($context["training"]) || array_key_exists("training", $context) ? $context["training"] : (function () { throw new RuntimeError('Variable "training" does not exist.', 59, $this->source); })()) == true))) {
// line 60
echo "\t\t\t";
$context["training_background"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 60, $this->source); })()), "getProperty", [0 => "training_background"], "method", false, false, true, 60);
// line 61
echo "\t\t\t<style>
\t\t\t\t@media(min-width: 992px) {
\t\t\t\t\t.section-pillar {
\t\t\t\t\t\tbackground-image: url(\"";
// line 64
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["training_background"]) || array_key_exists("training_background", $context) ? $context["training_background"] : (function () { throw new RuntimeError('Variable "training_background" does not exist.', 64, $this->source); })()), "thumbnail", [0 => "pillar"], "method", false, false, true, 64), 64, $this->source), "html", null, true);
echo "\");
\t\t\t\t\t}
\t\t\t\t}
\t\t\t</style>
\t\t";
} elseif ( // line 68
(isset($context["pillar_background"]) || array_key_exists("pillar_background", $context) ? $context["pillar_background"] : (function () { throw new RuntimeError('Variable "pillar_background" does not exist.', 68, $this->source); })())) {
// line 69
echo "\t\t\t<style>
\t\t\t\t@media(min-width: 992px) {
\t\t\t\t\t.section-pillar {
\t\t\t\t\t\tbackground-image: url(\"";
// line 72
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["pillar_background"]) || array_key_exists("pillar_background", $context) ? $context["pillar_background"] : (function () { throw new RuntimeError('Variable "pillar_background" does not exist.', 72, $this->source); })()), "thumbnail", [0 => "pillar"], "method", false, false, true, 72), 72, $this->source), "html", null, true);
echo "\");
\t\t\t\t\t}
\t\t\t\t}
\t\t\t</style>
\t\t";
}
// line 77
echo "
\t\t";
// line 78
if ((isset($context["training_pillar"]) || array_key_exists("training_pillar", $context) ? $context["training_pillar"] : (function () { throw new RuntimeError('Variable "training_pillar" does not exist.', 78, $this->source); })())) {
// line 79
echo "\t\t\t<style>
\t\t\t\t.training-pillar {
\t\t\t\t\tbackground-image: url(\"";
// line 82
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["training_pillar"]) || array_key_exists("training_pillar", $context) ? $context["training_pillar"] : (function () { throw new RuntimeError('Variable "training_pillar" does not exist.', 82, $this->source); })()), "thumbnail", [0 => "pillar"], "method", false, false, true, 82), 82, $this->source), "html", null, true);
echo "\");
\t\t\t\t}
\t\t\t</style>
\t\t";
}
// line 86
echo "
\t\t";
// line 87
if ((array_key_exists("document", $context) && ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 87, $this->source); })()), "id", [], "any", false, false, true, 87) == 1) || (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 87, $this->source); })()), "id", [], "any", false, false, true, 87) == 50)))) {
// line 88
echo "\t\t\t<!-- MailerLite Universal -->
\t\t\t<script>
\t\t\t\t(function (m, a, i, l, e, r) {
m['MailerLiteObject'] = e;
function f() {
var c = {
a: arguments,
q: []
};
var r = this.push(c);
return \"number\" != typeof r ? r : f.bind(c.q);
}
f.q = f.q || [];
m[e] = m[e] || f.bind(f.q);
m[e].q = m[e].q || f.q;
r = a.createElement(i);
var _ = a.getElementsByTagName(i)[0];
r.async = 1;
r.src = l + '?v' + (~~ (new Date().getTime() / 1000000));
_.parentNode.insertBefore(r, _);
})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
var ml_account = ml('accounts', '1215904', 't9u1w1z3z1', 'load');
\t\t\t</script>
\t\t\t<!-- End MailerLite Universal -->
\t\t";
}
// line 113
echo "\t</head>
\t<body ";
// line 114
if ((isset($context["theme_class"]) || array_key_exists("theme_class", $context) ? $context["theme_class"] : (function () { throw new RuntimeError('Variable "theme_class" does not exist.', 114, $this->source); })())) {
echo " class=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["theme_class"]) || array_key_exists("theme_class", $context) ? $context["theme_class"] : (function () { throw new RuntimeError('Variable "theme_class" does not exist.', 114, $this->source); })()), 114, $this->source), "html", null, true);
echo "\" ";
}
echo ">
\t\t";
// line 118
echo "
\t\t";
// line 121
echo "\t\t";
$context["navStartNode"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 121, $this->source); })()), "getProperty", [0 => "navigationRoot"], "method", false, false, true, 121);
// line 122
echo "\t\t\t";
if ( !$this->env->getTest('instanceof')->getCallable()((isset($context["navStartNode"]) || array_key_exists("navStartNode", $context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.', 122, $this->source); })()), "\\Pimcore\\Model\\Document\\Page")) {
// line 123
echo "\t\t";
$context["navStartNode"] = Pimcore\Model\Document::getById(1);
// line 124
echo "\t\t";
}
// line 125
echo "
\t\t";
// line 126
$context["mainNavigation"] = $this->env->getFunction('pimcore_build_nav')->getCallable()(["active" => // line 127
(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 127, $this->source); })()), "root" => // line 128
(isset($context["navStartNode"]) || array_key_exists("navStartNode", $context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.', 128, $this->source); })())]);
// line 130
echo "\t\t\t<header id=\"topheader\"> <nav id=\"topnav\" class=\"navbar navbar-expand-lg\">
\t\t\t\t<div class=\"container-xl\">
\t\t\t\t\t<a id=\"home\" class=\"navbar-brand\" href=\"/\">
\t\t\t\t\t\t<svg viewbox=\"0 0 2386 652\" class=\"d-none d-lg-block\" xmlns=\"http://www.w3.org/2000/svg\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" aria-label=\"CESSDA Home Page\">
\t\t\t\t\t\t\t<path d=\"M993.333 498.333h-92.5c-52.5 0-95-42.5-95-94.583V249.167c0-52.084 42.5-94.584 95-94.584l92.5-.416c9.584 0 17.5 7.916 17.5 17.5 0 9.583-7.916 17.5-17.5 17.916l-92.5.417c-32.916 0-59.583 26.667-59.583 59.583v154.584c0 32.916 26.667 59.583 59.583 59.583h92.5c9.584 0 17.5 7.917 17.5 17.5.417 9.167-7.5 17.083-17.5 17.083\" fill=\"#3E4C59\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<path d=\"M1254.17 498.75h-109.584c-52.5 0-95-42.5-95-95V249.583c0-52.5 42.5-95 95-95h44.167c52.5 0 95 42.5 95 95v85.834h-165c-9.583 0-17.5-7.917-17.5-17.5 0-9.584 7.917-17.5 17.5-17.5h130v-50.834c0-32.916-26.667-59.583-59.583-59.583h-44.167c-32.917 0-59.583 26.667-59.583 59.583v154.584c0 32.916 26.666 59.583 59.583 59.583h109.167c9.583 0 17.5 7.917 17.5 17.5s-7.917 17.5-17.5 17.5M2290.83 497.083h-54.583c-26.25 0-50.833-12.916-68.75-36.25-17.083-22.083-26.25-51.25-26.25-82.083 0-62.5 39.167-106.25 95-106.25h77.917c9.583 0 17.5 7.917 17.5 17.5s-7.917 17.5-17.5 17.5h-77.917c-35.833 0-59.583 28.333-59.583 70.833 0 45.834 26.666 82.917 59.583 82.917h54.583c32.917 0 59.584-26.667 59.584-59.583V247.5c0-32.917-26.667-59.583-59.584-59.583h-102.083c-9.583 0-17.5-7.917-17.5-17.5 0-9.584 7.917-17.5 17.5-17.5h102.083c52.5 0 95 42.5 95 95V402.5c0 52.083-42.5 94.583-95 94.583M1997.92 498.75h-55.834c-52.5 0-95-42.5-95-95V249.167c0-52.5 42.5-95 95-95h79.167c9.583 0 17.5 7.916 17.5 17.5 0 9.583-7.917 17.5-17.5 17.5h-79.167c-32.916 0-59.583 26.666-59.583 59.583v154.583c0 32.917 26.667 59.584 59.583 59.584h55.834c32.916 0 59.583-26.667 59.583-59.584V17.5c0-9.583 7.917-17.5 17.5-17.5s17.5 7.917 17.5 17.5v386.25c0 52.5-42.5 95-94.583 95M1457.08 498.75h-101.25c-9.583 0-17.5-7.917-17.5-17.5s7.917-17.5 17.5-17.5h101.25c31.667 0 57.5-25.833 57.5-57.5 0-27.083-19.166-50.833-45.833-56.25l-49.583-10.417c-7.917-1.25-19.167-4.583-22.5-5.833-35.834-13.75-59.584-48.333-59.584-86.667 0-51.25 41.667-92.5 92.5-92.5h76.25c9.584 0 17.5 7.917 17.5 17.5 0 9.584-7.916 17.5-17.5 17.5h-76.25c-31.666 0-57.5 25.834-57.5 57.5 0 23.75 15 45 36.667 53.75 1.667.834 10.833 3.334 16.25 4.167h.417l49.583 10.417c43.75 8.75 75 47.083 75 90.833 0 50.833-41.667 92.5-92.917 92.5M1704.17 498.75h-101.25c-9.584 0-17.5-7.917-17.5-17.5s7.916-17.5 17.5-17.5h101.25c31.666 0 57.5-25.833 57.5-57.5 0-27.083-19.167-50.833-45.834-56.25l-49.583-10.417c-7.917-1.25-19.167-4.583-22.5-5.833-35.833-13.75-59.583-48.333-59.583-86.667 0-51.25 41.666-92.5 92.5-92.5h76.25c9.583 0 17.5 7.917 17.5 17.5 0 9.584-7.917 17.5-17.5 17.5h-76.25c-31.667 0-57.5 25.834-57.5 57.5 0 23.75 15 45 37.083 53.75 1.667.834 10.833 3.334 16.25 4.167h.417l49.583 10.417c42.917 8.75 74.167 47.083 74.167 90.833.416 50.833-41.25 92.5-92.5 92.5\" fill=\"#3E4C59\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<circle cx=\"325.417\" cy=\"323.333\" r=\"54.167\" fill=\"#3E4C59\"/>
\t\t\t\t\t\t\t<path d=\"M537.5 143.75l-95.417-95C416.25 22.5 383.333 6.25 347.5 1.667 340 .417 332.5 0 325 0c-44.583 0-86.25 17.083-117.5 48.333L48.75 207.5C17.5 238.75 0 280.417 0 325s17.083 86.25 48.75 117.5l95.417 95.833c10 10 23.333 15.417 37.5 15.417 14.166 0 27.5-5.417 37.5-15.417S235 515 235 500.417c0-14.167-5.417-27.917-15.417-37.917l-95-95.833c-11.25-11.25-17.5-25.834-17.5-41.667 0-15.833 5.834-30.417 17.084-41.667l159.166-159.166c11.25-11.25 25.834-17.084 41.667-17.084 15.833 0 30.417 6.25 41.667 17.084l95.416 95c10 10 23.75 15.833 37.917 15.833 14.167 0 27.917-5.417 37.917-15.833 10-10 15.833-23.75 15.833-37.917-.417-13.75-5.833-27.5-16.25-37.5z\" fill=\"#2bb0ed\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<path d=\"M602.917 209.583L507.5 113.75c-10-10-23.333-15.417-37.5-15.417-14.167 0-27.5 5.417-37.5 15.417s-15.833 23.333-15.833 37.917c0 14.166 5.416 27.916 15.416 37.916l95 95.834c11.25 11.25 17.5 25.833 17.5 41.666 0 15.834-5.833 30.417-17.083 41.667L368.333 527.917C357.083 539.167 342.5 545 326.667 545c-15.834 0-30.417-6.25-41.667-17.083l-95.417-95c-10-10-23.75-15.834-37.916-15.834-14.167 0-27.917 5.417-37.917 15.834-10 10-15.833 23.75-15.833 37.916 0 14.167 5.416 27.917 15.833 37.917l95.417 95c25.833 25.833 58.75 42.083 95 47.083 7.5.834 15 1.667 22.5 1.667 44.583 0 85.833-17.083 117.5-48.333L603.333 445c31.25-31.25 48.334-72.917 48.334-117.5-.417-45-17.5-86.667-48.75-117.917z\" fill=\"#61d0f7\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<path d=\"M181.667 553.333c-2.5 0-5 0-7.084-.416-11.666-1.667-22.5-6.667-30.833-15l-95.417-95C17.5 411.25 0 369.583 0 325s17.083-86.25 48.333-117.5l75.834-75.833 74.583 77.083-74.583 74.583c-11.25 11.25-17.084 25.834-17.084 41.667 0 15.833 6.25 30.417 17.084 41.667l95.416 95c10 10 15.834 23.75 15.834 37.916 0 14.167-5.417 27.917-15.834 37.917-10 10.417-23.333 15.833-37.916 15.833z\" fill=\"#46aef1\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t</svg>
\t\t\t\t\t\t<svg id=\"mobilelogo\" class=\"d-block d-lg-none\" xmlns=\"http://www.w3.org/2000/svg\" viewbox=\"0 0 189 56\" aria-label=\"CESSDA Home Page\">
\t\t\t\t\t\t\t<path d=\"M79.29 41.35h-7.05c-3.99 0-7.24-3.24-7.24-7.23V22.34c0-3.99 3.25-7.23 7.24-7.23l7.05-.03h.01c.74 0 1.34.6 1.35 1.34 0 .74-.6 1.35-1.34 1.35l-7.05.03c-2.51 0-4.55 2.03-4.55 4.53v11.78c0 2.5 2.04 4.54 4.55 4.54h7.05c.74 0 1.35.6 1.35 1.35-.03.74-.63 1.35-1.37 1.35M99.17 41.37H90.8c-3.99 0-7.24-3.25-7.24-7.24V22.34c0-3.99 3.25-7.24 7.24-7.24h3.37c3.99 0 7.24 3.25 7.24 7.24v6.55h-12.6a1.35 1.35 0 0 1 0-2.7h9.9v-3.85c0-2.51-2.04-4.54-4.55-4.54H90.8c-2.51 0-4.54 2.04-4.54 4.54v11.79c0 2.51 2.04 4.54 4.54 4.54h8.37c.74 0 1.35.6 1.35 1.35-.01.75-.61 1.35-1.35 1.35M178.26 41.23h-4.17c-2 0-3.86-.98-5.23-2.76-1.29-1.68-2.01-3.9-2.01-6.26 0-4.78 2.98-8.11 7.24-8.11h5.93a1.35 1.35 0 0 1 0 2.7h-5.93c-2.72 0-4.55 2.18-4.55 5.42 0 3.49 2.04 6.33 4.55 6.33h4.17c2.51 0 4.55-2.04 4.55-4.54V22.2c0-2.5-2.04-4.54-4.55-4.54h-7.77a1.35 1.35 0 0 1 0-2.7h7.77c3.99 0 7.24 3.25 7.24 7.24V34c0 3.99-3.25 7.23-7.24 7.23M155.9 41.37h-4.26c-3.99 0-7.24-3.25-7.24-7.24v-11.8c0-3.99 3.25-7.24 7.24-7.24h6.04a1.35 1.35 0 0 1 0 2.7h-6.04c-2.51 0-4.55 2.04-4.55 4.54v11.8c0 2.51 2.04 4.54 4.55 4.54h4.26c2.51 0 4.55-2.04 4.55-4.54V4.66a1.35 1.35 0 0 1 2.7 0v29.47c-.01 3.99-3.26 7.24-7.25 7.24M114.66 41.37h-7.72a1.35 1.35 0 0 1 0-2.7h7.72c2.41 0 4.38-1.96 4.38-4.37 0-2.07-1.47-3.87-3.5-4.29l-3.77-.78c-.6-.11-1.46-.36-1.72-.46-2.72-1.04-4.55-3.69-4.55-6.6 0-3.9 3.17-7.07 7.07-7.07h5.83a1.35 1.35 0 0 1 0 2.7h-5.83c-2.41 0-4.38 1.96-4.38 4.37 0 1.8 1.13 3.44 2.81 4.09.13.05.81.25 1.25.33l.04.01 3.79.79c3.27.67 5.65 3.58 5.65 6.92 0 3.89-3.17 7.06-7.07 7.06M133.51 41.37h-7.72a1.35 1.35 0 0 1 0-2.7h7.72c2.41 0 4.38-1.96 4.38-4.37 0-2.07-1.47-3.87-3.5-4.29l-3.77-.78c-.6-.11-1.45-.36-1.72-.46-2.72-1.04-4.55-3.69-4.55-6.6 0-3.9 3.17-7.07 7.07-7.07h5.83a1.35 1.35 0 0 1 0 2.7h-5.83c-2.41 0-4.38 1.96-4.38 4.37 0 1.8 1.13 3.44 2.81 4.09.13.05.81.25 1.25.33l.04.01 3.79.79c3.27.67 5.65 3.58 5.65 6.92 0 3.89-3.17 7.06-7.07 7.06M32.49 27.99c0 2.29-1.85 4.14-4.14 4.14-2.29 0-4.14-1.85-4.14-4.14 0-2.29 1.85-4.14 4.14-4.14 2.28 0 4.14 1.85 4.14 4.14\"></path>
\t\t\t\t\t\t\t<path d=\"M35.62 11.38c.91-.9 2.12-1.4 3.41-1.4.61 0 1.2.12 1.75.33L37.26 6.8c-2.02-2.01-4.56-3.28-7.37-3.65-.58-.08-1.16-.11-1.73-.11-3.44 0-6.67 1.34-9.09 3.76L7.14 18.73c-.3.3-.59.62-.86.95-1.89 2.29-2.91 5.15-2.91 8.16 0 3.44 1.34 6.67 3.77 9.1l2.88 2.88.61.61v-.01l3.4 3.4c.45.45.98.77 1.55.99l.04.04c.06.02.13.03.19.05.06.02.11.03.17.05.19.05.39.1.59.13h.05c.18.02.35.05.53.05 1.18 0 2.29-.46 3.12-1.28l.01-.01c.01-.01.02-.01.02-.02.84-.84 1.3-1.95 1.3-3.13s-.46-2.3-1.3-3.13l-3.85-3.85-3.03-3.05a3.995 3.995 0 0 1-1.18-2.84c0-.83.25-1.62.72-2.29.13-.18.27-.36.43-.53l5.88-5.88 6.06-6.07c.75-.75 1.76-1.17 2.83-1.17s2.08.42 2.84 1.17l3.53 3.52c-.22-.56-.34-1.16-.33-1.78-.01-1.28.5-2.49 1.42-3.41\"></path>
\t\t\t\t\t\t\t<path d=\"M49.29 18.87l-6.94-6.99a4.404 4.404 0 0 0-3.11-1.27c-1.18 0-2.29.46-3.12 1.28-.84.83-1.31 1.95-1.31 3.13-.01 1.18.45 2.3 1.29 3.14l6.92 6.97c.76.76 1.18 1.77 1.18 2.84 0 1.07-.41 2.08-1.16 2.83L31.1 42.73c-.75.75-1.76 1.17-2.83 1.17s-2.08-.42-2.84-1.17l-3.49-3.49c.2.54.32 1.12.32 1.71 0 1.29-.5 2.51-1.42 3.43-.91.92-2.13 1.42-3.43 1.42a4.603 4.603 0 0 1-1.82-.36l3.57 3.57c2.02 2.01 4.56 3.28 7.37 3.65.57.08 1.15.11 1.73.11 3.44 0 6.67-1.33 9.09-3.76L49.3 37.06c2.42-2.43 3.76-5.66 3.76-9.1s-1.35-6.67-3.77-9.09\"></path>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</a>
\t\t\t\t\t<div id=\"htoggle\" class=\"navbar-toggler collapsed\" data-bs-toggle=\"collapse\" data-bs-target=\"#topNavMenu\" role=\"button\" aria-controls=\"topNavMenu\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
\t\t\t\t\t\t<div id=\"hamburger\">
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"collapse navbar-collapse justify-content-center\" id=\"topNavMenu\">
\t\t\t\t\t\t<ul class=\"navbar-nav mx-auto\">
\t\t\t\t\t\t\t";
// line 160
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["mainNavigation"]) || array_key_exists("mainNavigation", $context) ? $context["mainNavigation"] : (function () { throw new RuntimeError('Variable "mainNavigation" does not exist.', 160, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["page"]) {
// line 161
echo "\t\t\t\t\t\t\t\t";
if (((twig_get_attribute($this->env, $this->source, $context["page"], "documentType", [], "any", false, false, true, 161) == "page") && twig_get_attribute($this->env, $this->source, $context["page"], "visible", [], "any", false, false, true, 161))) {
// line 162
echo "\t\t\t\t\t\t\t\t\t";
$context["pagedoc"] = Pimcore\Model\Document::getById($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["page"], "id", [], "any", false, false, true, 162), 162, $this->source));
// line 163
echo "\t\t\t\t\t\t\t\t\t<li class=\"nav-item dropdown\">
\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle menu-toggle-";
// line 164
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["pagedoc"]) || array_key_exists("pagedoc", $context) ? $context["pagedoc"] : (function () { throw new RuntimeError('Variable "pagedoc" does not exist.', 164, $this->source); })()), "getProperty", [0 => "theme_class"], "method", false, false, true, 164), 164, $this->source), "html", null, true);
echo "\" href=\"#\" aria-label=\"Expand submenu\" id=\"Dropdown";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["page"], "id", [], "any", false, false, true, 164), 164, $this->source), "html", null, true);
echo "\" role=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 165
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["page"], "label", [], "any", false, false, true, 165), 165, $this->source), "html", null, true);
echo "
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu menu-";
// line 167
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["pagedoc"]) || array_key_exists("pagedoc", $context) ? $context["pagedoc"] : (function () { throw new RuntimeError('Variable "pagedoc" does not exist.', 167, $this->source); })()), "getProperty", [0 => "theme_class"], "method", false, false, true, 167), 167, $this->source), "html", null, true);
if (twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, true, 167)) {
echo " dropdown-menu-end";
}
echo "\" aria-labelledby=\"Dropdown";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["page"], "id", [], "any", false, false, true, 167), 167, $this->source), "html", null, true);
echo "\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 169
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($context["page"]);
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 170
echo "\t\t\t\t\t\t\t\t\t\t\t\t";
if (twig_get_attribute($this->env, $this->source, $context["child"], "visible", [], "any", false, false, true, 170)) {
// line 171
echo "\t\t\t\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
// line 172
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["child"], "uri", [], "any", false, false, true, 172), 172, $this->source), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["child"], "label", [], "any", false, false, true, 172), 172, $this->source), "html", null, true);
echo "</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 175
echo "\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 176
echo "
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 180
echo "\t\t\t\t\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 181
echo "\t\t\t\t\t\t</ul>
\t\t\t\t\t\t<ul class=\"navbar-nav\">
\t\t\t\t\t\t\t<li class=\"nav-item nav-icons justify-content-center justify-content-lg-end\">
\t\t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\" title=\"Event Calendar\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-calendar2-check\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path d=\"M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/>
\t\t\t\t\t\t\t\t\t\t<path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/>
\t\t\t\t\t\t\t\t\t\t<path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\" title=\"Contact\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" class=\"bi bi-envelope\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<a href=\"/sitemap\" title=\"Sitemap\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" fill=\"currentColor\" class=\"bi bi-diagram-3\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<a href=\"/search\" title=\"Search\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-search\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path d=\"M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</nav>
\t\t</header>
\t\t";
// line 220
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 220, $this->source); })()), "request", [], "any", false, false, true, 220), "schemeAndHttpHost", [], "any", false, false, true, 220) != "https://www.cessda.eu")) {
// line 221
echo "\t\t\t<div style=\"color:black;padding:15px;color:crimson;background:pink;text-align:center;font-size:18px;line-height:1;font-weight:600\">This is the
\t\t\t\t<span>DEVELOPMENT SYSTEM</span>
\t\t\t</div>
\t\t";
}
// line 225
echo "\t\t";
$this->displayBlock("content", $context, $blocks);
echo "
\t\t<footer class=\"py-5 footer-std\">
\t\t\t<div class=\"container-xl\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-12 col-lg-6 text-center text-lg-start order-2 order-lg-1 mt-5 mt-lg-0\">
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t<strong>CESSDA</strong><br>
\t\t\t\t\t\t\t<span>Consortium of European
\t\t\t\t\t\t\t\t<br>Social Science Data Archives</span>
\t\t\t\t\t\t</p><hr class=\"footer-hr\">
\t\t\t\t\t\t<p>Solheimsgaten 16<br>
\t\t\t\t\t\t\t5058 Bergen, Norway<br>
\t\t\t\t\t\t\t(+47) 40 10 09 64<br>
\t\t\t\t\t\t\t<a href=\"mailto:cessda@cessda.eu\">cessda@cessda.eu</a>
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t<a href=\"https://twitter.com/CESSDA_Data/\" class=\"socialfooter twitter\" target=\"_blank\">
\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" fill=\"currentColor\" viewbox=\"0 0 16 16\" aria-label=\"Twitter\">
\t\t\t\t\t\t\t\t\t<path d=\"M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z\"/>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t<a href=\"https://www.youtube.com/channel/UCqbZKb1Enh-WcFpg6t86wsA\" class=\"socialfooter youtube\" target=\"_blank\">
\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewbox=\"0 0 16 16\" aria-label=\"Youtube\">
\t\t\t\t\t\t\t\t\t<path d=\"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z\"/>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t<a href=\"https://www.linkedin.com/company/cessda\" class=\"socialfooter\" target=\"_blank\">
\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 16 16\" aria-label=\"LinkedIn\">
\t\t\t\t\t\t\t\t\t<path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z\"/>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<div class=\"credit\">
\t\t\t\t\t\t\t<a href=\"https://openconcept.no/en\" target=\"_blank\" rel=\"noopener\">Design & solution by Open Concept AS</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12 col-lg-6 text-center text-lg-start order-1 order-lg-2\">
\t\t\t\t\t\t<div class=\"footerlinks\">
\t\t\t\t\t\t\t<a href=\"/News-and-Events/News\">News</a><br>
\t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\">Events</a><br>
\t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\">Main Office</a>
\t\t\t\t\t\t\t<hr class=\"footer-hr\">
\t\t\t\t\t\t\t<a href=\"/Covid-19\">COVID-19</a><br>
\t\t\t\t\t\t\t<a href=\"/Privacy-Policy\">Privacy Policy and Cookies</a><br>
\t\t\t\t\t\t\t<a href=\"/Acceptable-Use-Policy\">Acceptable Use Policy</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</footer>
\t\t<div id=\"btn-back-to-top\">
\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-arrow-up-circle-fill\" viewbox=\"0 0 16 16\">
\t\t\t\t<path d=\"M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/>
\t\t\t</svg>
\t\t</div>
\t\t<script>
\t\t\tdocument.addEventListener(\"DOMContentLoaded\", function (event) {
var navicon = document.getElementById('htoggle');
var navEl = document.getElementById('hamburger');
function toggleMenu() {
navEl.classList.toggle('open');
};
navicon.addEventListener(\"click\", toggleMenu, false);
let topbutton = document.getElementById(\"btn-back-to-top\");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
topbutton.style.opacity = \"1\";
} else {
topbutton.style.opacity = \"0\";
}
}
// When the user clicks on the button, scroll to the top of the document
topbutton.addEventListener(\"click\", backToTop);
function backToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
});
\t\t</script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push([\"setDomains\", [\"*.cessda.eu\",\"*.www.cessda.eu\"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=\"https://cessda.matomo.cloud/\";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://cdn.matomo.cloud/cessda.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
\t</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function block_head_stylesheets($context, array $blocks = [])
{
$this->deferred->defer($this, 'head_stylesheets');
}
// line 23
public function block_head_stylesheets_deferred($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", "head_stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head_stylesheets"));
// line 24
echo "\t\t\t";
echo $this->env->getFunction('pimcore_head_link')->getCallable()();
echo "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function block_layout_head_meta($context, array $blocks = [])
{
$this->deferred->defer($this, 'layout_head_meta');
}
// line 28
public function block_layout_head_meta_deferred($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", "layout_head_meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta"));
// line 29
echo "\t\t\t";
echo $this->env->getFunction('pimcore_head_title')->getCallable()();
echo "
\t\t\t";
// line 30
echo $this->env->getFunction('pimcore_head_meta')->getCallable()();
echo "
\t\t\t";
// line 32
if (twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_placeholder')->getCallable()("canonical"), "count", [], "method", false, false, true, 32)) {
// line 33
echo "\t\t\t\t<link rel=\"canonical\" href=\"";
echo $this->env->getFunction('pimcore_placeholder')->getCallable()("canonical");
echo "\"/>
\t\t\t";
}
// line 35
echo "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function block_headscripts($context, array $blocks = [])
{
$this->deferred->defer($this, 'headscripts');
}
// line 42
public function block_headscripts_deferred($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", "headscripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headscripts"));
// line 43
echo "\t\t\t";
echo $this->env->getFunction('pimcore_head_script')->getCallable()();
echo "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function getTemplateName()
{
return "layouts/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 669 => 43, 659 => 42, 642 => 35, 636 => 33, 634 => 32, 629 => 30, 624 => 29, 614 => 28, 595 => 24, 585 => 23, 438 => 225, 432 => 221, 430 => 220, 389 => 181, 375 => 180, 369 => 176, 363 => 175, 355 => 172, 352 => 171, 349 => 170, 345 => 169, 335 => 167, 330 => 165, 324 => 164, 321 => 163, 318 => 162, 315 => 161, 298 => 160, 266 => 130, 264 => 128, 263 => 127, 262 => 126, 259 => 125, 256 => 124, 253 => 123, 250 => 122, 247 => 121, 243 => 118, 233 => 114, 230 => 113, 203 => 88, 201 => 87, 198 => 86, 191 => 82, 186 => 79, 184 => 78, 181 => 77, 173 => 72, 168 => 69, 166 => 68, 159 => 64, 154 => 61, 151 => 60, 148 => 59, 145 => 58, 142 => 57, 139 => 56, 136 => 55, 133 => 54, 130 => 53, 128 => 52, 124 => 50, 121 => 49, 119 => 48, 116 => 47, 113 => 46, 110 => 45, 107 => 42, 105 => 41, 102 => 40, 100 => 39, 96 => 37, 94 => 28, 90 => 26, 87 => 23, 84 => 22, 81 => 21, 79 => 20, 76 => 19, 73 => 18, 70 => 17, 67 => 16, 65 => 15, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"en\">
\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<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
\t\t<link rel=\"manifest\" href=\"/site.webmanifest\">
\t\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
\t\t<meta name=\"msapplication-TileColor\" content=\"#da532c\">
\t\t<meta name=\"theme-color\" content=\"#ffffff\">
\t\t{% do pimcore_head_link().appendStylesheet(asset('static/css/cessda.min.css')) %}
\t\t{% if document.getTitle() is not empty %}
\t\t\t{% do pimcore_head_title().set(document.getTitle()) %}
\t\t{% endif %}
\t\t{% if document.getDescription() is not empty %}
\t\t\t{% do pimcore_head_meta().setDescription(document.getDescription()) %}
\t\t{% endif %}
\t\t{% block head_stylesheets deferred %}
\t\t\t{{ pimcore_head_link() }}
\t\t{% endblock %}
\t\t{% block layout_head_meta deferred %}
\t\t\t{{ pimcore_head_title() }}
\t\t\t{{ pimcore_head_meta() }}
\t\t\t{% if pimcore_placeholder('canonical').count() %}
\t\t\t\t<link rel=\"canonical\" href=\"{{ pimcore_placeholder('canonical') }}\"/>
\t\t\t{% endif %}
\t\t{% endblock %}
\t\t{% do pimcore_head_script().appendFile(asset('static/js/bootstrap.bundle.min.js')) %}
\t\t{% do pimcore_head_script().appendFile(asset('static/js/lazysizes.min.js')) %}
\t\t{% block headscripts deferred %}
\t\t\t{{ pimcore_head_script() }}
\t\t{% endblock %}
\t\t{% set theme_class = document.getProperty('theme_class') %}
\t\t{% if training is defined and training == true %}
\t\t\t{% set theme_class = 'training' %}
\t\t{% endif %}
\t\t{% set pillar_background = document.getProperty('pillar_background') %}
\t\t{% set training_pillar = document.getProperty('training_pillar') %}
\t\t{% set section_title = document.getProperty('section_title') %}
\t\t{% set showBreadcrumbs = (hideBreadcrumbs is defined) ? not hideBreadcrumbs : true %}
\t\t{% if not document is defined or not document %}
\t\t\t{% set document = pimcore_document(1) %}
\t\t{% endif %}
\t\t{% if training is defined and training == true %}
\t\t\t{% set training_background = document.getProperty('training_background') %}
\t\t\t<style>
\t\t\t\t@media(min-width: 992px) {
\t\t\t\t\t.section-pillar {
\t\t\t\t\t\tbackground-image: url(\"{{ training_background.thumbnail('pillar') }}\");
\t\t\t\t\t}
\t\t\t\t}
\t\t\t</style>
\t\t{% elseif pillar_background %}
\t\t\t<style>
\t\t\t\t@media(min-width: 992px) {
\t\t\t\t\t.section-pillar {
\t\t\t\t\t\tbackground-image: url(\"{{ pillar_background.thumbnail('pillar') }}\");
\t\t\t\t\t}
\t\t\t\t}
\t\t\t</style>
\t\t{% endif %}
\t\t{% if training_pillar %}
\t\t\t<style>
\t\t\t\t.training-pillar {
\t\t\t\t\tbackground-image: url(\"{{ training_pillar.thumbnail('pillar') }}\");
\t\t\t\t}
\t\t\t</style>
\t\t{% endif %}
\t\t{% if document is defined and (document.id == 1 or document.id == 50) %}
\t\t\t<!-- MailerLite Universal -->
\t\t\t<script>
\t\t\t\t(function (m, a, i, l, e, r) {
m['MailerLiteObject'] = e;
function f() {
var c = {
a: arguments,
q: []
};
var r = this.push(c);
return \"number\" != typeof r ? r : f.bind(c.q);
}
f.q = f.q || [];
m[e] = m[e] || f.bind(f.q);
m[e].q = m[e].q || f.q;
r = a.createElement(i);
var _ = a.getElementsByTagName(i)[0];
r.async = 1;
r.src = l + '?v' + (~~ (new Date().getTime() / 1000000));
_.parentNode.insertBefore(r, _);
})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
var ml_account = ml('accounts', '1215904', 't9u1w1z3z1', 'load');
\t\t\t</script>
\t\t\t<!-- End MailerLite Universal -->
\t\t{% endif %}
\t</head>
\t<body {% if theme_class %} class=\"{{ theme_class }}\" {% endif %}>
\t\t{# get root node if there is no document defined (for pages which are routed directly through static route) #}
\t\t{# get the document which should be used to start in navigation | default home #}
\t\t{% set navStartNode = document.getProperty('navigationRoot') %}
\t\t\t{% if not navStartNode is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
\t\t{% set navStartNode = pimcore_document(1) %}
\t\t{% endif %}
\t\t{% set mainNavigation = pimcore_build_nav({
active: document,
root: navStartNode
}) %}
\t\t\t<header id=\"topheader\"> <nav id=\"topnav\" class=\"navbar navbar-expand-lg\">
\t\t\t\t<div class=\"container-xl\">
\t\t\t\t\t<a id=\"home\" class=\"navbar-brand\" href=\"/\">
\t\t\t\t\t\t<svg viewbox=\"0 0 2386 652\" class=\"d-none d-lg-block\" xmlns=\"http://www.w3.org/2000/svg\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" aria-label=\"CESSDA Home Page\">
\t\t\t\t\t\t\t<path d=\"M993.333 498.333h-92.5c-52.5 0-95-42.5-95-94.583V249.167c0-52.084 42.5-94.584 95-94.584l92.5-.416c9.584 0 17.5 7.916 17.5 17.5 0 9.583-7.916 17.5-17.5 17.916l-92.5.417c-32.916 0-59.583 26.667-59.583 59.583v154.584c0 32.916 26.667 59.583 59.583 59.583h92.5c9.584 0 17.5 7.917 17.5 17.5.417 9.167-7.5 17.083-17.5 17.083\" fill=\"#3E4C59\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<path d=\"M1254.17 498.75h-109.584c-52.5 0-95-42.5-95-95V249.583c0-52.5 42.5-95 95-95h44.167c52.5 0 95 42.5 95 95v85.834h-165c-9.583 0-17.5-7.917-17.5-17.5 0-9.584 7.917-17.5 17.5-17.5h130v-50.834c0-32.916-26.667-59.583-59.583-59.583h-44.167c-32.917 0-59.583 26.667-59.583 59.583v154.584c0 32.916 26.666 59.583 59.583 59.583h109.167c9.583 0 17.5 7.917 17.5 17.5s-7.917 17.5-17.5 17.5M2290.83 497.083h-54.583c-26.25 0-50.833-12.916-68.75-36.25-17.083-22.083-26.25-51.25-26.25-82.083 0-62.5 39.167-106.25 95-106.25h77.917c9.583 0 17.5 7.917 17.5 17.5s-7.917 17.5-17.5 17.5h-77.917c-35.833 0-59.583 28.333-59.583 70.833 0 45.834 26.666 82.917 59.583 82.917h54.583c32.917 0 59.584-26.667 59.584-59.583V247.5c0-32.917-26.667-59.583-59.584-59.583h-102.083c-9.583 0-17.5-7.917-17.5-17.5 0-9.584 7.917-17.5 17.5-17.5h102.083c52.5 0 95 42.5 95 95V402.5c0 52.083-42.5 94.583-95 94.583M1997.92 498.75h-55.834c-52.5 0-95-42.5-95-95V249.167c0-52.5 42.5-95 95-95h79.167c9.583 0 17.5 7.916 17.5 17.5 0 9.583-7.917 17.5-17.5 17.5h-79.167c-32.916 0-59.583 26.666-59.583 59.583v154.583c0 32.917 26.667 59.584 59.583 59.584h55.834c32.916 0 59.583-26.667 59.583-59.584V17.5c0-9.583 7.917-17.5 17.5-17.5s17.5 7.917 17.5 17.5v386.25c0 52.5-42.5 95-94.583 95M1457.08 498.75h-101.25c-9.583 0-17.5-7.917-17.5-17.5s7.917-17.5 17.5-17.5h101.25c31.667 0 57.5-25.833 57.5-57.5 0-27.083-19.166-50.833-45.833-56.25l-49.583-10.417c-7.917-1.25-19.167-4.583-22.5-5.833-35.834-13.75-59.584-48.333-59.584-86.667 0-51.25 41.667-92.5 92.5-92.5h76.25c9.584 0 17.5 7.917 17.5 17.5 0 9.584-7.916 17.5-17.5 17.5h-76.25c-31.666 0-57.5 25.834-57.5 57.5 0 23.75 15 45 36.667 53.75 1.667.834 10.833 3.334 16.25 4.167h.417l49.583 10.417c43.75 8.75 75 47.083 75 90.833 0 50.833-41.667 92.5-92.917 92.5M1704.17 498.75h-101.25c-9.584 0-17.5-7.917-17.5-17.5s7.916-17.5 17.5-17.5h101.25c31.666 0 57.5-25.833 57.5-57.5 0-27.083-19.167-50.833-45.834-56.25l-49.583-10.417c-7.917-1.25-19.167-4.583-22.5-5.833-35.833-13.75-59.583-48.333-59.583-86.667 0-51.25 41.666-92.5 92.5-92.5h76.25c9.583 0 17.5 7.917 17.5 17.5 0 9.584-7.917 17.5-17.5 17.5h-76.25c-31.667 0-57.5 25.834-57.5 57.5 0 23.75 15 45 37.083 53.75 1.667.834 10.833 3.334 16.25 4.167h.417l49.583 10.417c42.917 8.75 74.167 47.083 74.167 90.833.416 50.833-41.25 92.5-92.5 92.5\" fill=\"#3E4C59\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<circle cx=\"325.417\" cy=\"323.333\" r=\"54.167\" fill=\"#3E4C59\"/>
\t\t\t\t\t\t\t<path d=\"M537.5 143.75l-95.417-95C416.25 22.5 383.333 6.25 347.5 1.667 340 .417 332.5 0 325 0c-44.583 0-86.25 17.083-117.5 48.333L48.75 207.5C17.5 238.75 0 280.417 0 325s17.083 86.25 48.75 117.5l95.417 95.833c10 10 23.333 15.417 37.5 15.417 14.166 0 27.5-5.417 37.5-15.417S235 515 235 500.417c0-14.167-5.417-27.917-15.417-37.917l-95-95.833c-11.25-11.25-17.5-25.834-17.5-41.667 0-15.833 5.834-30.417 17.084-41.667l159.166-159.166c11.25-11.25 25.834-17.084 41.667-17.084 15.833 0 30.417 6.25 41.667 17.084l95.416 95c10 10 23.75 15.833 37.917 15.833 14.167 0 27.917-5.417 37.917-15.833 10-10 15.833-23.75 15.833-37.917-.417-13.75-5.833-27.5-16.25-37.5z\" fill=\"#2bb0ed\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<path d=\"M602.917 209.583L507.5 113.75c-10-10-23.333-15.417-37.5-15.417-14.167 0-27.5 5.417-37.5 15.417s-15.833 23.333-15.833 37.917c0 14.166 5.416 27.916 15.416 37.916l95 95.834c11.25 11.25 17.5 25.833 17.5 41.666 0 15.834-5.833 30.417-17.083 41.667L368.333 527.917C357.083 539.167 342.5 545 326.667 545c-15.834 0-30.417-6.25-41.667-17.083l-95.417-95c-10-10-23.75-15.834-37.916-15.834-14.167 0-27.917 5.417-37.917 15.834-10 10-15.833 23.75-15.833 37.916 0 14.167 5.416 27.917 15.833 37.917l95.417 95c25.833 25.833 58.75 42.083 95 47.083 7.5.834 15 1.667 22.5 1.667 44.583 0 85.833-17.083 117.5-48.333L603.333 445c31.25-31.25 48.334-72.917 48.334-117.5-.417-45-17.5-86.667-48.75-117.917z\" fill=\"#61d0f7\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t\t<path d=\"M181.667 553.333c-2.5 0-5 0-7.084-.416-11.666-1.667-22.5-6.667-30.833-15l-95.417-95C17.5 411.25 0 369.583 0 325s17.083-86.25 48.333-117.5l75.834-75.833 74.583 77.083-74.583 74.583c-11.25 11.25-17.084 25.834-17.084 41.667 0 15.833 6.25 30.417 17.084 41.667l95.416 95c10 10 15.834 23.75 15.834 37.916 0 14.167-5.417 27.917-15.834 37.917-10 10.417-23.333 15.833-37.916 15.833z\" fill=\"#46aef1\" fill-rule=\"nonzero\"/>
\t\t\t\t\t\t</svg>
\t\t\t\t\t\t<svg id=\"mobilelogo\" class=\"d-block d-lg-none\" xmlns=\"http://www.w3.org/2000/svg\" viewbox=\"0 0 189 56\" aria-label=\"CESSDA Home Page\">
\t\t\t\t\t\t\t<path d=\"M79.29 41.35h-7.05c-3.99 0-7.24-3.24-7.24-7.23V22.34c0-3.99 3.25-7.23 7.24-7.23l7.05-.03h.01c.74 0 1.34.6 1.35 1.34 0 .74-.6 1.35-1.34 1.35l-7.05.03c-2.51 0-4.55 2.03-4.55 4.53v11.78c0 2.5 2.04 4.54 4.55 4.54h7.05c.74 0 1.35.6 1.35 1.35-.03.74-.63 1.35-1.37 1.35M99.17 41.37H90.8c-3.99 0-7.24-3.25-7.24-7.24V22.34c0-3.99 3.25-7.24 7.24-7.24h3.37c3.99 0 7.24 3.25 7.24 7.24v6.55h-12.6a1.35 1.35 0 0 1 0-2.7h9.9v-3.85c0-2.51-2.04-4.54-4.55-4.54H90.8c-2.51 0-4.54 2.04-4.54 4.54v11.79c0 2.51 2.04 4.54 4.54 4.54h8.37c.74 0 1.35.6 1.35 1.35-.01.75-.61 1.35-1.35 1.35M178.26 41.23h-4.17c-2 0-3.86-.98-5.23-2.76-1.29-1.68-2.01-3.9-2.01-6.26 0-4.78 2.98-8.11 7.24-8.11h5.93a1.35 1.35 0 0 1 0 2.7h-5.93c-2.72 0-4.55 2.18-4.55 5.42 0 3.49 2.04 6.33 4.55 6.33h4.17c2.51 0 4.55-2.04 4.55-4.54V22.2c0-2.5-2.04-4.54-4.55-4.54h-7.77a1.35 1.35 0 0 1 0-2.7h7.77c3.99 0 7.24 3.25 7.24 7.24V34c0 3.99-3.25 7.23-7.24 7.23M155.9 41.37h-4.26c-3.99 0-7.24-3.25-7.24-7.24v-11.8c0-3.99 3.25-7.24 7.24-7.24h6.04a1.35 1.35 0 0 1 0 2.7h-6.04c-2.51 0-4.55 2.04-4.55 4.54v11.8c0 2.51 2.04 4.54 4.55 4.54h4.26c2.51 0 4.55-2.04 4.55-4.54V4.66a1.35 1.35 0 0 1 2.7 0v29.47c-.01 3.99-3.26 7.24-7.25 7.24M114.66 41.37h-7.72a1.35 1.35 0 0 1 0-2.7h7.72c2.41 0 4.38-1.96 4.38-4.37 0-2.07-1.47-3.87-3.5-4.29l-3.77-.78c-.6-.11-1.46-.36-1.72-.46-2.72-1.04-4.55-3.69-4.55-6.6 0-3.9 3.17-7.07 7.07-7.07h5.83a1.35 1.35 0 0 1 0 2.7h-5.83c-2.41 0-4.38 1.96-4.38 4.37 0 1.8 1.13 3.44 2.81 4.09.13.05.81.25 1.25.33l.04.01 3.79.79c3.27.67 5.65 3.58 5.65 6.92 0 3.89-3.17 7.06-7.07 7.06M133.51 41.37h-7.72a1.35 1.35 0 0 1 0-2.7h7.72c2.41 0 4.38-1.96 4.38-4.37 0-2.07-1.47-3.87-3.5-4.29l-3.77-.78c-.6-.11-1.45-.36-1.72-.46-2.72-1.04-4.55-3.69-4.55-6.6 0-3.9 3.17-7.07 7.07-7.07h5.83a1.35 1.35 0 0 1 0 2.7h-5.83c-2.41 0-4.38 1.96-4.38 4.37 0 1.8 1.13 3.44 2.81 4.09.13.05.81.25 1.25.33l.04.01 3.79.79c3.27.67 5.65 3.58 5.65 6.92 0 3.89-3.17 7.06-7.07 7.06M32.49 27.99c0 2.29-1.85 4.14-4.14 4.14-2.29 0-4.14-1.85-4.14-4.14 0-2.29 1.85-4.14 4.14-4.14 2.28 0 4.14 1.85 4.14 4.14\"></path>
\t\t\t\t\t\t\t<path d=\"M35.62 11.38c.91-.9 2.12-1.4 3.41-1.4.61 0 1.2.12 1.75.33L37.26 6.8c-2.02-2.01-4.56-3.28-7.37-3.65-.58-.08-1.16-.11-1.73-.11-3.44 0-6.67 1.34-9.09 3.76L7.14 18.73c-.3.3-.59.62-.86.95-1.89 2.29-2.91 5.15-2.91 8.16 0 3.44 1.34 6.67 3.77 9.1l2.88 2.88.61.61v-.01l3.4 3.4c.45.45.98.77 1.55.99l.04.04c.06.02.13.03.19.05.06.02.11.03.17.05.19.05.39.1.59.13h.05c.18.02.35.05.53.05 1.18 0 2.29-.46 3.12-1.28l.01-.01c.01-.01.02-.01.02-.02.84-.84 1.3-1.95 1.3-3.13s-.46-2.3-1.3-3.13l-3.85-3.85-3.03-3.05a3.995 3.995 0 0 1-1.18-2.84c0-.83.25-1.62.72-2.29.13-.18.27-.36.43-.53l5.88-5.88 6.06-6.07c.75-.75 1.76-1.17 2.83-1.17s2.08.42 2.84 1.17l3.53 3.52c-.22-.56-.34-1.16-.33-1.78-.01-1.28.5-2.49 1.42-3.41\"></path>
\t\t\t\t\t\t\t<path d=\"M49.29 18.87l-6.94-6.99a4.404 4.404 0 0 0-3.11-1.27c-1.18 0-2.29.46-3.12 1.28-.84.83-1.31 1.95-1.31 3.13-.01 1.18.45 2.3 1.29 3.14l6.92 6.97c.76.76 1.18 1.77 1.18 2.84 0 1.07-.41 2.08-1.16 2.83L31.1 42.73c-.75.75-1.76 1.17-2.83 1.17s-2.08-.42-2.84-1.17l-3.49-3.49c.2.54.32 1.12.32 1.71 0 1.29-.5 2.51-1.42 3.43-.91.92-2.13 1.42-3.43 1.42a4.603 4.603 0 0 1-1.82-.36l3.57 3.57c2.02 2.01 4.56 3.28 7.37 3.65.57.08 1.15.11 1.73.11 3.44 0 6.67-1.33 9.09-3.76L49.3 37.06c2.42-2.43 3.76-5.66 3.76-9.1s-1.35-6.67-3.77-9.09\"></path>
\t\t\t\t\t\t</svg>
\t\t\t\t\t</a>
\t\t\t\t\t<div id=\"htoggle\" class=\"navbar-toggler collapsed\" data-bs-toggle=\"collapse\" data-bs-target=\"#topNavMenu\" role=\"button\" aria-controls=\"topNavMenu\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
\t\t\t\t\t\t<div id=\"hamburger\">
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t\t<span></span>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"collapse navbar-collapse justify-content-center\" id=\"topNavMenu\">
\t\t\t\t\t\t<ul class=\"navbar-nav mx-auto\">
\t\t\t\t\t\t\t{% for page in mainNavigation %}
\t\t\t\t\t\t\t\t{% if page.documentType == 'page' and page.visible %}
\t\t\t\t\t\t\t\t\t{% set pagedoc = pimcore_document(page.id) %}
\t\t\t\t\t\t\t\t\t<li class=\"nav-item dropdown\">
\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle menu-toggle-{{ pagedoc.getProperty('theme_class') }}\" href=\"#\" aria-label=\"Expand submenu\" id=\"Dropdown{{ page.id }}\" role=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
\t\t\t\t\t\t\t\t\t\t\t{{ page.label }}
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu menu-{{ pagedoc.getProperty('theme_class') }}{% if loop.last %} dropdown-menu-end{% endif %}\" aria-labelledby=\"Dropdown{{ page.id }}\">
\t\t\t\t\t\t\t\t\t\t\t{% for child in page %}
\t\t\t\t\t\t\t\t\t\t\t\t{% if child.visible %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ child.uri }}\">{{ child.label }}</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t</ul>
\t\t\t\t\t\t<ul class=\"navbar-nav\">
\t\t\t\t\t\t\t<li class=\"nav-item nav-icons justify-content-center justify-content-lg-end\">
\t\t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\" title=\"Event Calendar\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-calendar2-check\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path d=\"M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z\"/>
\t\t\t\t\t\t\t\t\t\t<path d=\"M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z\"/>
\t\t\t\t\t\t\t\t\t\t<path d=\"M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\" title=\"Contact\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" class=\"bi bi-envelope\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path d=\"M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<a href=\"/sitemap\" title=\"Sitemap\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" fill=\"currentColor\" class=\"bi bi-diagram-3\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path fill-rule=\"evenodd\" d=\"M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<a href=\"/search\" title=\"Search\">
\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"currentColor\" class=\"bi bi-search\" viewbox=\"0 0 16 16\">
\t\t\t\t\t\t\t\t\t\t<path d=\"M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z\"/>
\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</nav>
\t\t</header>
\t\t{% if app.request.schemeAndHttpHost != 'https://www.cessda.eu' %}
\t\t\t<div style=\"color:black;padding:15px;color:crimson;background:pink;text-align:center;font-size:18px;line-height:1;font-weight:600\">This is the
\t\t\t\t<span>DEVELOPMENT SYSTEM</span>
\t\t\t</div>
\t\t{% endif %}
\t\t{{ block('content') }}
\t\t<footer class=\"py-5 footer-std\">
\t\t\t<div class=\"container-xl\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-12 col-lg-6 text-center text-lg-start order-2 order-lg-1 mt-5 mt-lg-0\">
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t<strong>CESSDA</strong><br>
\t\t\t\t\t\t\t<span>Consortium of European
\t\t\t\t\t\t\t\t<br>Social Science Data Archives</span>
\t\t\t\t\t\t</p><hr class=\"footer-hr\">
\t\t\t\t\t\t<p>Solheimsgaten 16<br>
\t\t\t\t\t\t\t5058 Bergen, Norway<br>
\t\t\t\t\t\t\t(+47) 40 10 09 64<br>
\t\t\t\t\t\t\t<a href=\"mailto:cessda@cessda.eu\">cessda@cessda.eu</a>
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t<a href=\"https://twitter.com/CESSDA_Data/\" class=\"socialfooter twitter\" target=\"_blank\">
\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" fill=\"currentColor\" viewbox=\"0 0 16 16\" aria-label=\"Twitter\">
\t\t\t\t\t\t\t\t\t<path d=\"M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z\"/>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t<a href=\"https://www.youtube.com/channel/UCqbZKb1Enh-WcFpg6t86wsA\" class=\"socialfooter youtube\" target=\"_blank\">
\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewbox=\"0 0 16 16\" aria-label=\"Youtube\">
\t\t\t\t\t\t\t\t\t<path d=\"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z\"/>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t<a href=\"https://www.linkedin.com/company/cessda\" class=\"socialfooter\" target=\"_blank\">
\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 16 16\" aria-label=\"LinkedIn\">
\t\t\t\t\t\t\t\t\t<path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z\"/>
\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</p>
\t\t\t\t\t\t<div class=\"credit\">
\t\t\t\t\t\t\t<a href=\"https://openconcept.no/en\" target=\"_blank\" rel=\"noopener\">Design & solution by Open Concept AS</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-12 col-lg-6 text-center text-lg-start order-1 order-lg-2\">
\t\t\t\t\t\t<div class=\"footerlinks\">
\t\t\t\t\t\t\t<a href=\"/News-and-Events/News\">News</a><br>
\t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\">Events</a><br>
\t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\">Main Office</a>
\t\t\t\t\t\t\t<hr class=\"footer-hr\">
\t\t\t\t\t\t\t<a href=\"/Covid-19\">COVID-19</a><br>
\t\t\t\t\t\t\t<a href=\"/Privacy-Policy\">Privacy Policy and Cookies</a><br>
\t\t\t\t\t\t\t<a href=\"/Acceptable-Use-Policy\">Acceptable Use Policy</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</footer>
\t\t<div id=\"btn-back-to-top\">
\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-arrow-up-circle-fill\" viewbox=\"0 0 16 16\">
\t\t\t\t<path d=\"M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z\"/>
\t\t\t</svg>
\t\t</div>
\t\t<script>
\t\t\tdocument.addEventListener(\"DOMContentLoaded\", function (event) {
var navicon = document.getElementById('htoggle');
var navEl = document.getElementById('hamburger');
function toggleMenu() {
navEl.classList.toggle('open');
};
navicon.addEventListener(\"click\", toggleMenu, false);
let topbutton = document.getElementById(\"btn-back-to-top\");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
topbutton.style.opacity = \"1\";
} else {
topbutton.style.opacity = \"0\";
}
}
// When the user clicks on the button, scroll to the top of the document
topbutton.addEventListener(\"click\", backToTop);
function backToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
});
\t\t</script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push([\"setDomains\", [\"*.cessda.eu\",\"*.www.cessda.eu\"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=\"https://cessda.matomo.cloud/\";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://cdn.matomo.cloud/cessda.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
\t</body>
</html>
", "layouts/layout.html.twig", "/sites/pimcore/cessda-dev/templates/layouts/layout.html.twig");
}
public function checkSecurity()
{
static $tags = array("do" => 15, "if" => 16, "block" => 23, "set" => 45, "for" => 160);
static $filters = array("escape" => 64);
static $functions = array("pimcore_head_link" => 15, "asset" => 15, "pimcore_head_title" => 17, "pimcore_head_meta" => 21, "pimcore_head_script" => 39, "pimcore_document" => 57, "pimcore_build_nav" => 126, "pimcore_placeholder" => 32);
try {
$this->sandbox->checkSecurity(
['do', 'if', 'block', 'set', 'for'],
['escape'],
['pimcore_head_link', 'asset', 'pimcore_head_title', 'pimcore_head_meta', 'pimcore_head_script', 'pimcore_document', 'pimcore_build_nav', 'pimcore_placeholder']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
private $deferred;
}