<%include file="header_fullwidth.html" />

${nbpublic} public archives out of ${nbtotal} online experiments with original images since ${firstdate}.
This archive is not moderated; in case of copyright infringement or similar problem, please contact us to request the removal of some images.

<%include file="archive_pages.html" />


%for bucket in bucket_list: <% images = filter(lambda i : i.is_file and i.has_tn, bucket['files']) non_images = filter(lambda i : i.is_file and not i.has_tn, bucket['files']) %>
%for (key, value) in bucket['info'].items(): %endfor
key ${bucket['meta']['key'] | h}
date ${bucket['meta']['date'] | h}
${key | h} ${value | h}
files %for item in non_images: ${item.name} %endfor
images
%for item in images: ${item.name | h} %endfor

%endfor

<%include file="archive_pages.html" />

<%include file="footer.html" />