{% extends 'generic/object_detail.html' %} {% load perms %} {% load helpers %} {% load buttons %} {% load static %} {% block buttons %} {% block extra_buttons %}{% endblock extra_buttons %} {% if object.clone_fields and user|can_add:object %} {% clone_button object %} {% endif %} {% if user|can_delete:object %} {% delete_button object %} {% endif %} {% endblock buttons %} {% block content %}
Onboarding Task
Label {{ object.label|placeholder }}
Created Device {{ object.created_device|placeholder }}
IP Address {{ object.ip_address|placeholder }}
Port {{ object.port|placeholder }}
Timeout {{ object.timeout|placeholder }}
Location {{ object.location|placeholder }}
Role {{ object.role|placeholder }}
Device Type {{ object.device_type|placeholder }}
Platform {{ object.platform|placeholder }}
Status {{ object.status|placeholder }}
Failed Reason {{ object.failed_reason|placeholder }}
Message {{ object.message|placeholder }}
Created {{ object.created|placeholder }}
{% endblock %}