{% extends 'base.html' %} {% load inventory_extras ui_extras %} {% block content %}
| Attribute | Value |
|---|---|
| Name | {{ compliance_check.name }} |
| Description | {{ compliance_check.description|linebreaks }} |
| Type | {{ object.get_type_display }} |
| Source |
{{ object.source }}
|
| Expected result | {{ object.expected_resultĀ }} |
| Tags | {% for tag in object.tags.all %} {% inventory_tag tag %} {% empty %} - {% endfor %} |
| Excluded tags | {% for tag in object.excluded_tags.all %} {% inventory_tag tag %} {% empty %} - {% endfor %} |
| Intel? | {{ object.arch_amd64|yesno }} |
| Apple Silicon? | {{ object.arch_arm64|yesno }} |
| Min. OS version | {{ object.min_os_version|default:"-" }} |
| Max. OS version | {{ object.max_os_version|default:"-" }} |