<?=$this->Form->postLink(__('Delete'),['action'=>'delete',$contactUsFormSubmission->id],['confirm'=>__('Are you sure you want to delete # {0}?',$contactUsFormSubmission->id)])?>
</td>
</tr>
<?phpendforeach;?>
</tbody>
</table>
</div>
<divclass="paginator">
<ulclass="pagination">
<?=$this->Paginator->first('<< '.__('first'))?>
<?=$this->Paginator->prev('< '.__('previous'))?>
<?=$this->Paginator->numbers()?>
<?=$this->Paginator->next(__('next').' >')?>
<?=$this->Paginator->last(__('last').' >>')?>
</ul>
<p><?=$this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total'))?></p>