{% if invocations %} {% for invocation in invocations %} {% endfor %}
Invocations Time Taken
{% if invocation.abs_task_id == None %} {{ invocation.exec_job_id }} {% else %} {{ invocation.abs_task_id }} {% endif %} {{ invocation.remote_duration_formatted }}
{% endif %}