{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% load tz %} {% block extra_controls %} {% if perms.netbox_facts.apply_factsreport and entry_stats.pending > 0 %}
{% endif %} {% endblock %} {% block content %}| {% trans "Collection Plan" %} | {{ object.collection_plan|linkify }} |
|---|---|
| {% trans "Status" %} | {{ object.get_status_display }} |
| {% trans "Error" %} | {{ object.error_message }} |
| {% trans "Job" %} | {{ object.job|default:"—" }} |
| {% trans "Created" %} | {{ object.created }} |
| {% trans "Completed" %} | {{ object.completed_at|default:"—" }} |
| {% trans "Created By" %} | {{ object.created_by|default:"System" }} |