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

Directory listing for /logs/{% if project %}{{ project }}/{% endif %}{% if spider %}{{ spider }}/{% endif %}

« Back Forward »
{% if project and spider %} {% endif %} {% for row in rows %} {% if project %} {% else %} {% endif %} {% if spider %} {% elif project %} {% else %} {% endif %} {% if project and spider %} {% endif %} {% endfor %}
Filename Project SpiderLog StatsSize Content type Content encoding
{{ row['filename']|safe }}{{ project }}{{ row['filename']|regex_replace('(.*?)/', '\\1') }}{{ spider }}{{ row['filename']|regex_replace('(.*?)/', '\\1') }}Log Stats{{ row['size'] }} {{ row['content_type'] }} {{ row['content_encoding'] }}
{% if project and spider and rows %}
{% if SCRAPYD_SERVERS_AMOUNT > 1 %} multinode {% endif %} Run Spider ({{ spider }})
{% endif %}
{% endblock %}