| Test # | MatchOrder | ModifyPosition | {% for match in outcome.matches %}
Match#{{loop.index0}} {{match.section.name}} {{match.size}}b |
{% endfor %}
||
| {{verificationRun.index}} | {{verificationRun.info.name}} | {{verificationRun.type.name}} | {% for testEntry in verificationRun.matchTests %} {% if testEntry.scanResult|string == 'ScanResult.DETECTED' %}{% elif testEntry.scanResult|string == 'ScanResult.NOT_DETECTED' %} | {% else %} | {% endif %} {{testEntry.scanIndex}} | {% endfor %}
| Result | {% include 'includes/verifystatus.html' %}|||||