{% load navigation_tags %} {% load display_tags %} {% load get_system_setting %} {% load static from staticfiles %} {% if request.session.dojo_breadcrumbs and not product_tab.tab %} {% with request.session.dojo_breadcrumbs|last as last %} {{ last.title }} | {% endwith %} {% elif product_tab.title %} {{ product_tab.title }} | {% endif %} DefectDojo {% block add_css_before %} {% endblock %} {% block add_css %} {% endblock %}
{% block navigation %} {% endblock %}
{% if product_tab.tab %}

{{ product_tab.product }} {% if system_settings.enable_benchmark == 9 %} {% for benchmark in tab_benchmarks%} {{ benchmark.desired_level }} {% endfor %} {% endif %} {% with grade=product_tab.product|product_grade %} {% if grade %}
{{ grade }}
{% endif %} {% endwith %} {% if product_tab.product.tags %} {% for tag in product_tab.product.tags %} {{ tag }} {% endfor %} {% endif %}

{% else %} {% endif %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% include "dojo/breadcrumbs/settings_breadcrumb.html" %} {% include "dojo/breadcrumbs/engagement_breadcrumb.html" %} {% include "dojo/breadcrumbs/finding_breadcrumb.html" %} {% include "dojo/breadcrumbs/endpoint_breadcrumb.html" %} {% include "dojo/breadcrumbs/custom_breadcrumb.html" %} {% block content %} {% endblock %}
{% block postscript %} {% endblock %}