{% for share in shares %}

{{ share.name }}

{% if share.mounted %} OK {% else %} DOWN {% endif %} {% if share.read_only %} RO {% endif %}
Mount: {{ share.mount_point }} Cache: {{ share.cache_display }} Dirty: {{ share.dirty_count }} Speed: {{ share.speed_display }}
{% endfor %}
SMB: {% if smbd_running %}ON{% else %}OFF{% endif %} NFS: {% if nfs_exported %}ON{% else %}OFF{% endif %} WebDAV: {% if webdav_running %}ON{% else %}OFF{% endif %}