mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
19 lines
911 B
Plaintext
19 lines
911 B
Plaintext
{{ _('Dear user,') }}
|
|
|
|
{{ _('Welcome to the Repository of TU Graz!') }}
|
|
|
|
{{ _('To help you get started, here are some useful links:') }}
|
|
|
|
- {{ _('Guidelines:')}} {{ _('Repository Guide')}} ({{ _('how to upload files')}}) ({{ config.SITE_UI_URL }}{{ url_for('invenio_config_iform.guide') }})
|
|
- {{ _('Search Guide')}} ({{ config.SITE_UI_URL }}{{url_for('invenio_app_rdm.help_search')}})
|
|
- {{ _('Terms And Conditions') }} ({{ config.SITE_UI_URL }}{{ url_for('invenio_config_iform.terms') }})
|
|
- {{ _('Data Protection Rights')}} ({{ config.SITE_UI_URL }}{{ url_for('invenio_config_iform.gdpr') }})
|
|
{% if security.confirmable %}
|
|
{{ _('You can confirm your email through the link below:') }}
|
|
{{ confirmation_link }}">
|
|
{% endif %}
|
|
{{ _('If you require any assistance please do not hesitate to contact us at repository-support@tugraz.at.') }}
|
|
|
|
{{ _('Best regards,') }}
|
|
{{ _('TU Graz Repository Team') }}
|