{# -*- coding: utf-8 -*- Copyright (C) 2022-2023 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 "invenio_theme_tuw/overrides/page_error.html" %} {%- set mail_subject = "Permissions request" %} {%- set theme_sitename = config.THEME_SITENAME %} {%- set nl = "%0A" %} {%- set test_instance_url = "https://test.researchdata.tuwien.ac.at/" %} {%- set mail_body = "Hey," + nl + nl + "Could you please give me permissions to create records and upload data at '" + theme_sitename + "'?" + nl + "My username is: '" + user.username + "'." + nl + nl + "Thanks!" %} {%- block message %}
For your first upload, your account must be manually activated by our team. Please contact us at {{ config.THEME_TUW_CONTACT_EMAIL }}.
To ensure a high quality standard, all records need to be reviewed before initial publication.
Tip: To make it easier for us to identify the account in question, please provide us with your username!
{%- if config.THEME_TUW_DEPOSIT_PERMISSION_ERROR_PARAGRAPH %}{{ config.THEME_TUW_DEPOSIT_PERMISSION_ERROR_PARAGRAPH|safe }}
{%- endif %} {%- endblock message %}