{% extends "tasks/view.html" %} {% block specific %} {% set task_resources=task.list_resources() %} {% if task.is_finished() and task_resources %} Task-specific info compare result: {% for resource in task_resources %} {% if resource.type.name == 'POOLS_COMPARE_RESULT' %} http {{resource.remote_http()}} {% endif %} {% endfor %} {% endif %} {% endblock %}