{% for v in vaults %}

{{ v.name }} {% if v.indexing %}indexing…{% endif %}

{{ v.path }}
notes {{ v.notes }} chunks {{ v.chunks }} index {{ (v.index_bytes / 1024) | round(1) }} KB watcher {{ "on" if v.watcher_on else "off" }}
{% else %}

No vaults yet — add one below.

{% endfor %}