{# -*- coding: utf-8 -*- Copyright (C) 2015-2018 CERN. Copyright (C) 2020-2022 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {#- base: invenio-app-rdm v9.1.2 #} {#- changes: everything #} {%- set terms_of_use_file = _("TU_Data_Terms_of_Use_20210909_en.pdf") %} {%- set terms_of_use_url = url_for("static", filename=("documents/" + terms_of_use_file)) %} {%- set privacy_statement_file = _("Datenschutzinfo_Repository_TU_Data_en_20210909.pdf") %} {%- set privacy_statement_url = url_for("static", filename=("documents/" + privacy_statement_file)) %} {%- set policies_url = url_for("invenio_theme_tuw.tuw_policies") %} {%- set contact = url_for("invenio_theme_tuw.tuw_contact") %}