{% extends 'base.html' %} {% block title %}AVS Migration Risks Analysis{% endblock %} {% block content %}
This page will display potential migration risks for the uploaded file: {{ filename }}
Count: {{ risk_data.count }}
{{ risk_data.risk_info.description }}
{% if risk_data.risk_info.alert_message %}| {{ key }} | {% endfor %}
|---|
| {% if key == 'Risk Level' %} {{ get_risk_display_name(value) }} {% elif value is sameas true or value|string|lower in ['true', 'yes'] %} ✓ {% elif value is sameas false or value|string|lower in ['false', 'no'] %} ✘ {% elif 'MiB' in key and value|string|length > 0 %} {{ value | convert_mib_to_human_readable }} {% else %} {{ value }} {% endif %} | {% endfor %}