{% extends 'generic/object_retrieve.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tz %} {% block content %} {% if not job_class_found %}
This job source for this scheduled job is no longer installed. This scheduled job will fail to run unless reinstalled at the original location.
{% endif %} {% if not object.user %}
The user that scheduled this job has been removed. The job will not run until ownership is reassigned.
{% endif %} {{ block.super }} {% endblock content %} {% block extra_nav_tabs %} {% if perms.extras.view_approvalworkflow and object.associated_approval_workflows.exists %} {% if active_tab != 'approval_workflow' and object.get_approval_workflow_url or active_tab == 'approval_workflow' %} {% endif %} {% endif %} {% endblock extra_nav_tabs %}