{# 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 %}

{{ _("Create User") }}
{{ _("Manually add a new user account.") }}

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