{% extends 'netbox_config_backup/base.html' %} {% load helpers %} {% 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 }}
Status
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 }}
{% include 'netbox_config_backup/inc/backup_tables.html' %}
{% endblock %}