{# SPDX-FileCopyrightText: 2015-2020 CERN. SPDX-FileCopyrightText: 2021-2026 TU Wien. SPDX-License-Identifier: MIT #} {#- base: invenio-oauthclient v5.2.0 #} {#- changes: display text #} {%- extends config.OAUTHCLIENT_SETTINGS_TEMPLATE %} {% from "invenio_oauthclient/_macros.html" import render_field %} {% block page_body %}
{%- block signup_panel %}
{%- block signup_header %}
{%- block signup_app_icon %} {% if app_icon -%} {%- endif %} {%- endblock %} {#- TODO probably misused headings #}

{{ _('Sign-up with %(title)s!', title=app_title) }}

{#- change: text, we don't want "details filled in" #} {{ _('Please accept the terms and conditions to complete your registration. You only have to do this once.') }}
{%- endblock %} {%- block signup_form %}
{%- for field in form %} {{ render_field(field) }} {%- endfor %}
{%- endblock %}
{%- endblock %}
{%- endblock %}