{% extends "base.html" %} {% block content %}
{% if not preflight_ok %}| Name | Size | Actions |
|---|---|---|
{{ r.name }} |
{{ r.size }} | |
| No backups yet. | ||
{{ last_result.stdout }}
{% endif %}
{% if last_result.stderr %}
{{ last_result.stderr }}
{% endif %}
{% endif %}
{% endblock %}