{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2020 CERN. Copyright (C) 2021 TU Wien. Invenio 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.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 %}

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

{{ _('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 %}