{% extends 'base.html' %} {% load inventory_extras %} {% block content %}
| Attribute | Value |
|---|---|
| Name | {{ compliance_check.name }} |
| Description | {{ compliance_check.description }} |
| Source name | {{ object.source_name }} |
| Platform{{ object.platforms|length|pluralize }} | {{ object.get_platforms_display }} |
| Tags | {% for tag in object.tags.all %} {% inventory_tag tag %} {% empty %} - {% endfor %} |
| JMESPath expression | {{ object.jmespath_expression }} |