{% extends "manage_base.html" %} {% block manage_content %}

{{ _('Scripts') }}

{{ noscript_note.render() }} {%- for id, script in scripts -%} {% if not script.hidden %} {% endif %} {%- endfor -%}
{{ _('ID') }} {{ _('Description') }} {{ _('Action') }}
{{ id }} {{ _(script.description|default(_('None'))) }} {{ _('Run') }}
{% endblock %}