<#include "header.html">
id ${ job.id?string.computer }
item id ${ job.itemId?string.computer }
created ${ job.created }
completed <#if job.completed??>${ job.completed }<#else>-


delete

state:
<#list job.state?keys as key> <#list job.state[key] as v> <#if 1 < job.state[key]?size> <#else>
${ key?html } (${ v_index })${ key?html } ${ v?html }


has ${ countAll } snaps.

<#if offset != 0> first <#list [offset - limit * 10, offset - limit * 9, offset - limit * 8, offset - limit * 7, offset - limit * 6, offset - limit * 5, offset - limit * 4, offset - limit * 3, offset - limit * 2, offset - limit] as x> <#if 0 <= x> ${ ((x / limit)?int + 1)?string.computer } ${ (offset / limit)?int + 1 } <#list [offset + limit, offset + limit * 2, offset + limit * 3, offset + limit * 4, offset + limit * 5, offset + limit * 6, offset + limit * 7, offset + limit * 8, offset + limit * 9, offset + limit * 10] as x> <#if 0 <= x && x < countAll> ${ ((x / limit)?int + 1)?string.computer } <#if limit < countAll> <#if (offset / limit)?int != (countAll / limit)?int > <#if countAll % limit == 0> last <#else> last
<#list snaps as snap>
[snap: ${ snap.id?string.computer }] [infomation] <#if snap.completed??> [${ snap.created }] - [${ snap.completed }] <#else> [${ snap.created }] - Processing... <#if snap.size??> <#if 1000000000 < snap.size><#-- GB --> [${ (snap.size / 1000000000)?int }GB] <#elseif 1000000 < snap.size><#-- MB --> [${ (snap.size / 1000000)?int }MB] <#elseif 1000 < snap.size><#-- KB --> [${ (snap.size / 1000)?int }KB] <#else> [${ snap.size }B]
${ snap.url?html }
<#if offset != 0> first <#list [offset - limit * 10, offset - limit * 9, offset - limit * 8, offset - limit * 7, offset - limit * 6, offset - limit * 5, offset - limit * 4, offset - limit * 3, offset - limit * 2, offset - limit] as x> <#if 0 <= x> ${ ((x / limit)?int + 1)?string.computer } ${ (offset / limit)?int + 1 } <#list [offset + limit, offset + limit * 2, offset + limit * 3, offset + limit * 4, offset + limit * 5, offset + limit * 6, offset + limit * 7, offset + limit * 8, offset + limit * 9, offset + limit * 10] as x> <#if 0 <= x && x < countAll> ${ ((x / limit)?int + 1)?string.computer } <#if limit < countAll> <#if (offset / limit)?int != (countAll / limit)?int > <#if countAll % limit == 0> last <#else> last