{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% block page_head %} {% endblock %} {% block content %} {% include "app-header.html" with icon_filename=icon_filename name=title description=description %}
{% trans 'Add share' %}
{% if not shares %}

{% trans 'No shares currently configured.' %}

{% else %}
{% for share in shares %} {% endfor %}
{% trans "Name" %} {% trans "Disk Path" %} {% trans "Shared Over" %} {% trans "With Groups" %}
{% endif %} {% endblock %}