{% macro use_hazards_limitations(benchmark_definition) -%}

Use Case

{{ content(benchmark_definition, "application") }}

Hazards Tested

{{ content(benchmark_definition, "hazards_description") }}

    {% for hazard in benchmark_definition.hazards() %}
  • {{ content(hazard, "name") }}: {{ content(hazard, "description") }}
  • {% endfor %}

Limitations

{%- endmacro %}