{% extends 'generic/object.html' %} {% load helpers %} {% load form_helpers %} {% load log_levels %} {% block title %}{{ script }}{% endblock %} {% block object_identifier %} {{ script.full_name }} {% endblock object_identifier %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block subtitle %}
{{ script.Meta.description|markdown }}
{% endblock subtitle %} {% block controls %}{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %}
{% 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 %}