{% extends "base.html" %} {% block content %}
| Library Name | {{ status.name }} |
| Status | {% if status.needs_reload %} Reload Needed {% else %} Synchronized {% endif %} {% if status.watcher_active %} Watcher Active {% else %} Watcher Inactive {% endif %} |
| Path | {{ status.config_path }} |
| Document Store | {{ status.doc_store }} |
| File | Disk MTime | Last Sync | Status |
|---|---|---|---|
| {{ f.File }} | {{ f['Disk MTime'] }} | {{ f['Last Sync'] }} | {% if f.Status == 'MATCH' %} MATCH {% elif f.Status == 'MISSING' %} MISSING {% else %} OUT OF SYNC {% endif %} |
{{ lib.config.model_dump_json(indent=4) }}