+
+ %fa:spinner .pulse%{{ ctx.name }}
+
+ %i18n:common.tags.mk-uploader.waiting%
+ {{ String(Math.floor(ctx.progress.value / 1024)).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') }}KB / {{ String(Math.floor(ctx.progress.max / 1024)).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') }KB
+ {{ Math.floor((ctx.progress.value / ctx.progress.max) * 100) }}
+
+
+
+
+
+