{% load i18n %} {% load wooey_tags %}
{% with group_show=script.script_group|valid_user:request.user %} {% if group_show != 'hide' %}
{% if script.is_active %} {{ script.script_name }} {% with previous_versions=script.get_previous_versions %} {% if previous_versions %} {% endif %} {% endwith %} {% else %} {{ script.script_name }} {% endif %} {% if not script.is_active %}{% endif %}
{{ script.script_description }}
{{ script.script_group.group_name }}
{% endif %} {% endwith %}