{% if outcome.verification %} {% if outcome.verification.matchConclusions.verifyStatus[index]|string == "VerifyStatus.ROBUST" %} Robust signature. Check verifier {% elif outcome.verification.matchConclusions.verifyStatus[index]|string == "VerifyStatus.IRRELEVANT" %} Not relevant or together with other matches. Check verifier {% elif outcome.verification.matchConclusions.verifyStatus[index]|string == "VerifyStatus.DOMINANT" %} Dominant. Modify this to make file undetected {% if current_user.is_authenticated %} (Download) {% endif %} {% else %} {% endif %} {% endif %}