{% extends 'base.html' %} {% load inventory_extras %} {% block content %}
{% if perms.inventory.add_jmespathcheck %} Create {% endif %} {% if perms.inventory.view_machinesnapshot %} DevTool {% endif %} Terraform config
| Name | Source | Platforms | Tags | {% for obj in object_list %} {% with obj.compliance_check as cc %}
|---|---|---|---|
| {{ cc.name }} | {{ obj.source_name }} | {{ obj.get_platforms_display }} | {% for tag in obj.tags.all %} {% inventory_tag tag %} {% empty %} - {% endfor %} |