echo '<mark class="no">' . '&ndash;' . '</mark>';
}
?>
			</td>
		</tr>
		<tr>
			<td data-export-label="VAT Table Check"><?php 
_e('VAT Table Check', 'woocommerce-germanized');
?>
:</td>
			<td class="help"><?php 
echo '<a href="#" class="help_tip" data-tip="' . esc_attr__('Checks whether all WooCommerce tax relevant tables have been added.', 'woocommerce-germanized') . '">[?]</a>';
?>
</td>
			<td><?php 
echo WC_GZD_Admin_Status::tax_tables_exist() ? '<mark class="yes">' . '&#10004;' . '</mark>' : '<mark class="no">' . '&ndash;' . '</mark>' . ' [' . sprintf(__('Missing: %s', 'woocommerce-germanized'), implode(', ', WC_GZD_Admin_Status::get_missing_tax_tables())) . ']';
?>
</td>
		</tr>
		<?php 
do_action('woocommerce_gzd_status_after_vat');
?>
	</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');
?>