}
?>

	<table class="widefat" cellspacing="0">
		<thead>
		<tr><?php 
shopp_print_column_headers('shopp_page_shopp-customers');
?>
</tr>
		</thead>
		<?php 
if (SHOPP_WP27) {
    ?>
		<tfoot>
		<tr><?php 
    shopp_print_column_headers('shopp_page_shopp-customers', false);
    ?>
</tr>
		</tfoot>
		<?php 
}
?>
	<?php 
if (sizeof($Customers) > 0) {
    ?>
		<tbody id="customers-table" class="list orders">
		<?php 
    if (SHOPP_WP27) {
        $hidden = get_hidden_columns('shopp_page_shopp-customers');
    } else {
        $hidden = array();
}
?>

	<table class="widefat" cellspacing="0">
		<thead>
		<tr><?php 
shopp_print_column_headers('toplevel_page_shopp-orders');
?>
</tr>
		</thead>
		<?php 
if (SHOPP_WP27) {
    ?>
		<tfoot>
		<tr><?php 
    shopp_print_column_headers('toplevel_page_shopp-orders', false);
    ?>
</tr>
		</tfoot>
		<?php 
}
?>
	<?php 
if (sizeof($Orders) > 0) {
    ?>
		<tbody id="orders-table" class="list orders">
		<?php 
    if (SHOPP_WP27) {
        $hidden = get_hidden_columns('toplevel_page_shopp-orders');
    } else {
        $hidden = array();
}
?>

	<table class="widefat" cellspacing="0">
		<thead>
		<tr><?php 
shopp_print_column_headers('shopp_page_shopp-promotions');
?>
</tr>
		</thead>
		<?php 
if (SHOPP_WP27) {
    ?>
		<tfoot>
		<tr><?php 
    shopp_print_column_headers('shopp_page_shopp-promotions', false);
    ?>
</tr>
		</tfoot>
		<?php 
}
?>
	<?php 
if (sizeof($Promotions) > 0) {
    ?>
		<tbody class="list promotions">
		<?php 
    $hidden = array();
    if (SHOPP_WP27) {
        $hidden = get_hidden_columns('shopp_page_shopp-promotions');
    }
}
?>

	<table class="widefat" cellspacing="0">
		<thead>
		<tr><?php 
shopp_print_column_headers('shopp_page_shopp-categories');
?>
</tr>
		</thead>
		<?php 
if (SHOPP_WP27) {
    ?>
		<tfoot>
		<tr><?php 
    shopp_print_column_headers('shopp_page_shopp-categories', false);
    ?>
</tr>
		</tfoot>
		<?php 
}
?>
	<?php 
if (sizeof($Categories) > 0) {
    ?>
		<tbody id="categories-table" class="list categories">
		<?php 
    $hidden = array();
    if (SHOPP_WP27) {
        $hidden = get_hidden_columns('shopp_page_shopp-categories');
    }
}
?>
	
	<table class="widefat" cellspacing="0">
		<thead>
		<tr><?php 
shopp_print_column_headers('shopp_page_shopp-products');
?>
</tr>
		</thead>
		<?php 
if (SHOPP_WP27) {
    ?>
		<tfoot>
		<tr><?php 
    shopp_print_column_headers('shopp_page_shopp-products', false);
    ?>
</tr>
		</tfoot>
		<?php 
}
?>
	<?php 
if (sizeof($Products) > 0) {
    ?>
		<tbody id="products" class="list products">
		<?php 
    $hidden = array();
    if (SHOPP_WP27) {
        $hidden = get_hidden_columns('shopp_page_shopp-products');
    }