{# -*- coding: utf-8 -*- Copyright (C) 2022 TU Wien. Invenio Theme TUW is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.BASE_TEMPLATE %} {%- block page_hero %}
{%- endblock page_hero %} {%- block page_body %} {%- set rdm_terms_of_use_en = "https://www.tuwien.at/index.php?eID=dms&s=4&path=Directives%20and%20Regulations%20of%20the%20Rectorate/Research_Data_Terms_of_Use.pdf" %} {%- set rdm_terms_of_use_de = "https://www.tuwien.at/index.php?eID=dms&s=4&path=Richtlinien%20und%20Verordnungen/Research_Data_Nutzungsbedingungen.pdf" %}

{{ _("Terms of Use") }}

{{ _("Terms of Use %(sitename)s (Institutional Repository) (EN)", sitename=config.THEME_SITENAME) }} {{ _("Nutzungsbedingungen %(sitename)s (Institutionelles Repositorium) (DE)", sitename=config.THEME_SITENAME) }}
{%- endblock page_body %}