{% if report.analysis.irma and report.analysis.irma.status %} {% if report.analysis.info.category == "file" %} {% else %} {% endif %} {% for probe in report.analysis.irma.probe_results %} {% endfor %}
IRMASignatureResult
{{probe.name}} {% if report.analysis.info.category == "file" %} {% if not probe.results %} Clean {% else %} {{probe.results}} {% endif %} {% endif %}
{% else %} No IRMA results available. {% endif %}