• Output name:
    {{ name }}
    ACRO status:
    {{ output.status }} {% if output.status == "fail" %} {% icon_file_x class="h-5 w-5 stroke-red-700" %} {% elif output.status == "pass" %} {% icon_file class="h-5 w-5 stroke-blue-700" %} {% elif output.status == "review" %} {% icon_file_unknown class="h-5 w-5 stroke-fuchsia-700" %} {% endif %}
    Output type:
    {{ output.properties.method|default_if_none:"" }} {{ output.type }}