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

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

« Back Forward »
{% for row in rows %} {% endfor %}
Filename Size Content type Content encoding
{{ row['filename']|safe }} {{ row['size'] }} {{ row['content_type'] }} {{ row['content_encoding'] }}
{% endblock %}