{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block content %}

{{ title }}

{% if expandable_root_size %}

{% blocktrans trimmed %} Please backup your data before proceeding. After this operation, {{ expandable_root_size }} of additional free space will be available in your root partition. {% endblocktrans %}

{% csrf_token %}
{% else %}

There are no partitions available to expand. {% endif %} {% endblock %}