+
+ {% if not script.is_valid %}
+
+
+
+
+ {% trans "Script no longer exists in the source file." %}
+
+
+
+ {% endif %}
+
{% render_table table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
diff --git a/netbox/templates/extras/script_list.html b/netbox/templates/extras/script_list.html
index 719ff60cb..f06ad9164 100644
--- a/netbox/templates/extras/script_list.html
+++ b/netbox/templates/extras/script_list.html
@@ -48,7 +48,12 @@
{% with last_job=script.get_latest_jobs|get_key:script.name %}