{{ _("Enable or disable public user registration on the website.") }}
{# 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 %}
{% if registration_enabled %} {{ _("Public Sign-ups ENABLED") }} {% else %} {{ _("Public Sign-ups DISABLED") }} {% endif %}