<?php 
$totalPageRecord = count($this->blackList ?? []);
$thePage = $this->page;
$thePageRecord = $this->pageRecord;
$theTotalRecord = $this->countblackList;
$theTotalPage = ceil($theTotalRecord / $thePageRecord);?>
<form method="get" name="">

		<div class="panelHeader">
			<h3>Track Blacklist</h3>
			<label class="totalblacklist" id="totalrecords"></label>
		</div>
		<div  class="panelContent">
			<table class="data">
				<thead>
					<tr>
						<th align="center"><b>No.</b></th>
						<th align="center"><b>Track Id</b></th>
						<th align="center"><b>Track Name</b></th>
						<th align="center"><b>Track ISRC</b></th>
						<th align="center"><b>Release UPC</b></th>
						<th align="center"><b>Reason</b></th>
						<th align="center"><b>Time Stamp Information</b></th>
						<th align="center"><b>Release Name</b></th>
					</tr>
				</thead>
				<tbody id="Blacklistresult">
				</tbody>	
			</table>
			<div id="loader" style="display: none;" align="center">
					<img alt="" src="/images/loader.gif">
			</div>
		</div>
		<div id="divPagination"></div>
	</form>