{% extends 'base.html' %} {% block content %}
ID | Schedule | Time | Status | |
---|---|---|---|---|
{{ backup.id }} | {{ backup.get_schedule_type_display }} | {% if backup.finish_time %}{{ backup.finish_time }}{% else %} {% if not backup.error %}{% endif %}{% endif %} | {% if backup.success %} {% elif backup.error %} {% elif backup.backup_pending_retrieval %} {% else %} {% endif %} | {% if backup.backup_text_hash %} {{ backup.backup_text_hash|default_if_none:""|slice:":8" }}... {% endif %} |