{#- 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.USERPROFILES_SETTINGS_TEMPLATE %} {%- from "invenio_userprofiles/settings/_macros.html" import render_field, form_errors %} {%- block settings_content scoped %}
{{ _("Curation") }}
{%- set form = preferences_curation_form %} {%- for field in form %} {%- if field.widget.input_type == 'hidden' %} {{ field() }} {%- endif %} {%- endfor %} {%- set consent_field = form.consent %} {%- set consent_given = current_user.preferences.get("curation_consent", False) %}

{{ consent_field.description }}

{{ _('Cancel') }}
{% endblock %}