{% for execution in execution_results %} {% endfor %}
{% if exception_stats %}{{ key }} = {{ value }}
No initialization parameters
Cannot collect source code of a task which is not defined in a .py file
{% elif task_source is string %} {{ task_source }} {% else %}Imported from {{ task_source[0] }} version {{ task_source[1] }}
{% endif %}{{ execution_logs[loop.index - 1] }}