{# Copyright (C) 2024 I-Form. invenio-theme-iform 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 "invenio_administration/base.html" %} {% block admin_page_content %}

{{ _("Registration Settings") }}
{{ _("Enable or disable public user registration on the website.") }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

{{ _("Public Sign-up Status") }}

{% if registration_enabled %} {{ _("Public Sign-ups ENABLED") }} {% else %} {{ _("Public Sign-ups DISABLED") }} {% endif %}

{% if registration_enabled %} {% else %} {% endif %}
{% endblock %}