{% extends 'generic/object.html' %} {% load helpers %} {% block subtitle %}
{% endblock %} {% block content %}
Backup Attributes
{% if object.device %} {% else %} {% endif %} {% if object.ip %} {% else %} {% endif %}
Name {{ object.name|placeholder }}
UUID {{ object.uuid }}
Device{{ object.device|placeholder }}{{ object.device|placeholder }}
IP Address{{ object.ip|placeholder }}{{ object.ip|placeholder }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/comments.html' %}
Status
Config Saved {{ object.config_status | placeholder }}
Scheduled {{ status.scheduled | placeholder }}{% if status.scheduled %} ({{status.next_attempt}}){% endif %}
Last Job {{ status.last_job.completed | placeholder }}
Last Success {{ status.last_success | placeholder }}
Last Change {{ status.last_change | placeholder }}
{% endblock %}