Metrics

Metric details


Summary



{% for risk_dim, cards in score_with_margin.items() %}
Metric
{{risk_dim.replace('-', ' ').title()}}
{{risks_description.get(risk_dim)}}
{% for card_name, metrics in cards.items() %} {% if metric_card_name_translation.get(card_name) is not none %} {% else %} {% endif %} {% for metric_name, metric_value in metrics.items() %} {% if metric_value is string %} {% else %} {% endif %} {% endfor %}
{{metric_card_name_translation.get(card_name)}} {{card_name}}
{{metric_name.replace('_', ' ').replace('.', ' ')}} {{metric_value.replace('_', ' ')}} {{ metric_value }}

{% endfor %}

{% endfor %}