<#include "header.html">
title <#if item.title??>${ item.title?html }<#else>-
url ${ item.fullUrl?html }
comment <#if item.comment??>${ item.comment?html }<#else>-
id ${ item.id?string.computer }
priority ${ item.priority }
in queue <#if item.inQueue>true<#else>false
created ${ item.created }
state updated ${ item.stateUpdated }
last processed <#if item.lastProcessed??>${ item.lastProcessed }<#else>-


delete

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


has ${ countAll } jobs.

<#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 jobs as job>
[job: ${ job.id?string.computer }] [infomation] <#if job.completed??> [${ job.created }] - [${ job.completed }] <#else> [${ job.created }] - Processing...
<#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