{% extends 'base.html' %} {% load base_extras bootstrap inventory_extras %} {% block content %}

Compliance checks DevTool

{% csrf_token %} {{ form|bootstrap }}

{% if perms.inventory.add_jmespathcheck %} {% endif %}

{% if form.has_changed %}

Result

{% if result != None %}{{ result|pythonprettyprint }}{% else %}

-

{% endif %}

Machine snapshot

{% if tree != None %}{{ tree|pythonprettyprint }}{% else %}

-

{% endif %} {% endif %} {% endblock %}