{% extends "base_firstboot.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %}
{% blocktrans trimmed %} Choose a username and password to access this web interface. The password can be changed later. This user will be granted administrative privileges. Other users can be added later. {% endblocktrans %}
{% endblock %}