{% extends "template.html" %} {% block content %}

Run command snippet {{snippet.name}}

{% if form %}{% include "includes/noc_fieldset.html" %}{% endif %}

Selected Objects

Select all shown:
    {% for o in objects %}
  • {% endfor %}
{% endblock %}