{% extends 'base.html' %} {% load inventory_extras ui_extras %} {% block content %}
| 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 %} |