{# Copyright (C) 2020-2021 Graz University of Technology. invenio-theme-tugraz 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.INVENIO_THEME_TUGRAZ_ACCOUNT_BASE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {%- from "invenio_oauthclient/_macros.html" import oauth_button %} {% block page_body %}
{%- block registerable %} {%- if security.registerable %}
{% trans sitename=config.ACCOUNTS_SITENAME %}New to {{ sitename }}?{% endtrans %} {{ _('Sign up') }}
{%- endif %} {%- endblock registerable %} {%- block recoverable %} {%- if security.recoverable %} {%- endif %} {%- endblock recoverable %}
{% endblock page_body %}