Overview
{{file}}
{% for key in overview %}
{% if key != 'overview_msg' and key != 'overview_cnt' and key !='Majority_label' and key!='Mapped_fraud' %}
{{ key }} |
{{ overview [key] }} |
{% endif %}
{% endfor %}
{% if overview['overview_cnt'] != 0 %}
{% for key in overview['overview_msg'] %}
{{ key }} |
{{ overview['overview_msg'][key] }} |
{% endfor %}
{% endif %}
{% endblock %}