{% extends "base.html" %} {% load display_tags %} {% load get_config_setting %} {% load static from staticfiles %} {% block add_styles %} ul#select_by_severity a:hover, ul#bulk_edit a:hover { cursor: pointer; } {% endblock %} {% block content %}

Tracked Product Files, Paths and Artifacts

{% for object in object_queryset %} {% endfor %}
Object Object Type Name Action Details
{{ object|tracked_object_value }} {% if object.tags %} {% for tag in object.tags %} {{ tag }} {% endfor %} {% endif %} {{ object|tracked_object_type }} {{ object.name|default_if_none:"" }} {{ object.review_status }}
{% endblock %} {% block postscript %} {% endblock %}