jQuery(document).ready(function(){ window.tmpl.cache['GridFieldBulkImageUpload_downloadtemplate'] = tmpl( '{% for (var i=0, files=o.files, l=files.length, file=files[0]; i' + '
' + '' + '
' + '
' + '' + '{% if (file.error) { %}' + '
' + '
' + '
' + '{% } %}' + '
' + '{% if (!file.error) { %}' + '
'+ '
'+ ''+ ''+ '{% for (var key in file.record.fields) { %}' + '{%#file.record.fields[key]%}' + '{% } %}' + '
'+ '
' + '{% } %}' + '' + '{% } %}' ); });