{% if file.virustotal and not file.virustotal.error == True %}
{% if file.virustotal.resource %}

Full Results

{% endif %} {% for av, values in file.virustotal.scans.items %} {% if forloop.counter|divisibleby:"3" %} {% elif forloop.last %} {% endif %} {% endfor %}
EngineResultEngineResultEngineResult
{{av}} {% if not values.result %} Clean {% else %} {{values.result}} {% if values.moloch %} [MLCH] {% endif %} {% endif %}
{% endif %}