{% extends "base.html" %}{% block content %}

System Operations

Security readiness and backup runtime

Security Readiness

{% for c in checks %}{% endfor %}
CheckStatusDetail
{{ c.name }}{% if c.ok %}Ready{% else %}Review{% endif %}{{ c.detail|default:"" }}

Backups

Folder: {{ backup_dir }}

Retention: {{ retention_days }} days

{% for b in backups %}{% empty %}{% endfor %}
Backup File
{{ b.name }}
No PostgreSQL dump found yet. Use the documented backup command from the server console.
{% endblock %}