<%= source.name || 'Untitled' %>
<% var pct = job.progress ? (job.progress.percentage).toFixed(1) : '100.0'; %>
<%= job.size ? this.exportsize(job.size) : 0 %> —
<%= job.progress ? job.progress.speed : 0 %> tiles/sec —
z<%= source.minzoom %>-<%= source.maxzoom %>
<%= pct %>
Cancel export
<% if (job.type === 'upload') { %>
View data
It may take some time for your changes to process and propagate. Check our web interface for the status of your uploads
<% } else if (job.type === 'export') { %>
Download
<% } %>
Back