{% extends "base.html" %}{% block content %}
| Check | Status | Detail |
|---|---|---|
| {{ c.name }} | {% if c.ok %}Ready{% else %}Review{% endif %} | {{ c.detail|default:"" }} |
Folder: {{ backup_dir }}
Retention: {{ retention_days }} days
| Backup File |
|---|
| {{ b.name }} |
| No PostgreSQL dump found yet. Use the documented backup command from the server console. |