provide('title', $this->t('.title')) ?>

Batch Uploads

items as $item) : ?>
# t('.username') ?> t('.url') ?> t('.tags') ?> t('.status') ?>
id ?> linkTo($this->h(User::find_name($item->user_id)), ['controller' => "user", 'action' => "show", 'id' => $item->user_id]) ?> h(urldecode(pathinfo($item->url, PATHINFO_BASENAME))) ?> h($item->tags) ?> status == "error") : ?> data->post_id)) : ?> t(['.exists_html', 'id' => $this->linkTo("#".$item->data->post_id, ['controller' => 'post', 'action' => 'show', 'id' => $item->data->post_id])]) ?> h($item->data->error) ?> status == "pending") : ?> active) : ?> t('.uploading') ?> t('.pending') ?> status == "paused") : ?> t('.paused') ?> status == "finished") : ?> t(['.completed_html', 'id' => $this->linkTo("#" . $item->data->post_id, ['controller' => 'post', 'action' => 'show', 'id' => $item->data->post_id])]) ?>
formTag(['action' => "create"], ['method' => 'get'], function(){ ?> submitTag($this->t('.queue_uploads'), ['name' => "queue"]) ?> formTag(['action' => "update"], function(){ ?> hiddenFieldTag("do", "retry") ?> submitTag($this->t('.retry_failed')) ?> formTag(['action' => "update"], function(){ ?> hiddenFieldTag("do", "clear_finished") ?> submitTag($this->t('.clear')) ?> formTag(['action' => "update"], function(){ ?> hiddenFieldTag("do", "abort_all") ?> submitTag($this->t('.cancel')) ?> formTag(['action' => "update"], function(){ ?> hiddenFieldTag("do", "pause") ?> submitTag($this->t('.pause')) ?> formTag(['action' => "update"], function(){ ?> hiddenFieldTag("do", "unpause") ?> submitTag($this->t('.resume')) ?>
willPaginate($this->items) ?>