Pre-deployment Testing Report
Version: {{summary.Version}}
Install From:
{{ mic_repo }}
Report Time: {{summary["Report Time"]}}
{% for name, value in summary.items() %} {% if name not in ("Version", "Report Time") %}
{{name}}: {{value}}
{% endif %} {% endfor %}
{% for text in thead %}
{{ text }}
{% endfor %}
{% for i, row in tbody.items() %}
{% for j, td in row.items() %}
1 %} rowspan="{{td.rows_span}}" {% endif %} {% if td.title %} title="{{td.title}}" {% endif %} {% if td.css %} class="{{td.css}}" {% endif %} {% if td.href %} >
{{td.text}}
{% else %} >{{td.text}} {% endif %}
{% endfor %}
{% endfor %}