{# -*- coding: utf-8 -*- Copyright (C) 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. #} {%- extends "invenio_theme_tuw/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 %}
Sorry, we are currently operating on a friendly-user basis and give out permissions manually - please contact our team at {{ config.THEME_TUW_CONTACT_EMAIL }}.
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 %}