{% load navigation_tags %} {% load display_tags %} {% load authorization_tags %} {% load i18n %} {% load static %} {% 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 dojo_css %} {% endblock %} {% comment %} {% endcomment %}
{% block navigation %} {% endblock %}
{% block tab_bar %} {% 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 %} {% include "dojo/snippets/tags.html" with tags=product_tab.product.tags.all.all %}

{% else %} {% endif %} {% endblock %}
{% 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 footer %} {% endblock %}
{% block extra_javascript %} {% endblock %} {% block postscript %} {% endblock %}