{% for mark in signature.marks|sigsort %}
{% if mark.type == "call" %}
{% if mark.first %}
{# Close up the non-API call table #}
{% if not forloop.first %}
{% endif %}
Time & API
Arguments
Status
Return
Repeated
{% endif %}
{% include "analysis/behavior/_api_call.html" with call=mark.call pid=mark.pid cid=mark.cid %}
{% elif mark.type == "ioc" %}
{{ mark.category }}
{{ mark.ioc }}
{% if mark.description %}
{{ mark.description }}
{% endif %}
{% elif mark.type == "generic" %}
{% for key, value in mark.items %}
{% if key != "type" %}