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

Tracked Product Files, Paths and Artifacts

{% if product|has_object_permission:"Product_Tracking_Files_Add" %} {% endif %}
{% for object in object_queryset %} {% endfor %}
Object Object Type Name Action Details
{{ object|tracked_object_value }} {% include "dojo/snippets/tags.html" with tags=object.tags.all %} {{ object|tracked_object_type }} {{ object.name|default_if_none:"" }} {{ object.review_status }}
{% if product|has_object_permission:"Product_Tracking_Files_Edit" %} Edit {% endif %} {% if product|has_object_permission:"Product_Tracking_Files_Delete" %} Delete {% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}