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

{{ benchmark_type.name }} {{ benchmark_type.version }} - {{ benchmark_product_summary.desired_level }}

{{ benchmark_product_summary|asvs_level }}
{% if benchmarks %} {% for benchmark in benchmarks %} {% ifchanged %} {% endifchanged %} {% endfor %}
# {% trans "Description" %} L1 L2 L3 {% trans "Applicable" %} {% trans "Pass" %} {% trans "Notes" %}
{{ benchmark.control.category.name }}
{{ benchmark.control.objective_number }} {{ benchmark.control.objective | markdown_render }} {% if benchmark.control.level_1 %}✓{% endif %} {% if benchmark.control.level_2 %}✓{% endif %} {% if benchmark.control.level_3 %}✓{% endif %}
{% else %}

{% trans "No benchmarks found." %}

{% endif %}
{% trans "Delete" %}
{# Modal #} {% endblock %} {% block postscript %} {{ block.super }} {% endblock %} {% block add_styles %} td p { margin-bottom: 0px; } td p a { color: #337ab7; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 12px 10px } table.level-1 tr.level-1 td:first-child, table.level-2 tr.level-1 td:first-child, table.level-3 tr.level-1 td:first-child, table.level-2 tr.level-2 td:first-child, table.level-3 tr.level-2 td:first-child, table.level-3 tr.level-3 td:first-child { background-color: #DCEDFB; } table.level-1 tr.level-2, table.level-1 tr.level-3, table.level-2 tr.level-3 { opacity: 0.55; } {% endblock %}