{% if report.analysis.virustotal and report.analysis.virustotal.response_code %} {% if report.analysis.info.category == "file" %} {% else %} {% endif %} {% for av, values in report.analysis.virustotal.scans.items %} {% endfor %}
AntivirusSignatureResult
{{av}} {% if report.analysis.info.category == "file" %} {% if not values.result %} Clean {% else %} {{values.result}} {% endif %} {% else %} {% if not values.detected %} {% else %} {% endif %} {{ values.result|title }} {% endif %}
{% else %} {% if report.analysis.virustotal.summary.permalink %} Your file is being analysed {% else %} No antivirus signatures available. {% endif %} {% endif %}