{% extends "base.html" %} {% load static %} {% load event_tags %} {% load display_tags %} {% block content %} {{ block.super }}

{{ benchmark_type.name }} {{ benchmark_type.version }}

{% if category_name %}{{ category_name }}  
{% endif %}{{ benchmark_product_summary|asvs_level }}
{{ benchmark_formset.management_form }} {% if benchmarks %} {% for benchmark in benchmark_formset %} {% with value=benchmarks|display_index:forloop.counter0 %} {{ form.id }} {{ benchmark.id }} {{ benchmark.control.as_hidden }} {{ benchmark.product.as_hidden }} {% endwith %} {% endfor %}
# Description L1 L2 L3 Applicable Pass
{{ value.control.objective_number }} {{ value.control.objective }} {% if value.control.level_1 %}✓{% endif %} {% if value.control.level_2 %}✓{% endif %} {% if value.control.level_3 %}✓{% endif %} {{ benchmark.enabled }} {{ benchmark.pass_fail }}
{% else %}

No benchmarks found.

{% endif %}
Delete
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}