{# This template mimics the apache directory index page almost exactly. #} Index of {{ request.path }}

Index of {{ request.path }}

{# Loop over all directories #} {% for directory_data in directories %} {# no size for directories #} {# no description for directories #} {% endfor %} {% for file_data in files %} {% endfor %}
[ICO] Name Last modified Size Description

[PARENTDIR] Parent Directory   -  
[DIR] {{ directory_data.name }} {{ directory_data.last_modified }} - 
[FILE] {{ file_data.name }} {{ file_data.last_modified }} {{ file_data.size }} {{ file_data.description }}

{% comment %} vi: ft=htmldjango {% endcomment %}