{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Golden Config Details
Device {{ object.device|hyperlinked_object }}
Backup Config
Backup Config Last Attempt {{ object.backup_last_attempt_date|placeholder }}
Backup Config Last Successful {{ object.backup_last_success_date|placeholder }}
Intended Config
Intended Config Last Attempt {{ object.intended_last_attempt_date|placeholder }}
Intended Config Last Successful {{ object.intended_last_success_date|placeholder }}
Compliance Config
Compliance Config Last Attempt {{ object.compliance_last_attempt_date|placeholder }}
Compliance Config Last Successful {{ object.compliance_last_success_date|placeholder }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% endblock %}