Logged as: ${request.identity.name} Logout
%endif${'
'.join(status)|n}
See the result in the test page.
%if jobs_status:
${job.command}
${job.message.strip() | n,h}%endif %if job.status == 'started':
%elif job.status == 'error' and errors:
%endif %if status:
%for s in status:
Zoom level ${s['zoom']}:
<% comma = False %>
%if 'generate' in s:
<% comma = True %>
${s['generate']} meta tiles to generate
%endif
%if 'pending' in s:
%if comma:
,
%endif
<% comma = True %>
${s['pending']} meta tiles being generated
%endif
%if 'error' in s:
%if comma:
,
%endif
${s['error']} meta tiles in error
%endif
%endfor
${e | n,h}%endfor %endif