{# -*- coding: utf-8 -*- Copyright (C) 2024 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_body %} {%- set user_name = user.user_profile.given_name or user.user_profile.full_name %}

User information

{%- if user.user_profile.tiss_id %} TISS profile for {{ user.user_profile.full_name }}. {%- else %} No TISS profile found for {{ user_name }}! Potentially this is an external account. {%- endif %}


Email template

Dear {{ user_name }},

Thanks for your request, I've just granted you permission to create new record drafts and upload files!
When uploading new datasets, please make sure to name a contact person or unit at TU Wien for each upload.

Best regards,
{{ current_user.user_profile.given_name }}


Back
{%- endblock page_body %} {%- block css %} {{ super() }} {{ webpack['invenio-theme-tuw-users-welcome.css'] }} {%- endblock css %}