{% extends "base.html" %} {% load navigation_tags %} {% load display_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} | {% dojo_sort request 'Product' 'name' 'asc' %} | Tags | Criticality | Metadata | Eng. | {% if system_settings.enable_jira %}Jira | {% endif %} {% if system_settings.enable_github %}GitHub | {% endif %}Active (Verified) Findings | Vulnerable Hosts / Endpoints | Contact | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Product Type' 'prod_type__name' %} |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ prod.name }}
{% with grade=prod|product_grade %}
{% if grade %}
{{ grade }}
{% endif %}
{% endwith %}
|
{% include "dojo/snippets/tags.html" with tags=prod.tags.all %} | {{ prod.business_criticality|business_criticality_icon }} | {{ prod.platform|platform_icon }} {{ prod.lifecycle|lifecycle_icon }} {{ prod.origin|origin_icon }} {{ prod.external_audience|external_audience_icon }} {{ prod.internet_accessible|internet_accessible_icon }} | {% if prod.last_engagement_date %} {% else %} {% endif %} | {% if system_settings.enable_jira %}{{ prod|jira_project_tag }} | {% endif %} {% if system_settings.enable_github %}{% for github_conf in prod.github_confs %} {% if github_conf.git_conf is not None %} {% endif %} {% endfor %} | {% endif %}{% if prod.findings_count %} {{ prod.findings_count }} ({{ prod.findings_active_verified_count }}) {% else %} 0 {% endif %} | {% if prod.endpoint_count %} {{ prod.endpoint_host_count }} / {{ prod.endpoint_count }} {% else %} 0 {% endif %} |
{% if prod.product_manager %}
{% if prod.product_manager != "0" %}
{{ prod.product_manager }}, Manager
{% if prod.team_manager or prod.technical_contact %} {% endif %} {% endif %} {% endif %} {% if prod.team_manager %} {% if prod.team_manager != "0" %} {{ prod.team_manager }}, Team Lead {% if prod.product_manager or prod.technical_contact %} {% endif %} {% endif %} {% endif %} {% if prod.technical_contact %} {% if prod.technical_contact != "0" %} {{ prod.technical_contact }}, Technical {% endif %} {% endif %} |
{{ prod.prod_type.name }} |
No products found.