{% extends "generic/_base.html" %} {% load helpers %} {% load i18n %} {% load tabs %} {% comment %} Result page for one run of a Script. The log and the output come from the Job's recorded data, so a run still in flight renders the status and nothing else. The body is a partial the view also serves on its own, which is what the page polls while the run has not finished. Context: see NetBoxScriptResultView. {% endcomment %} {# Mirrors generic/object.html, which this page cannot extend because its object is a Job #} {% block page-header %}
{{ object.full_name }}