{% extends 'generic/object.html' %} {% load helpers %} {% load log_levels %} {% load validity %} {% block title %}Run Compliance Tests{% endblock %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block subtitle %}
Execute all or particular Compliance Tests against specified scope of Devices and generate the Report
{% endblock subtitle %} {% block controls %}{% endblock %} {% block object_identifier %}{% endblock object_identifier %} {% block tabs %}{% endblock tabs %} {% block content %}
{% if not perms.extras.run_compliancetest %}
You do not have permission to run Compliance Tests.
{% endif %}
{% csrf_token %}
{% for fieldset in form.fieldsets %} {% render_fieldset form fieldset %} {% endfor %}
Cancel
{% endblock content %}