(function (global, factory) { if (typeof define === "function" && define.amd) { define('ss.UploadField_uploadtemplate', [], factory); } else if (typeof exports !== "undefined") { factory(); } else { var mod = { exports: {} }; factory(); global.ssUploadField_uploadtemplate = mod.exports; } })(this, function () { 'use strict'; window.tmpl.cache['ss-uploadfield-uploadtemplate'] = tmpl('{% for (var i=0, files=o.files, l=files.length, file=files[0]; i' + '
' + '
' + '' + '
' + '{% if (!file.error) { %}' + '
' + '{% if (!o.options.autoUpload) { %}' + '
' + '{% } %}' + '{% } %}' + '
' + '' + '
' + '
' + '' + '
' + '
' + '
' + '' + '{% } %}'); });