{% for call in chunk.calls %} {% endfor %}
Time API Arguments Status Return Repeated
{{call.timestamp}} {{call.api}} {% for argument in call.arguments %} {{argument.name}}: {{argument.value}}
{% endfor %}
{% if call.status %} success {% else %} failed {% endif %} {{call.return}} {% if call.repeated > 0 %} {{call.repeated}} {% if call.repeated > 1 %} times {% else %} time {% endif %} {% endif %}