<?php 
    }
    ?>
				<?php 
    if (displetretsidx_has_average_square_footage()) {
        ?>
					<th scope="row" class="displet-font-color-light">
						Size Average:
					</th>
					<td>
						<span class="<?php 
        displetretsidx_the_average_square_footage_class();
        ?>
 displet-font-color-light">
							<?php 
        displetretsidx_the_average_square_footage();
        ?>
						</span>
						Sq. Ft.
					</td>
				<?php 
    }
    ?>
			</tr>
		</table>
		<?php 
    displetretsidx_the_listings_loading_element();
    ?>
	<?php 
} else {
    ?>
/**
 * @deprecated: since 2.0.42
 * @package: displetretsidx_the_advanced_stats() or displetretsidx_setup_advanced_stats_data( $stats )
 * @return: print: text
 */
function displetretsidx_the_advanced_stats_average_square_footage()
{
    displetretsidx_the_average_square_footage();
}