{% extends "wooey/base.html" %} {% load i18n %} {% load static %} {% block center_content_class %}col-lg-10 col-lg-offset-1 col-md-12 col-xs-12{% endblock center_content_class %} {% block extra_css %} {{ block.super }} {% endblock extra_css %} {% block center_content %}

{% trans "Script Details" %}

{% trans "Choose an existing group or create a new one." %}

{% trans "Choose an existing virtual environment for this script. Selecting create new opens virtual environment management in a new tab." %}

{% trans "This description is shown on the main scripts page." %}

{% trans "Markdown is supported here and this content is shown on the script page." %}

{% trans "This is part of the sort order for scripts within a group. A lower number appears first." %}

{% trans "Script addition will not fail if the server cannot find an import. This is commonly enabled when using virtual environments." %}

{% if is_new_script %}
{% endif %}
{% endblock center_content %} {% block inline_js %} {{ block.super }} {% endblock inline_js %}