{% load i18n %} {% if cifs_share_list %}
{% trans "Active Shares" %}: {{ cifs_share_list|length }}
{% else %} {% trans "There are no active Windows Shares." %} {% endif %} {% for c in cifs_share_list %} {% empty %} {% endfor %}
{% trans "Name" %} {% trans "Comment" %} {% trans "Path" %} {% trans "Available actions" %}
{{ c.cifs_name }} {{ c.cifs_comment }} {{ c.cifs_path }}
{% trans "No shares defined" %}