{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} {% import "macros.html" as macros %} {% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block nav_client %} active {% endblock %} {% block nav_script_output %} active {% endblock %} {% block content %}

{{ _('Script output') }}

{{ macros.cmd_selected_clients(selected_clients) }}
{% for client in client_data %}

{{ client['output'] }}

{% endfor %}
{% endblock %}