t('.title') ?>

formTag($this->updateMultipleAdvertisementsPath(), function() { ?> ads as $ad) : ?>
checkBoxTag('check_all', 'check_all', false, ['onClick' => "checkbox_toggle(this, 'advertisement_ids[]');"]) ?> # humanize('image_url') ?> humanize('referral_url') ?> humanize('width') ?> humanize('height') ?> humanize('ad_type') ?> humanize('status') ?> humanize('hit_count') ?>
checkBoxTag('advertisement_ids[]', $ad->id) ?> linkTo($ad->id, $ad) ?> linkTo($ad->image_url, $ad->image_url) ?> linkTo($ad->referral_url, $ad->referral_url) ?> width ?> height ?> ad_type ?> status ?> hit_count ?> linkTo($this->t('buttons.edit'), $this->editAdvertisementPath($ad)) ?> linkTo($this->t('buttons.delete'), $ad, ['data' => ['confirm' => $this->t('confirmations.is_sure')], 'method' => 'delete']) ?>
submitTag($this->t('.reset_hit_count'), ['name' => 'do_reset_hit_count']) ?> submitTag($this->t('buttons.delete'), ['name' => 'do_delete']) ?> linkTo($this->t('buttons.add'), $this->newAdvertisementPath()) ?> willPaginate($this->ads) ?>