?>
	</tbody>
</table>

<table class="wc_status_table widefat" cellspacing="0" id="status">
	<thead>
		<tr>
			<th colspan="3" data-export-label="Legal Pages"><?php 
_e('Legal Pages', 'woocommerce-germanized');
?>
</th>
		</tr>
	</thead>
	<tbody>
		<?php 
foreach (WC_GZD_Admin_Status::get_legal_pages() as $option => $page) {
    ?>

			<tr>
				<td data-export-label="<?php 
    echo $page['title'];
    ?>
"><?php 
    echo $page['title'];
    ?>
</td>
				<td class="help">&nbsp;</td>
				<td><?php 
    echo $page['id'] && get_post($page['id']) ? '<mark class="yes">' . '&#10004;' . '</mark>' : '<mark class="no">' . '&ndash;' . '</mark>' . ($page['id'] && !get_post($page['id']) ? ' [' . __('Page doesn’t exist', 'woocommerce-germanized') . ']' : '');
    ?>
</td>