{% extends 'bootstrap-italia-base.html' %} {% block page_title %} SPID Quality Assessment {% endblock page_title %} {% block header_slim_org_name %} SPID Quality Assessment {% endblock header_slim_org_name %} {% block header_slim_mobile_org_name %} SPID Quality Assessment {% endblock header_slim_mobile_org_name %} {% block header_center_org_name %} SPID Quality Assessment {% endblock header_center_org_name %} {% block header_center_org_subname %} SPID Quality Assessment {% endblock header_center_org_subname %} {% block header_center_search %}{% endblock header_center_search %} {% block header_slim_right_zone %}{% endblock header_slim_right_zone %} {% block main_menu %}{% endblock main_menu %} {% block header_mobile_slim_menu %} {% endblock header_mobile_slim_menu %} {% block header_center_social %} {% endblock header_center_social %} {% block centered_container %}

Report

{{ display_name }}
Risultati dei test condotti con spid-sp-test.

{% if sp_display_description %}

Display description"

{% endif %}
{% for test_category, test_dict in report_data.items() %}
{% for test_class, tests in test_dict.items() %}

{{ test_category | title | replace("_", " ") }} [{{ test_class }}]

{% for test in tests %} {% if test.result == "success" %} {% elif test.result == "failure" %} {% else %} {% endif %} {% endfor %}
# Result Name Description
{{ loop.index }}{{ test.result }}{{ test.result }}{{ test.result }}{{ test.test }} {{ test.value }}
{% endfor %}
{% endfor %} {% endblock centered_container %} {% block footer_top_section %} {% endblock footer_top_section %} {% block footer_menu_section %} {% endblock footer_menu_section %} {% block footer_contacts_section %}
{% endblock footer_contacts_section %} {% block footer_bottom_content %}

Sezione Link Utili

{% endblock footer_bottom_content %}