{% extends "base.html" %} {% block title %}Bulk Command Sender{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Bulk Command Sender

{% if servers[0]|length > 0 %}

Target Servers

Command


{{ xsrf|raw }}
{% else %}
You do not have any servers.
{% endif %}
{% endblock %}