{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block configuration %}
{% blocktrans trimmed with fs_types_supported|join:', ' as types_supported %} You have a filesystem of type {{ fs_type }}. Snapshots are currently only available on {{ types_supported }} filesystems. {% endblocktrans %}
{% endblock %}