$externalProductCatalogs */ ?>
Html->link(__('New External Product Catalog'), ['action' => 'add'], ['class' => 'button float-right']) ?>

Paginator->sort('id') ?> Paginator->sort('product_catalog_id') ?> Paginator->sort('base_url') ?> Paginator->sort('api_url') ?> Paginator->sort('created') ?> Paginator->sort('deleted') ?> Paginator->sort('enabled') ?>
Number->format($externalProductCatalog->id) ?> hasValue('product_catalog') ? $this->Html->link($externalProductCatalog->product_catalog->name, ['controller' => 'ProductCatalogs', 'action' => 'view', $externalProductCatalog->product_catalog->id]) : '' ?> base_url) ?> api_url) ?> created) ?> deleted) ?> enabled) ?> Html->link(__('View'), ['action' => 'view', $externalProductCatalog->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $externalProductCatalog->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $externalProductCatalog->id], ['confirm' => __('Are you sure you want to delete # {0}?', $externalProductCatalog->id)]) ?>

Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>