Select Data
Click on an image to use it as the algorithm input.
%for id in sorted(inputd.keys()):
%for url in inputd[id]['tn_url']:
%endfor
${inputd[id]['title'] | h}
%endfor
%if any([inputd[id].has_key('credit') for id in inputd]):
image credits
%for id in sorted(inputd.keys()):
%for url in inputd[id]['url']:
%endfor
${inputd[id]['credit'] | h}
%endfor
%endif