{% extends "tasks/view.html" %} {% block specific %} {% if task.is_finished() %} Task-specific info {% for rs in task.list_resources() %} {{rs.type.name}} {{rs.remote_http()}} {% endfor %} {% if 'wizardings_rps' in task.ctx %} RPS{{task.ctx['wizardings_rps']}} {% endif %} {% endif %} {% endblock %}