{% extends "netbox_config_diff/configurationrequest/base.html" %} {% load helpers %} {% load static %} {% block content %} {% if job %}
Name | {{ job.name }} |
---|---|
Status | {% badge job.get_status_display job.get_status_color %} |
Created By | {{ job.user|placeholder }} |
Created | {{ job.created }} |
---|---|
Started | {{ job.started|placeholder }} |
Completed | {{ job.completed|placeholder }} |
{{ diff.error }}