{% load i18n %} {% load wooey_tags %} {% get_wooey_setting "WOOEY_SHOW_LOCKED_SCRIPTS" as wooey_show_locked_scripts %} {% if script.is_active or wooey_show_locked_scripts %}
{% with group_show=script.script_group|valid_user:request.user %} {% if group_show != 'hide' %}
{% if script.is_active and group_show == True %} {{ script.script_name }} {% with previous_versions=script.get_previous_versions %} {% if previous_versions %} {% endif %} {% endwith %} {% else %} {{ script.script_name }} {% endif %}
{{ script.script_description }}
{{ script.script_group.group_name }}
{% endif %} {% endwith %}
{% endif %}