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

{{ paginator.count }} Compliance check{{ paginator.count|pluralize }}

{% if perms.inventory.add_jmespathcheck %} Create {% endif %} {% if perms.inventory.view_machinesnapshot %} DevTool {% endif %} Terraform config

{% for obj in object_list %} {% with obj.compliance_check as cc %} {% endwith %} {% endfor %}
Name Source Platforms Tags
{{ cc.name }} {{ obj.source_name }} {{ obj.get_platforms_display }} {% for tag in obj.tags.all %} {% inventory_tag tag %} {% empty %} - {% endfor %}
{% endblock %}