{% for share in shares %} {% endfor %}
Name Health Mount Cache Dirty Speed Transfers
Cache Used
{{ share.cache_display }}
Dirty Files
{{ share.dirty_count }}
Transfer Speed
{{ share.speed_display }}
Active Transfers
{{ share.transfers }}
{% if share.health == "FAILED" %} {% endif %}
Health{{ share.health }}
Probe Error{{ share.health_message }}
Connection{{ share.connection }}
Mount Point{{ share.mount_point }}
Remote Path{{ share.remote_path }}
RC Port{{ share.rc_port }}
Errored Files{{ share.errored_files }}
Total Errors{{ share.errors }}
Mounted{% if share.mounted %}Yes{% else %}No{% endif %}
Read-Only{% if share.read_only %}Yes{% else %}No{% endif %}