var/cache/dev/twig/22/2292acd0fc06a9b6ba248968945414e9.php line 39

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* layouts/layout.html.twig */
  14. class __TwigTemplate_8f943b26cdd5c68a8233a95e0dd50bd1 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'head_stylesheets' => [$this'block_head_stylesheets'],
  25.             'layout_head_meta' => [$this'block_layout_head_meta'],
  26.             'headscripts' => [$this'block_headscripts'],
  27.         ];
  28.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  29.         $this->checkSecurity();
  30.         $this->deferred $this->env->getExtension('Twig\DeferredExtension\DeferredExtension');
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layouts/layout.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layouts/layout.html.twig"));
  39.         // line 1
  40.         echo "<!DOCTYPE html>
  41. <html lang=\"en\">
  42. \t<head>
  43. \t\t<meta charset=\"utf-8\">
  44. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  45. \t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  46. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  47. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  48. \t\t<link rel=\"manifest\" href=\"/site.webmanifest\">
  49. \t\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
  50. \t\t<meta name=\"msapplication-TileColor\" content=\"#da532c\">
  51. \t\t<meta name=\"theme-color\" content=\"#ffffff\">
  52. \t\t";
  53.         // line 15
  54.         twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", [=> $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/css/cessda.min.css")], "method"falsefalsetrue15);
  55.         // line 16
  56.         echo "\t\t";
  57.         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"falsefalsetrue16))) {
  58.             // line 17
  59.             echo "\t\t\t";
  60.             twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_title')->getCallable()(), "set", [=> 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"falsefalsetrue17)], "method"falsefalsetrue17);
  61.             // line 18
  62.             echo "\t\t";
  63.         }
  64.         // line 19
  65.         echo "
  66. \t\t";
  67.         // line 20
  68.         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"falsefalsetrue20))) {
  69.             // line 21
  70.             echo "\t\t\t";
  71.             twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "setDescription", [=> 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"falsefalsetrue21)], "method"falsefalsetrue21);
  72.             // line 22
  73.             echo "\t\t";
  74.         }
  75.         // line 23
  76.         echo "\t\t";
  77.         $this->displayBlock('head_stylesheets'$context$blocks);
  78.         // line 26
  79.         echo "
  80. \t\t";
  81.         // line 28
  82.         $this->displayBlock('layout_head_meta'$context$blocks);
  83.         // line 37
  84.         echo "
  85. \t\t";
  86.         // line 39
  87.         twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [=> $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/bootstrap.bundle.min.js")], "method"falsefalsetrue39);
  88.         // line 40
  89.         echo "
  90. \t\t";
  91.         // line 41
  92.         twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [=> $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/lazysizes.min.js")], "method"falsefalsetrue41);
  93.         // line 42
  94.         echo "\t\t";
  95.         $this->displayBlock('headscripts'$context$blocks);
  96.         // line 45
  97.         echo "\t\t";
  98.         $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", [=> "theme_class"], "method"falsefalsetrue45);
  99.         // line 46
  100.         echo "\t\t";
  101.         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))) {
  102.             // line 47
  103.             echo "
  104. \t\t\t";
  105.             // line 48
  106.             $context["theme_class"] = "training";
  107.             // line 49
  108.             echo "\t\t";
  109.         }
  110.         // line 50
  111.         echo "
  112. \t\t";
  113.         // line 52
  114.         $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", [=> "pillar_background"], "method"falsefalsetrue52);
  115.         // line 53
  116.         echo "\t\t";
  117.         $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", [=> "training_pillar"], "method"falsefalsetrue53);
  118.         // line 54
  119.         echo "\t\t";
  120.         $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", [=> "section_title"], "method"falsefalsetrue54);
  121.         // line 55
  122.         echo "\t\t";
  123.         $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));
  124.         // line 56
  125.         echo "\t\t";
  126.         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); })()))) {
  127.             // line 57
  128.             echo "\t\t\t";
  129.             $context["document"] = Pimcore\Model\Document::getById(1);
  130.             // line 58
  131.             echo "\t\t";
  132.         }
  133.         // line 59
  134.         echo "\t\t";
  135.         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))) {
  136.             // line 60
  137.             echo "\t\t\t";
  138.             $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", [=> "training_background"], "method"falsefalsetrue60);
  139.             // line 61
  140.             echo "\t\t\t<style>
  141. \t\t\t\t@media(min-width: 992px) {
  142. \t\t\t\t\t.section-pillar {
  143. \t\t\t\t\t\tbackground-image: url(\"";
  144.             // line 64
  145.             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", [=> "pillar"], "method"falsefalsetrue64), 64$this->source), "html"nulltrue);
  146.             echo "\");
  147. \t\t\t\t\t}
  148. \t\t\t\t}
  149. \t\t\t</style>
  150. \t\t";
  151.         } elseif (        // line 68
  152. (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); })())) {
  153.             // line 69
  154.             echo "\t\t\t<style>
  155. \t\t\t\t@media(min-width: 992px) {
  156. \t\t\t\t\t.section-pillar {
  157. \t\t\t\t\t\tbackground-image: url(\"";
  158.             // line 72
  159.             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", [=> "pillar"], "method"falsefalsetrue72), 72$this->source), "html"nulltrue);
  160.             echo "\");
  161. \t\t\t\t\t}
  162. \t\t\t\t}
  163. \t\t\t</style>
  164. \t\t";
  165.         }
  166.         // line 77
  167.         echo "
  168. \t\t";
  169.         // line 78
  170.         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); })())) {
  171.             // line 79
  172.             echo "\t\t\t<style>
  173. \t\t\t\t.training-pillar {
  174. \t\t\t\t\tbackground-image: url(\"";
  175.             // line 82
  176.             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", [=> "pillar"], "method"falsefalsetrue82), 82$this->source), "html"nulltrue);
  177.             echo "\");
  178. \t\t\t\t}
  179. \t\t\t</style>
  180. \t\t";
  181.         }
  182.         // line 86
  183.         echo "
  184. \t\t";
  185.         // line 87
  186.         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"falsefalsetrue87) == 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"falsefalsetrue87) == 50)))) {
  187.             // line 88
  188.             echo "\t\t\t<!-- MailerLite Universal -->
  189. \t\t\t<script>
  190. \t\t\t\t(function (m, a, i, l, e, r) {
  191. m['MailerLiteObject'] = e;
  192. function f() {
  193. var c = {
  194. a: arguments,
  195. q: []
  196. };
  197. var r = this.push(c);
  198. return \"number\" != typeof r ? r : f.bind(c.q);
  199. }
  200. f.q = f.q || [];
  201. m[e] = m[e] || f.bind(f.q);
  202. m[e].q = m[e].q || f.q;
  203. r = a.createElement(i);
  204. var _ = a.getElementsByTagName(i)[0];
  205. r.async = 1;
  206. r.src = l + '?v' + (~~ (new Date().getTime() / 1000000));
  207. _.parentNode.insertBefore(r, _);
  208. })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
  209. var ml_account = ml('accounts', '1215904', 't9u1w1z3z1', 'load');
  210. \t\t\t</script>
  211. \t\t\t<!-- End MailerLite Universal -->
  212. \t\t";
  213.         }
  214.         // line 113
  215.         echo "\t</head>
  216. \t<body ";
  217.         // line 114
  218.         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); })())) {
  219.             echo " class=\"";
  220.             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"nulltrue);
  221.             echo "\" ";
  222.         }
  223.         echo ">
  224. \t\t";
  225.         // line 118
  226.         echo "
  227. \t\t";
  228.         // line 121
  229.         echo "\t\t";
  230.         $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", [=> "navigationRoot"], "method"falsefalsetrue121);
  231.         // line 122
  232.         echo "\t\t\t";
  233.         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")) {
  234.             // line 123
  235.             echo "\t\t";
  236.             $context["navStartNode"] = Pimcore\Model\Document::getById(1);
  237.             // line 124
  238.             echo "\t\t";
  239.         }
  240.         // line 125
  241.         echo "
  242. \t\t";
  243.         // line 126
  244.         $context["mainNavigation"] = $this->env->getFunction('pimcore_build_nav')->getCallable()(["active" =>         // line 127
  245. (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
  246. (isset($context["navStartNode"]) || array_key_exists("navStartNode"$context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.'128$this->source); })())]);
  247.         // line 130
  248.         echo "\t\t\t<header id=\"topheader\"> <nav id=\"topnav\" class=\"navbar navbar-expand-lg\">
  249. \t\t\t\t<div class=\"container-xl\">
  250. \t\t\t\t\t<a id=\"home\" class=\"navbar-brand\" href=\"/\">
  251. \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\">
  252. \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\"/>
  253. \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\"/>
  254. \t\t\t\t\t\t\t<circle cx=\"325.417\" cy=\"323.333\" r=\"54.167\" fill=\"#3E4C59\"/>
  255. \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\"/>
  256. \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\"/>
  257. \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\"/>
  258. \t\t\t\t\t\t</svg>
  259. \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\">
  260. \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>
  261. \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>
  262. \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>
  263. \t\t\t\t\t\t</svg>
  264. \t\t\t\t\t</a>
  265. \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\">
  266. \t\t\t\t\t\t<div id=\"hamburger\">
  267. \t\t\t\t\t\t\t<span></span>
  268. \t\t\t\t\t\t\t<span></span>
  269. \t\t\t\t\t\t\t<span></span>
  270. \t\t\t\t\t\t\t<span></span>
  271. \t\t\t\t\t\t</div>
  272. \t\t\t\t\t</div>
  273. \t\t\t\t\t<div class=\"collapse navbar-collapse justify-content-center\" id=\"topNavMenu\">
  274. \t\t\t\t\t\t<ul class=\"navbar-nav mx-auto\">
  275. \t\t\t\t\t\t\t";
  276.         // line 160
  277.         $context['_parent'] = $context;
  278.         $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); })()));
  279.         $context['loop'] = [
  280.           'parent' => $context['_parent'],
  281.           'index0' => 0,
  282.           'index'  => 1,
  283.           'first'  => true,
  284.         ];
  285.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  286.             $length count($context['_seq']);
  287.             $context['loop']['revindex0'] = $length 1;
  288.             $context['loop']['revindex'] = $length;
  289.             $context['loop']['length'] = $length;
  290.             $context['loop']['last'] = === $length;
  291.         }
  292.         foreach ($context['_seq'] as $context["_key"] => $context["page"]) {
  293.             // line 161
  294.             echo "\t\t\t\t\t\t\t\t";
  295.             if (((twig_get_attribute($this->env$this->source$context["page"], "documentType", [], "any"falsefalsetrue161) == "page") && twig_get_attribute($this->env$this->source$context["page"], "visible", [], "any"falsefalsetrue161))) {
  296.                 // line 162
  297.                 echo "\t\t\t\t\t\t\t\t\t";
  298.                 $context["pagedoc"] = Pimcore\Model\Document::getById($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["page"], "id", [], "any"falsefalsetrue162), 162$this->source));
  299.                 // line 163
  300.                 echo "\t\t\t\t\t\t\t\t\t<li class=\"nav-item dropdown\">
  301. \t\t\t\t\t\t\t\t\t\t<a class=\"nav-link dropdown-toggle menu-toggle-";
  302.                 // line 164
  303.                 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", [=> "theme_class"], "method"falsefalsetrue164), 164$this->source), "html"nulltrue);
  304.                 echo "\" href=\"#\" aria-label=\"Expand submenu\" id=\"Dropdown";
  305.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["page"], "id", [], "any"falsefalsetrue164), 164$this->source), "html"nulltrue);
  306.                 echo "\" role=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">
  307. \t\t\t\t\t\t\t\t\t\t\t";
  308.                 // line 165
  309.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["page"], "label", [], "any"falsefalsetrue165), 165$this->source), "html"nulltrue);
  310.                 echo "
  311. \t\t\t\t\t\t\t\t\t\t</a>
  312. \t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu menu-";
  313.                 // line 167
  314.                 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", [=> "theme_class"], "method"falsefalsetrue167), 167$this->source), "html"nulltrue);
  315.                 if (twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsetrue167)) {
  316.                     echo " dropdown-menu-end";
  317.                 }
  318.                 echo "\" aria-labelledby=\"Dropdown";
  319.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["page"], "id", [], "any"falsefalsetrue167), 167$this->source), "html"nulltrue);
  320.                 echo "\">
  321. \t\t\t\t\t\t\t\t\t\t\t";
  322.                 // line 169
  323.                 $context['_parent'] = $context;
  324.                 $context['_seq'] = twig_ensure_traversable($context["page"]);
  325.                 foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  326.                     // line 170
  327.                     echo "\t\t\t\t\t\t\t\t\t\t\t\t";
  328.                     if (twig_get_attribute($this->env$this->source$context["child"], "visible", [], "any"falsefalsetrue170)) {
  329.                         // line 171
  330.                         echo "\t\t\t\t\t\t\t\t\t\t\t\t\t<li>
  331. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"";
  332.                         // line 172
  333.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["child"], "uri", [], "any"falsefalsetrue172), 172$this->source), "html"nulltrue);
  334.                         echo "\">";
  335.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["child"], "label", [], "any"falsefalsetrue172), 172$this->source), "html"nulltrue);
  336.                         echo "</a>
  337. \t\t\t\t\t\t\t\t\t\t\t\t\t</li>
  338. \t\t\t\t\t\t\t\t\t\t\t\t";
  339.                     }
  340.                     // line 175
  341.                     echo "\t\t\t\t\t\t\t\t\t\t\t";
  342.                 }
  343.                 $_parent $context['_parent'];
  344.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  345.                 $context array_intersect_key($context$_parent) + $_parent;
  346.                 // line 176
  347.                 echo "
  348. \t\t\t\t\t\t\t\t\t\t</ul>
  349. \t\t\t\t\t\t\t\t\t</li>
  350. \t\t\t\t\t\t\t\t";
  351.             }
  352.             // line 180
  353.             echo "\t\t\t\t\t\t\t";
  354.             ++$context['loop']['index0'];
  355.             ++$context['loop']['index'];
  356.             $context['loop']['first'] = false;
  357.             if (isset($context['loop']['length'])) {
  358.                 --$context['loop']['revindex0'];
  359.                 --$context['loop']['revindex'];
  360.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  361.             }
  362.         }
  363.         $_parent $context['_parent'];
  364.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['page'], $context['_parent'], $context['loop']);
  365.         $context array_intersect_key($context$_parent) + $_parent;
  366.         // line 181
  367.         echo "\t\t\t\t\t\t</ul>
  368. \t\t\t\t\t\t<ul class=\"navbar-nav\">
  369. \t\t\t\t\t\t\t<li class=\"nav-item nav-icons justify-content-center justify-content-lg-end\">
  370. \t\t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\" title=\"Event Calendar\">
  371. \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\">
  372. \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\"/>
  373. \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\"/>
  374. \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\"/>
  375. \t\t\t\t\t\t\t\t\t</svg>
  376. \t\t\t\t\t\t\t\t</a>
  377. \t\t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\" title=\"Contact\">
  378. \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\">
  379. \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\"/>
  380. \t\t\t\t\t\t\t\t\t</svg>
  381. \t\t\t\t\t\t\t\t</a>
  382. \t\t\t\t\t\t\t\t<a href=\"/sitemap\" title=\"Sitemap\">
  383. \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\">
  384. \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\"/>
  385. \t\t\t\t\t\t\t\t\t</svg>
  386. \t\t\t\t\t\t\t\t</a>
  387. \t\t\t\t\t\t\t\t<a href=\"/search\" title=\"Search\">
  388. \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\">
  389. \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\"/>
  390. \t\t\t\t\t\t\t\t\t</svg>
  391. \t\t\t\t\t\t\t\t</a>
  392. \t\t\t\t\t\t\t</li>
  393. \t\t\t\t\t\t</ul>
  394. \t\t\t\t\t</div>
  395. \t\t\t\t</div>
  396. \t\t\t</nav>
  397. \t\t</header>
  398. \t\t";
  399.         // line 220
  400.         if ((twig_get_attribute($this->env$this->sourcetwig_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"falsefalsetrue220), "schemeAndHttpHost", [], "any"falsefalsetrue220) != "https://www.cessda.eu")) {
  401.             // line 221
  402.             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
  403. \t\t\t\t<span>DEVELOPMENT SYSTEM</span>
  404. \t\t\t</div>
  405. \t\t";
  406.         }
  407.         // line 225
  408.         echo "\t\t";
  409.         $this->displayBlock("content"$context$blocks);
  410.         echo "
  411. \t\t<footer class=\"py-5 footer-std\">
  412. \t\t\t<div class=\"container-xl\">
  413. \t\t\t\t<div class=\"row\">
  414. \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\">
  415. \t\t\t\t\t\t<p>
  416. \t\t\t\t\t\t\t<strong>CESSDA</strong><br>
  417. \t\t\t\t\t\t\t<span>Consortium of European
  418. \t\t\t\t\t\t\t\t<br>Social Science Data Archives</span>
  419. \t\t\t\t\t\t</p><hr class=\"footer-hr\">
  420. \t\t\t\t\t\t<p>Solheimsgaten 16<br>
  421. \t\t\t\t\t\t\t5058 Bergen, Norway<br>
  422. \t\t\t\t\t\t\t(+47) 40 10 09 64<br>
  423. \t\t\t\t\t\t\t<a href=\"mailto:cessda@cessda.eu\">cessda@cessda.eu</a>
  424. \t\t\t\t\t\t</p>
  425. \t\t\t\t\t\t<p>
  426. \t\t\t\t\t\t\t<a href=\"https://twitter.com/CESSDA_Data/\" class=\"socialfooter twitter\" target=\"_blank\">
  427. \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\">
  428. \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\"/>
  429. \t\t\t\t\t\t\t\t</svg>
  430. \t\t\t\t\t\t\t</a>
  431. \t\t\t\t\t\t\t<a href=\"https://www.youtube.com/channel/UCqbZKb1Enh-WcFpg6t86wsA\" class=\"socialfooter youtube\" target=\"_blank\">
  432. \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\">
  433. \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\"/>
  434. \t\t\t\t\t\t\t\t</svg>
  435. \t\t\t\t\t\t\t</a>
  436. \t\t\t\t\t\t\t<a href=\"https://www.linkedin.com/company/cessda\" class=\"socialfooter\" target=\"_blank\">
  437. \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\">
  438. \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\"/>
  439. \t\t\t\t\t\t\t\t</svg>
  440. \t\t\t\t\t\t\t</a>
  441. \t\t\t\t\t\t</p>
  442. \t\t\t\t\t\t<div class=\"credit\">
  443. \t\t\t\t\t\t\t<a href=\"https://openconcept.no/en\" target=\"_blank\" rel=\"noopener\">Design &amp; solution by Open Concept AS</a>
  444. \t\t\t\t\t\t</div>
  445. \t\t\t\t\t</div>
  446. \t\t\t\t\t<div class=\"col-12 col-lg-6 text-center text-lg-start order-1 order-lg-2\">
  447. \t\t\t\t\t\t<div class=\"footerlinks\">
  448. \t\t\t\t\t\t\t<a href=\"/News-and-Events/News\">News</a><br>
  449. \t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\">Events</a><br>
  450. \t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\">Main Office</a>
  451. \t\t\t\t\t\t\t<hr class=\"footer-hr\">
  452. \t\t\t\t\t\t\t<a href=\"/Covid-19\">COVID-19</a><br>
  453. \t\t\t\t\t\t\t<a href=\"/Privacy-Policy\">Privacy Policy and Cookies</a><br>
  454. \t\t\t\t\t\t\t<a href=\"/Acceptable-Use-Policy\">Acceptable Use Policy</a>
  455. \t\t\t\t\t\t</div>
  456. \t\t\t\t\t</div>
  457. \t\t\t\t</div>
  458. \t\t\t</div>
  459. \t\t</footer>
  460. \t\t<div id=\"btn-back-to-top\">
  461. \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\">
  462. \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\"/>
  463. \t\t\t</svg>
  464. \t\t</div>
  465. \t\t<script>
  466. \t\t\tdocument.addEventListener(\"DOMContentLoaded\", function (event) {
  467. var navicon = document.getElementById('htoggle');
  468. var navEl = document.getElementById('hamburger');
  469. function toggleMenu() {
  470. navEl.classList.toggle('open');
  471. };
  472. navicon.addEventListener(\"click\", toggleMenu, false);
  473. let topbutton = document.getElementById(\"btn-back-to-top\");
  474. // When the user scrolls down 20px from the top of the document, show the button
  475. window.onscroll = function () {
  476. scrollFunction();
  477. };
  478. function scrollFunction() {
  479. if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
  480. topbutton.style.opacity = \"1\";
  481. } else {
  482. topbutton.style.opacity = \"0\";
  483. }
  484. }
  485. // When the user clicks on the button, scroll to the top of the document
  486. topbutton.addEventListener(\"click\", backToTop);
  487. function backToTop() {
  488. document.body.scrollTop = 0;
  489. document.documentElement.scrollTop = 0;
  490. }
  491. });
  492. \t\t</script>
  493. <!-- Matomo -->
  494. <script>
  495.   var _paq = window._paq = window._paq || [];
  496.   _paq.push([\"setDomains\", [\"*.cessda.eu\",\"*.www.cessda.eu\"]]);
  497.   _paq.push(['trackPageView']);
  498.   _paq.push(['enableLinkTracking']);
  499.   (function() {
  500.     var u=\"https://cessda.matomo.cloud/\";
  501.     _paq.push(['setTrackerUrl', u+'matomo.php']);
  502.     _paq.push(['setSiteId', '1']);
  503.     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  504.     g.async=true; g.src='https://cdn.matomo.cloud/cessda.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
  505.   })();
  506. </script>
  507. <!-- End Matomo Code -->
  508. \t</body>
  509. </html>
  510. ";
  511.         
  512.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  513.         
  514.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  515.         $this->deferred->resolve($this$context$blocks);
  516.     }
  517.     public function block_head_stylesheets($context, array $blocks = [])
  518.     {
  519.         $this->deferred->defer($this'head_stylesheets');
  520.     }
  521.     // line 23
  522.     public function block_head_stylesheets_deferred($context, array $blocks = [])
  523.     {
  524.         $macros $this->macros;
  525.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  526.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_stylesheets"));
  527.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  528.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_stylesheets"));
  529.         // line 24
  530.         echo "\t\t\t";
  531.         echo $this->env->getFunction('pimcore_head_link')->getCallable()();
  532.         echo "
  533. \t\t";
  534.         
  535.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  536.         
  537.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  538.         $this->deferred->resolve($this$context$blocks);
  539.     }
  540.     public function block_layout_head_meta($context, array $blocks = [])
  541.     {
  542.         $this->deferred->defer($this'layout_head_meta');
  543.     }
  544.     // line 28
  545.     public function block_layout_head_meta_deferred($context, array $blocks = [])
  546.     {
  547.         $macros $this->macros;
  548.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  549.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta"));
  550.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  551.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta"));
  552.         // line 29
  553.         echo "\t\t\t";
  554.         echo $this->env->getFunction('pimcore_head_title')->getCallable()();
  555.         echo "
  556. \t\t\t";
  557.         // line 30
  558.         echo $this->env->getFunction('pimcore_head_meta')->getCallable()();
  559.         echo "
  560. \t\t\t";
  561.         // line 32
  562.         if (twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_placeholder')->getCallable()("canonical"), "count", [], "method"falsefalsetrue32)) {
  563.             // line 33
  564.             echo "\t\t\t\t<link rel=\"canonical\" href=\"";
  565.             echo $this->env->getFunction('pimcore_placeholder')->getCallable()("canonical");
  566.             echo "\"/>
  567. \t\t\t";
  568.         }
  569.         // line 35
  570.         echo "
  571. \t\t";
  572.         
  573.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  574.         
  575.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  576.         $this->deferred->resolve($this$context$blocks);
  577.     }
  578.     public function block_headscripts($context, array $blocks = [])
  579.     {
  580.         $this->deferred->defer($this'headscripts');
  581.     }
  582.     // line 42
  583.     public function block_headscripts_deferred($context, array $blocks = [])
  584.     {
  585.         $macros $this->macros;
  586.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  587.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headscripts"));
  588.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  589.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""headscripts"));
  590.         // line 43
  591.         echo "\t\t\t";
  592.         echo $this->env->getFunction('pimcore_head_script')->getCallable()();
  593.         echo "
  594. \t\t";
  595.         
  596.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  597.         
  598.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  599.         $this->deferred->resolve($this$context$blocks);
  600.     }
  601.     public function getTemplateName()
  602.     {
  603.         return "layouts/layout.html.twig";
  604.     }
  605.     public function isTraitable()
  606.     {
  607.         return false;
  608.     }
  609.     public function getDebugInfo()
  610.     {
  611.         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,);
  612.     }
  613.     public function getSourceContext()
  614.     {
  615.         return new Source("<!DOCTYPE html>
  616. <html lang=\"en\">
  617. \t<head>
  618. \t\t<meta charset=\"utf-8\">
  619. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  620. \t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  621. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  622. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  623. \t\t<link rel=\"manifest\" href=\"/site.webmanifest\">
  624. \t\t<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
  625. \t\t<meta name=\"msapplication-TileColor\" content=\"#da532c\">
  626. \t\t<meta name=\"theme-color\" content=\"#ffffff\">
  627. \t\t{% do pimcore_head_link().appendStylesheet(asset('static/css/cessda.min.css')) %}
  628. \t\t{% if document.getTitle() is not empty %}
  629. \t\t\t{% do pimcore_head_title().set(document.getTitle()) %}
  630. \t\t{% endif %}
  631. \t\t{% if document.getDescription() is not empty %}
  632. \t\t\t{% do pimcore_head_meta().setDescription(document.getDescription()) %}
  633. \t\t{% endif %}
  634. \t\t{% block head_stylesheets deferred %}
  635. \t\t\t{{ pimcore_head_link() }}
  636. \t\t{% endblock %}
  637. \t\t{% block layout_head_meta deferred %}
  638. \t\t\t{{ pimcore_head_title() }}
  639. \t\t\t{{ pimcore_head_meta() }}
  640. \t\t\t{% if pimcore_placeholder('canonical').count() %}
  641. \t\t\t\t<link rel=\"canonical\" href=\"{{ pimcore_placeholder('canonical') }}\"/>
  642. \t\t\t{% endif %}
  643. \t\t{% endblock %}
  644. \t\t{% do pimcore_head_script().appendFile(asset('static/js/bootstrap.bundle.min.js')) %}
  645. \t\t{% do pimcore_head_script().appendFile(asset('static/js/lazysizes.min.js')) %}
  646. \t\t{% block headscripts deferred %}
  647. \t\t\t{{ pimcore_head_script() }}
  648. \t\t{% endblock %}
  649. \t\t{% set theme_class = document.getProperty('theme_class') %}
  650. \t\t{% if training is defined and training == true %}
  651. \t\t\t{% set theme_class = 'training' %}
  652. \t\t{% endif %}
  653. \t\t{% set pillar_background = document.getProperty('pillar_background') %}
  654. \t\t{% set training_pillar = document.getProperty('training_pillar') %}
  655. \t\t{% set section_title = document.getProperty('section_title') %}
  656. \t\t{% set showBreadcrumbs = (hideBreadcrumbs is defined) ? not hideBreadcrumbs : true %}
  657. \t\t{% if not document is defined or not document %}
  658. \t\t\t{% set document = pimcore_document(1) %}
  659. \t\t{% endif %}
  660. \t\t{% if training is defined and training == true %}
  661. \t\t\t{% set training_background = document.getProperty('training_background') %}
  662. \t\t\t<style>
  663. \t\t\t\t@media(min-width: 992px) {
  664. \t\t\t\t\t.section-pillar {
  665. \t\t\t\t\t\tbackground-image: url(\"{{ training_background.thumbnail('pillar') }}\");
  666. \t\t\t\t\t}
  667. \t\t\t\t}
  668. \t\t\t</style>
  669. \t\t{% elseif pillar_background %}
  670. \t\t\t<style>
  671. \t\t\t\t@media(min-width: 992px) {
  672. \t\t\t\t\t.section-pillar {
  673. \t\t\t\t\t\tbackground-image: url(\"{{ pillar_background.thumbnail('pillar') }}\");
  674. \t\t\t\t\t}
  675. \t\t\t\t}
  676. \t\t\t</style>
  677. \t\t{% endif %}
  678. \t\t{% if training_pillar %}
  679. \t\t\t<style>
  680. \t\t\t\t.training-pillar {
  681. \t\t\t\t\tbackground-image: url(\"{{ training_pillar.thumbnail('pillar') }}\");
  682. \t\t\t\t}
  683. \t\t\t</style>
  684. \t\t{% endif %}
  685. \t\t{% if document is defined and (document.id == 1 or document.id == 50) %}
  686. \t\t\t<!-- MailerLite Universal -->
  687. \t\t\t<script>
  688. \t\t\t\t(function (m, a, i, l, e, r) {
  689. m['MailerLiteObject'] = e;
  690. function f() {
  691. var c = {
  692. a: arguments,
  693. q: []
  694. };
  695. var r = this.push(c);
  696. return \"number\" != typeof r ? r : f.bind(c.q);
  697. }
  698. f.q = f.q || [];
  699. m[e] = m[e] || f.bind(f.q);
  700. m[e].q = m[e].q || f.q;
  701. r = a.createElement(i);
  702. var _ = a.getElementsByTagName(i)[0];
  703. r.async = 1;
  704. r.src = l + '?v' + (~~ (new Date().getTime() / 1000000));
  705. _.parentNode.insertBefore(r, _);
  706. })(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
  707. var ml_account = ml('accounts', '1215904', 't9u1w1z3z1', 'load');
  708. \t\t\t</script>
  709. \t\t\t<!-- End MailerLite Universal -->
  710. \t\t{% endif %}
  711. \t</head>
  712. \t<body {% if theme_class %} class=\"{{ theme_class }}\" {% endif %}>
  713. \t\t{# get root node if there is no document defined (for pages which are routed directly through static route) #}
  714. \t\t{# get the document which should be used to start in navigation | default home #}
  715. \t\t{% set navStartNode = document.getProperty('navigationRoot') %}
  716. \t\t\t{% if not navStartNode is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
  717. \t\t{% set navStartNode = pimcore_document(1) %}
  718. \t\t{% endif %}
  719. \t\t{% set mainNavigation = pimcore_build_nav({
  720.     active: document,
  721.     root: navStartNode
  722. }) %}
  723. \t\t\t<header id=\"topheader\"> <nav id=\"topnav\" class=\"navbar navbar-expand-lg\">
  724. \t\t\t\t<div class=\"container-xl\">
  725. \t\t\t\t\t<a id=\"home\" class=\"navbar-brand\" href=\"/\">
  726. \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\">
  727. \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\"/>
  728. \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\"/>
  729. \t\t\t\t\t\t\t<circle cx=\"325.417\" cy=\"323.333\" r=\"54.167\" fill=\"#3E4C59\"/>
  730. \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\"/>
  731. \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\"/>
  732. \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\"/>
  733. \t\t\t\t\t\t</svg>
  734. \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\">
  735. \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>
  736. \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>
  737. \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>
  738. \t\t\t\t\t\t</svg>
  739. \t\t\t\t\t</a>
  740. \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\">
  741. \t\t\t\t\t\t<div id=\"hamburger\">
  742. \t\t\t\t\t\t\t<span></span>
  743. \t\t\t\t\t\t\t<span></span>
  744. \t\t\t\t\t\t\t<span></span>
  745. \t\t\t\t\t\t\t<span></span>
  746. \t\t\t\t\t\t</div>
  747. \t\t\t\t\t</div>
  748. \t\t\t\t\t<div class=\"collapse navbar-collapse justify-content-center\" id=\"topNavMenu\">
  749. \t\t\t\t\t\t<ul class=\"navbar-nav mx-auto\">
  750. \t\t\t\t\t\t\t{% for page in mainNavigation %}
  751. \t\t\t\t\t\t\t\t{% if page.documentType == 'page' and page.visible %}
  752. \t\t\t\t\t\t\t\t\t{% set pagedoc = pimcore_document(page.id) %}
  753. \t\t\t\t\t\t\t\t\t<li class=\"nav-item dropdown\">
  754. \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\">
  755. \t\t\t\t\t\t\t\t\t\t\t{{ page.label }}
  756. \t\t\t\t\t\t\t\t\t\t</a>
  757. \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 }}\">
  758. \t\t\t\t\t\t\t\t\t\t\t{% for child in page %}
  759. \t\t\t\t\t\t\t\t\t\t\t\t{% if child.visible %}
  760. \t\t\t\t\t\t\t\t\t\t\t\t\t<li>
  761. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"{{ child.uri }}\">{{ child.label }}</a>
  762. \t\t\t\t\t\t\t\t\t\t\t\t\t</li>
  763. \t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
  764. \t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  765. \t\t\t\t\t\t\t\t\t\t</ul>
  766. \t\t\t\t\t\t\t\t\t</li>
  767. \t\t\t\t\t\t\t\t{% endif %}
  768. \t\t\t\t\t\t\t{% endfor %}
  769. \t\t\t\t\t\t</ul>
  770. \t\t\t\t\t\t<ul class=\"navbar-nav\">
  771. \t\t\t\t\t\t\t<li class=\"nav-item nav-icons justify-content-center justify-content-lg-end\">
  772. \t\t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\" title=\"Event Calendar\">
  773. \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\">
  774. \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\"/>
  775. \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\"/>
  776. \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\"/>
  777. \t\t\t\t\t\t\t\t\t</svg>
  778. \t\t\t\t\t\t\t\t</a>
  779. \t\t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\" title=\"Contact\">
  780. \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\">
  781. \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\"/>
  782. \t\t\t\t\t\t\t\t\t</svg>
  783. \t\t\t\t\t\t\t\t</a>
  784. \t\t\t\t\t\t\t\t<a href=\"/sitemap\" title=\"Sitemap\">
  785. \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\">
  786. \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\"/>
  787. \t\t\t\t\t\t\t\t\t</svg>
  788. \t\t\t\t\t\t\t\t</a>
  789. \t\t\t\t\t\t\t\t<a href=\"/search\" title=\"Search\">
  790. \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\">
  791. \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\"/>
  792. \t\t\t\t\t\t\t\t\t</svg>
  793. \t\t\t\t\t\t\t\t</a>
  794. \t\t\t\t\t\t\t</li>
  795. \t\t\t\t\t\t</ul>
  796. \t\t\t\t\t</div>
  797. \t\t\t\t</div>
  798. \t\t\t</nav>
  799. \t\t</header>
  800. \t\t{% if app.request.schemeAndHttpHost != 'https://www.cessda.eu' %}
  801. \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
  802. \t\t\t\t<span>DEVELOPMENT SYSTEM</span>
  803. \t\t\t</div>
  804. \t\t{% endif %}
  805. \t\t{{ block('content') }}
  806. \t\t<footer class=\"py-5 footer-std\">
  807. \t\t\t<div class=\"container-xl\">
  808. \t\t\t\t<div class=\"row\">
  809. \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\">
  810. \t\t\t\t\t\t<p>
  811. \t\t\t\t\t\t\t<strong>CESSDA</strong><br>
  812. \t\t\t\t\t\t\t<span>Consortium of European
  813. \t\t\t\t\t\t\t\t<br>Social Science Data Archives</span>
  814. \t\t\t\t\t\t</p><hr class=\"footer-hr\">
  815. \t\t\t\t\t\t<p>Solheimsgaten 16<br>
  816. \t\t\t\t\t\t\t5058 Bergen, Norway<br>
  817. \t\t\t\t\t\t\t(+47) 40 10 09 64<br>
  818. \t\t\t\t\t\t\t<a href=\"mailto:cessda@cessda.eu\">cessda@cessda.eu</a>
  819. \t\t\t\t\t\t</p>
  820. \t\t\t\t\t\t<p>
  821. \t\t\t\t\t\t\t<a href=\"https://twitter.com/CESSDA_Data/\" class=\"socialfooter twitter\" target=\"_blank\">
  822. \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\">
  823. \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\"/>
  824. \t\t\t\t\t\t\t\t</svg>
  825. \t\t\t\t\t\t\t</a>
  826. \t\t\t\t\t\t\t<a href=\"https://www.youtube.com/channel/UCqbZKb1Enh-WcFpg6t86wsA\" class=\"socialfooter youtube\" target=\"_blank\">
  827. \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\">
  828. \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\"/>
  829. \t\t\t\t\t\t\t\t</svg>
  830. \t\t\t\t\t\t\t</a>
  831. \t\t\t\t\t\t\t<a href=\"https://www.linkedin.com/company/cessda\" class=\"socialfooter\" target=\"_blank\">
  832. \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\">
  833. \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\"/>
  834. \t\t\t\t\t\t\t\t</svg>
  835. \t\t\t\t\t\t\t</a>
  836. \t\t\t\t\t\t</p>
  837. \t\t\t\t\t\t<div class=\"credit\">
  838. \t\t\t\t\t\t\t<a href=\"https://openconcept.no/en\" target=\"_blank\" rel=\"noopener\">Design &amp; solution by Open Concept AS</a>
  839. \t\t\t\t\t\t</div>
  840. \t\t\t\t\t</div>
  841. \t\t\t\t\t<div class=\"col-12 col-lg-6 text-center text-lg-start order-1 order-lg-2\">
  842. \t\t\t\t\t\t<div class=\"footerlinks\">
  843. \t\t\t\t\t\t\t<a href=\"/News-and-Events/News\">News</a><br>
  844. \t\t\t\t\t\t\t<a href=\"/News-and-Events/Events\">Events</a><br>
  845. \t\t\t\t\t\t\t<a href=\"/About/Main-Office-and-Governance\">Main Office</a>
  846. \t\t\t\t\t\t\t<hr class=\"footer-hr\">
  847. \t\t\t\t\t\t\t<a href=\"/Covid-19\">COVID-19</a><br>
  848. \t\t\t\t\t\t\t<a href=\"/Privacy-Policy\">Privacy Policy and Cookies</a><br>
  849. \t\t\t\t\t\t\t<a href=\"/Acceptable-Use-Policy\">Acceptable Use Policy</a>
  850. \t\t\t\t\t\t</div>
  851. \t\t\t\t\t</div>
  852. \t\t\t\t</div>
  853. \t\t\t</div>
  854. \t\t</footer>
  855. \t\t<div id=\"btn-back-to-top\">
  856. \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\">
  857. \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\"/>
  858. \t\t\t</svg>
  859. \t\t</div>
  860. \t\t<script>
  861. \t\t\tdocument.addEventListener(\"DOMContentLoaded\", function (event) {
  862. var navicon = document.getElementById('htoggle');
  863. var navEl = document.getElementById('hamburger');
  864. function toggleMenu() {
  865. navEl.classList.toggle('open');
  866. };
  867. navicon.addEventListener(\"click\", toggleMenu, false);
  868. let topbutton = document.getElementById(\"btn-back-to-top\");
  869. // When the user scrolls down 20px from the top of the document, show the button
  870. window.onscroll = function () {
  871. scrollFunction();
  872. };
  873. function scrollFunction() {
  874. if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
  875. topbutton.style.opacity = \"1\";
  876. } else {
  877. topbutton.style.opacity = \"0\";
  878. }
  879. }
  880. // When the user clicks on the button, scroll to the top of the document
  881. topbutton.addEventListener(\"click\", backToTop);
  882. function backToTop() {
  883. document.body.scrollTop = 0;
  884. document.documentElement.scrollTop = 0;
  885. }
  886. });
  887. \t\t</script>
  888. <!-- Matomo -->
  889. <script>
  890.   var _paq = window._paq = window._paq || [];
  891.   _paq.push([\"setDomains\", [\"*.cessda.eu\",\"*.www.cessda.eu\"]]);
  892.   _paq.push(['trackPageView']);
  893.   _paq.push(['enableLinkTracking']);
  894.   (function() {
  895.     var u=\"https://cessda.matomo.cloud/\";
  896.     _paq.push(['setTrackerUrl', u+'matomo.php']);
  897.     _paq.push(['setSiteId', '1']);
  898.     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  899.     g.async=true; g.src='https://cdn.matomo.cloud/cessda.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
  900.   })();
  901. </script>
  902. <!-- End Matomo Code -->
  903. \t</body>
  904. </html>
  905. ""layouts/layout.html.twig""/sites/pimcore/cessda-dev/templates/layouts/layout.html.twig");
  906.     }
  907.     
  908.     public function checkSecurity()
  909.     {
  910.         static $tags = array("do" => 15"if" => 16"block" => 23"set" => 45"for" => 160);
  911.         static $filters = array("escape" => 64);
  912.         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);
  913.         try {
  914.             $this->sandbox->checkSecurity(
  915.                 ['do''if''block''set''for'],
  916.                 ['escape'],
  917.                 ['pimcore_head_link''asset''pimcore_head_title''pimcore_head_meta''pimcore_head_script''pimcore_document''pimcore_build_nav''pimcore_placeholder']
  918.             );
  919.         } catch (SecurityError $e) {
  920.             $e->setSourceContext($this->source);
  921.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  922.                 $e->setTemplateLine($tags[$e->getTagName()]);
  923.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  924.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  925.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  926.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  927.             }
  928.             throw $e;
  929.         }
  930.     }
  931.     private $deferred;
  932. }