{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% block title %}{{ object }}{% endblock %} {% block control-buttons %} {# Clone/Edit/Delete Buttons #}
| Name | {{ object.name }} |
|---|---|
| Description | {{ object.description|placeholder }} |
| Sync Object | {{ object.sync.name}} |
| Branch Object | {% if object.branch %}{{ object.branch.name}}{% else %}{{ ""|placeholder }}{% endif %} |
| Job Object | {% if object.job %}{{ object.job }}{% else %}{{ ""|placeholder }}{% endif %} |
| Ingestion Status | {% include 'ipfabric_netbox/partials/ingestion_status.html' with object=object %} |
| Snapshot | {{object.sync.snapshot_data.name }} |
| Source | {{object.sync.snapshot_data.source.name }} |