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

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

{% if project and spider %} {% endif %} {% for row in rows %} {% if project and spider %} {% endif %} {% endfor %}
FilenameLog Stats ActionSize Content type Content encoding
{{ row['filename']|safe }}Log Stats START{{ row['size'] }} {{ row['content_type'] }} {{ row['content_encoding'] }}
{% endblock %}