{% extends 'base.html' %} {% block title %}run results{% endblock %} {% block head %} {% endblock %} {% block body %}

Run Spider

{% for SCRAPYD_SERVER in SCRAPYD_SERVERS %} {% if loop.index in selected_nodes and loop.index != first_selected_node %} {% endif %} {% endfor %}
invert selection Index Stats Node Name Status Project Version Spider Jobid
{{ first_selected_node }} 1 %}"_blank"{% else %}"_self"{% endif %} >{{ SCRAPYD_SERVERS[first_selected_node-1] }} {{ js['node_name'] }} {{ js['status'] }} {{ project }} {{ version }} {{ spider }} {{ js['jobid'] }}
{{ loop.index }} 1 %}"_blank"{% else %}"_self"{% endif %} >{{ SCRAPYD_SERVERS[loop.index-1] }}
Servers » Get Reports
{% endblock %}