{# -*- coding: utf-8 -*- Copyright (C) 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 config.BASE_TEMPLATE %} {%- block page_body %} {%- if submitted %}

Inquiry submitted

Thank you for your message, it has been forwarded successfully to {{ uploader.user_profile.full_name }}.

In case you don't hear back within reasonable time, consider contacting our team. For more information, see the contact page.

{%- else %}

Contact the uploader of record "{{ record.metadata.title }}"

By filling out and submitting the following form, you can send an email to the record's uploader, {{ uploader.user_profile.full_name }}.

{%- if captcha_failed %}
Captcha mismatch

Captcha verification failed, please try again.

{%- endif %}
{%- if config.CAPTCHA_ENABLE %}
{{ captcha(css_class="captcha image") }}
{%- endif %} Back to the record
{%- endif %} {%- endblock %}