{% extends 'generic/object.html' %} {% load helpers %} {% load form_helpers %} {% load log_levels %} {% block title %}{{ script }}{% endblock %} {% block object_identifier %} {{ script.full_name }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block subtitle %}
{{ script.Meta.description|render_markdown }}
{% endblock %} {% block controls %}{% endblock %} {% block tabs %} {% endblock %} {% block content-wrapper %}
{% if not perms.extras.run_script %}
You do not have permission to run scripts.
{% endif %}
{% csrf_token %}
{% if form.requires_input %}
Script Data
{% else %}
This script does not require any input to run.
{% endif %} {% render_form form %}
Cancel
{{ script.filename }}
{{ script.source }}
{% endblock content-wrapper %}