{# -*- coding: utf-8 -*- Copyright (C) 2022-2023 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. #} {%- extends "invenio_theme_tuw/overrides/page_error.html" %} {%- set mail_subject = "Permissions request" %} {%- set theme_sitename = config.THEME_SITENAME %} {%- set nl = "%0A" %} {%- 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 %}

{{ _("Permission denied") }}

This is not an error! For optimal customization of our features, we still reserve the right to manually activate your account and your first data upload in the coming months. That is why we are currently operating on a friendly-user basis and give out permissions manually - please contact our team at {{ config.THEME_TUW_CONTACT_EMAIL }}.

Tip: To make it easier for us to identify the account in question, please provide us with your username and this site's name!

{%- if config.THEME_TUW_DEPOSIT_PERMISSION_ERROR_PARAGRAPH %}

{{ config.THEME_TUW_DEPOSIT_PERMISSION_ERROR_PARAGRAPH|safe }}

{%- endif %} {%- endblock message %}