{% extends "tasks/view.html" %} {% block additional %} {% set task_resources=task.list_resources() %} {% if task.is_finished() and task_resources|length > 0 %}

{% for resource in task_resources %} {% if resource.type.name == 'MATRIXNET_ALLTESTS_RESULTS' %} {% endif %} {% endfor %}
Result:
archive with multiple test.tsv.matrixnet predictions
resource id: {{resource.id}}
http {{resource.remote_http()}}
scp {{resource.get_host()}}:{{resource.remote_path()}}

{% endif %} {% endblock %}