Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /home/alliancerealtynb/testOLD.alliancerealty.nb.ca/adminAR/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/testOLD.alliancerealty.nb.ca/adminAR/wp_wpl_propertiesview.php
<?php
namespace PHPMaker2020\Alliance;

// Autoload
include_once "autoload.php";

// Session
if (session_status() !== PHP_SESSION_ACTIVE)
	\Delight\Cookie\Session::start(Config("COOKIE_SAMESITE")); // Init session data

// Output buffering
ob_start();
?>
<?php

// Write header
WriteHeader(FALSE);

// Create page object
$wp_wpl_properties_view = new wp_wpl_properties_view();

// Run the page
$wp_wpl_properties_view->run();

// Setup login status
SetupLoginStatus();
SetClientVar("login", LoginStatus());

// Global Page Rendering event (in userfn*.php)
Page_Rendering();

// Page Rendering event
$wp_wpl_properties_view->Page_Render();
?>
<?php include_once "header.php"; ?>
<?php if (!$wp_wpl_properties_view->isExport()) { ?>
<script>
var fwp_wpl_propertiesview, currentPageID;
loadjs.ready("head", function() {

	// Form object
	currentPageID = ew.PAGE_ID = "view";
	fwp_wpl_propertiesview = currentForm = new ew.Form("fwp_wpl_propertiesview", "view");
	loadjs.done("fwp_wpl_propertiesview");
});
</script>
<script>
loadjs.ready("head", function() {

	// Client script
	// Write your client script here, no need to add script tags.

});
</script>
<?php } ?>
<?php if (!$wp_wpl_properties_view->isExport()) { ?>
<div class="btn-toolbar ew-toolbar">
<?php $wp_wpl_properties_view->ExportOptions->render("body") ?>
<?php $wp_wpl_properties_view->OtherOptions->render("body") ?>
<div class="clearfix"></div>
</div>
<?php } ?>
<?php $wp_wpl_properties_view->showPageHeader(); ?>
<?php
$wp_wpl_properties_view->showMessage();
?>
<form name="fwp_wpl_propertiesview" id="fwp_wpl_propertiesview" class="form-inline ew-form ew-view-form" action="<?php echo CurrentPageName() ?>" method="post">
<?php if ($Page->CheckToken) { ?>
<input type="hidden" name="<?php echo Config("TOKEN_NAME") ?>" value="<?php echo $Page->Token ?>">
<?php } ?>
<input type="hidden" name="t" value="wp_wpl_properties">
<input type="hidden" name="modal" value="<?php echo (int)$wp_wpl_properties_view->IsModal ?>">
<table class="table table-striped table-sm ew-view-table">
<?php if ($wp_wpl_properties_view->id->Visible) { // id ?>
	<tr id="r_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_id"><?php echo $wp_wpl_properties_view->id->caption() ?></span></td>
		<td data-name="id" <?php echo $wp_wpl_properties_view->id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_id">
<span<?php echo $wp_wpl_properties_view->id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->kind->Visible) { // kind ?>
	<tr id="r_kind">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_kind"><?php echo $wp_wpl_properties_view->kind->caption() ?></span></td>
		<td data-name="kind" <?php echo $wp_wpl_properties_view->kind->cellAttributes() ?>>
<span id="el_wp_wpl_properties_kind">
<span<?php echo $wp_wpl_properties_view->kind->viewAttributes() ?>><?php echo $wp_wpl_properties_view->kind->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->deleted->Visible) { // deleted ?>
	<tr id="r_deleted">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_deleted"><?php echo $wp_wpl_properties_view->deleted->caption() ?></span></td>
		<td data-name="deleted" <?php echo $wp_wpl_properties_view->deleted->cellAttributes() ?>>
<span id="el_wp_wpl_properties_deleted">
<span<?php echo $wp_wpl_properties_view->deleted->viewAttributes() ?>><div class="custom-control custom-checkbox d-inline-block"><input type="checkbox" id="x_deleted" class="custom-control-input" value="<?php echo $wp_wpl_properties_view->deleted->getViewValue() ?>" disabled<?php if (ConvertToBool($wp_wpl_properties_view->deleted->CurrentValue)) { ?> checked<?php } ?>><label class="custom-control-label" for="x_deleted"></label></div></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->mls_id->Visible) { // mls_id ?>
	<tr id="r_mls_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_mls_id"><?php echo $wp_wpl_properties_view->mls_id->caption() ?></span></td>
		<td data-name="mls_id" <?php echo $wp_wpl_properties_view->mls_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_mls_id">
<span<?php echo $wp_wpl_properties_view->mls_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->mls_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->mls_id_num->Visible) { // mls_id_num ?>
	<tr id="r_mls_id_num">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_mls_id_num"><?php echo $wp_wpl_properties_view->mls_id_num->caption() ?></span></td>
		<td data-name="mls_id_num" <?php echo $wp_wpl_properties_view->mls_id_num->cellAttributes() ?>>
<span id="el_wp_wpl_properties_mls_id_num">
<span<?php echo $wp_wpl_properties_view->mls_id_num->viewAttributes() ?>><?php echo $wp_wpl_properties_view->mls_id_num->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->parent->Visible) { // parent ?>
	<tr id="r_parent">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_parent"><?php echo $wp_wpl_properties_view->parent->caption() ?></span></td>
		<td data-name="parent" <?php echo $wp_wpl_properties_view->parent->cellAttributes() ?>>
<span id="el_wp_wpl_properties_parent">
<span<?php echo $wp_wpl_properties_view->parent->viewAttributes() ?>><?php echo $wp_wpl_properties_view->parent->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->pic_numb->Visible) { // pic_numb ?>
	<tr id="r_pic_numb">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_pic_numb"><?php echo $wp_wpl_properties_view->pic_numb->caption() ?></span></td>
		<td data-name="pic_numb" <?php echo $wp_wpl_properties_view->pic_numb->cellAttributes() ?>>
<span id="el_wp_wpl_properties_pic_numb">
<span<?php echo $wp_wpl_properties_view->pic_numb->viewAttributes() ?>><?php echo $wp_wpl_properties_view->pic_numb->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->user_id->Visible) { // user_id ?>
	<tr id="r_user_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_user_id"><?php echo $wp_wpl_properties_view->user_id->caption() ?></span></td>
		<td data-name="user_id" <?php echo $wp_wpl_properties_view->user_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_user_id">
<span<?php echo $wp_wpl_properties_view->user_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->user_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->listing->Visible) { // listing ?>
	<tr id="r_listing">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_listing"><?php echo $wp_wpl_properties_view->listing->caption() ?></span></td>
		<td data-name="listing" <?php echo $wp_wpl_properties_view->listing->cellAttributes() ?>>
<span id="el_wp_wpl_properties_listing">
<span<?php echo $wp_wpl_properties_view->listing->viewAttributes() ?>><?php echo $wp_wpl_properties_view->listing->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->property_type->Visible) { // property_type ?>
	<tr id="r_property_type">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_property_type"><?php echo $wp_wpl_properties_view->property_type->caption() ?></span></td>
		<td data-name="property_type" <?php echo $wp_wpl_properties_view->property_type->cellAttributes() ?>>
<span id="el_wp_wpl_properties_property_type">
<span<?php echo $wp_wpl_properties_view->property_type->viewAttributes() ?>><?php echo $wp_wpl_properties_view->property_type->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location1_id->Visible) { // location1_id ?>
	<tr id="r_location1_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location1_id"><?php echo $wp_wpl_properties_view->location1_id->caption() ?></span></td>
		<td data-name="location1_id" <?php echo $wp_wpl_properties_view->location1_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location1_id">
<span<?php echo $wp_wpl_properties_view->location1_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location1_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location2_id->Visible) { // location2_id ?>
	<tr id="r_location2_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location2_id"><?php echo $wp_wpl_properties_view->location2_id->caption() ?></span></td>
		<td data-name="location2_id" <?php echo $wp_wpl_properties_view->location2_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location2_id">
<span<?php echo $wp_wpl_properties_view->location2_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location2_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location3_id->Visible) { // location3_id ?>
	<tr id="r_location3_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location3_id"><?php echo $wp_wpl_properties_view->location3_id->caption() ?></span></td>
		<td data-name="location3_id" <?php echo $wp_wpl_properties_view->location3_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location3_id">
<span<?php echo $wp_wpl_properties_view->location3_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location3_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location4_id->Visible) { // location4_id ?>
	<tr id="r_location4_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location4_id"><?php echo $wp_wpl_properties_view->location4_id->caption() ?></span></td>
		<td data-name="location4_id" <?php echo $wp_wpl_properties_view->location4_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location4_id">
<span<?php echo $wp_wpl_properties_view->location4_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location4_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location5_id->Visible) { // location5_id ?>
	<tr id="r_location5_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location5_id"><?php echo $wp_wpl_properties_view->location5_id->caption() ?></span></td>
		<td data-name="location5_id" <?php echo $wp_wpl_properties_view->location5_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location5_id">
<span<?php echo $wp_wpl_properties_view->location5_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location5_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location6_id->Visible) { // location6_id ?>
	<tr id="r_location6_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location6_id"><?php echo $wp_wpl_properties_view->location6_id->caption() ?></span></td>
		<td data-name="location6_id" <?php echo $wp_wpl_properties_view->location6_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location6_id">
<span<?php echo $wp_wpl_properties_view->location6_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location6_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location7_id->Visible) { // location7_id ?>
	<tr id="r_location7_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location7_id"><?php echo $wp_wpl_properties_view->location7_id->caption() ?></span></td>
		<td data-name="location7_id" <?php echo $wp_wpl_properties_view->location7_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location7_id">
<span<?php echo $wp_wpl_properties_view->location7_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location7_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location1_name->Visible) { // location1_name ?>
	<tr id="r_location1_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location1_name"><?php echo $wp_wpl_properties_view->location1_name->caption() ?></span></td>
		<td data-name="location1_name" <?php echo $wp_wpl_properties_view->location1_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location1_name">
<span<?php echo $wp_wpl_properties_view->location1_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location1_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location2_name->Visible) { // location2_name ?>
	<tr id="r_location2_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location2_name"><?php echo $wp_wpl_properties_view->location2_name->caption() ?></span></td>
		<td data-name="location2_name" <?php echo $wp_wpl_properties_view->location2_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location2_name">
<span<?php echo $wp_wpl_properties_view->location2_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location2_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location3_name->Visible) { // location3_name ?>
	<tr id="r_location3_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location3_name"><?php echo $wp_wpl_properties_view->location3_name->caption() ?></span></td>
		<td data-name="location3_name" <?php echo $wp_wpl_properties_view->location3_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location3_name">
<span<?php echo $wp_wpl_properties_view->location3_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location3_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location4_name->Visible) { // location4_name ?>
	<tr id="r_location4_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location4_name"><?php echo $wp_wpl_properties_view->location4_name->caption() ?></span></td>
		<td data-name="location4_name" <?php echo $wp_wpl_properties_view->location4_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location4_name">
<span<?php echo $wp_wpl_properties_view->location4_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location4_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location5_name->Visible) { // location5_name ?>
	<tr id="r_location5_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location5_name"><?php echo $wp_wpl_properties_view->location5_name->caption() ?></span></td>
		<td data-name="location5_name" <?php echo $wp_wpl_properties_view->location5_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location5_name">
<span<?php echo $wp_wpl_properties_view->location5_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location5_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location6_name->Visible) { // location6_name ?>
	<tr id="r_location6_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location6_name"><?php echo $wp_wpl_properties_view->location6_name->caption() ?></span></td>
		<td data-name="location6_name" <?php echo $wp_wpl_properties_view->location6_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location6_name">
<span<?php echo $wp_wpl_properties_view->location6_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location6_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location7_name->Visible) { // location7_name ?>
	<tr id="r_location7_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location7_name"><?php echo $wp_wpl_properties_view->location7_name->caption() ?></span></td>
		<td data-name="location7_name" <?php echo $wp_wpl_properties_view->location7_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location7_name">
<span<?php echo $wp_wpl_properties_view->location7_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location7_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->show_address->Visible) { // show_address ?>
	<tr id="r_show_address">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_show_address"><?php echo $wp_wpl_properties_view->show_address->caption() ?></span></td>
		<td data-name="show_address" <?php echo $wp_wpl_properties_view->show_address->cellAttributes() ?>>
<span id="el_wp_wpl_properties_show_address">
<span<?php echo $wp_wpl_properties_view->show_address->viewAttributes() ?>><?php echo $wp_wpl_properties_view->show_address->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->show_marker->Visible) { // show_marker ?>
	<tr id="r_show_marker">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_show_marker"><?php echo $wp_wpl_properties_view->show_marker->caption() ?></span></td>
		<td data-name="show_marker" <?php echo $wp_wpl_properties_view->show_marker->cellAttributes() ?>>
<span id="el_wp_wpl_properties_show_marker">
<span<?php echo $wp_wpl_properties_view->show_marker->viewAttributes() ?>><?php echo $wp_wpl_properties_view->show_marker->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->price->Visible) { // price ?>
	<tr id="r_price">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_price"><?php echo $wp_wpl_properties_view->price->caption() ?></span></td>
		<td data-name="price" <?php echo $wp_wpl_properties_view->price->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price">
<span<?php echo $wp_wpl_properties_view->price->viewAttributes() ?>><?php echo $wp_wpl_properties_view->price->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->price_unit->Visible) { // price_unit ?>
	<tr id="r_price_unit">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_price_unit"><?php echo $wp_wpl_properties_view->price_unit->caption() ?></span></td>
		<td data-name="price_unit" <?php echo $wp_wpl_properties_view->price_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price_unit">
<span<?php echo $wp_wpl_properties_view->price_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_view->price_unit->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->price_si->Visible) { // price_si ?>
	<tr id="r_price_si">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_price_si"><?php echo $wp_wpl_properties_view->price_si->caption() ?></span></td>
		<td data-name="price_si" <?php echo $wp_wpl_properties_view->price_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price_si">
<span<?php echo $wp_wpl_properties_view->price_si->viewAttributes() ?>><?php echo $wp_wpl_properties_view->price_si->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->price_period->Visible) { // price_period ?>
	<tr id="r_price_period">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_price_period"><?php echo $wp_wpl_properties_view->price_period->caption() ?></span></td>
		<td data-name="price_period" <?php echo $wp_wpl_properties_view->price_period->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price_period">
<span<?php echo $wp_wpl_properties_view->price_period->viewAttributes() ?>><?php echo $wp_wpl_properties_view->price_period->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->bedrooms->Visible) { // bedrooms ?>
	<tr id="r_bedrooms">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_bedrooms"><?php echo $wp_wpl_properties_view->bedrooms->caption() ?></span></td>
		<td data-name="bedrooms" <?php echo $wp_wpl_properties_view->bedrooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_bedrooms">
<span<?php echo $wp_wpl_properties_view->bedrooms->viewAttributes() ?>><?php echo $wp_wpl_properties_view->bedrooms->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->rooms->Visible) { // rooms ?>
	<tr id="r_rooms">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_rooms"><?php echo $wp_wpl_properties_view->rooms->caption() ?></span></td>
		<td data-name="rooms" <?php echo $wp_wpl_properties_view->rooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rooms">
<span<?php echo $wp_wpl_properties_view->rooms->viewAttributes() ?>><?php echo $wp_wpl_properties_view->rooms->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->bathrooms->Visible) { // bathrooms ?>
	<tr id="r_bathrooms">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_bathrooms"><?php echo $wp_wpl_properties_view->bathrooms->caption() ?></span></td>
		<td data-name="bathrooms" <?php echo $wp_wpl_properties_view->bathrooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_bathrooms">
<span<?php echo $wp_wpl_properties_view->bathrooms->viewAttributes() ?>><?php echo $wp_wpl_properties_view->bathrooms->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->living_area->Visible) { // living_area ?>
	<tr id="r_living_area">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_living_area"><?php echo $wp_wpl_properties_view->living_area->caption() ?></span></td>
		<td data-name="living_area" <?php echo $wp_wpl_properties_view->living_area->cellAttributes() ?>>
<span id="el_wp_wpl_properties_living_area">
<span<?php echo $wp_wpl_properties_view->living_area->viewAttributes() ?>><?php echo $wp_wpl_properties_view->living_area->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->living_area_unit->Visible) { // living_area_unit ?>
	<tr id="r_living_area_unit">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_living_area_unit"><?php echo $wp_wpl_properties_view->living_area_unit->caption() ?></span></td>
		<td data-name="living_area_unit" <?php echo $wp_wpl_properties_view->living_area_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_living_area_unit">
<span<?php echo $wp_wpl_properties_view->living_area_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_view->living_area_unit->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->living_area_si->Visible) { // living_area_si ?>
	<tr id="r_living_area_si">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_living_area_si"><?php echo $wp_wpl_properties_view->living_area_si->caption() ?></span></td>
		<td data-name="living_area_si" <?php echo $wp_wpl_properties_view->living_area_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_living_area_si">
<span<?php echo $wp_wpl_properties_view->living_area_si->viewAttributes() ?>><?php echo $wp_wpl_properties_view->living_area_si->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->lot_area->Visible) { // lot_area ?>
	<tr id="r_lot_area">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_lot_area"><?php echo $wp_wpl_properties_view->lot_area->caption() ?></span></td>
		<td data-name="lot_area" <?php echo $wp_wpl_properties_view->lot_area->cellAttributes() ?>>
<span id="el_wp_wpl_properties_lot_area">
<span<?php echo $wp_wpl_properties_view->lot_area->viewAttributes() ?>><?php echo $wp_wpl_properties_view->lot_area->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->lot_area_unit->Visible) { // lot_area_unit ?>
	<tr id="r_lot_area_unit">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_lot_area_unit"><?php echo $wp_wpl_properties_view->lot_area_unit->caption() ?></span></td>
		<td data-name="lot_area_unit" <?php echo $wp_wpl_properties_view->lot_area_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_lot_area_unit">
<span<?php echo $wp_wpl_properties_view->lot_area_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_view->lot_area_unit->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->lot_area_si->Visible) { // lot_area_si ?>
	<tr id="r_lot_area_si">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_lot_area_si"><?php echo $wp_wpl_properties_view->lot_area_si->caption() ?></span></td>
		<td data-name="lot_area_si" <?php echo $wp_wpl_properties_view->lot_area_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_lot_area_si">
<span<?php echo $wp_wpl_properties_view->lot_area_si->viewAttributes() ?>><?php echo $wp_wpl_properties_view->lot_area_si->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->googlemap_lt->Visible) { // googlemap_lt ?>
	<tr id="r_googlemap_lt">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_googlemap_lt"><?php echo $wp_wpl_properties_view->googlemap_lt->caption() ?></span></td>
		<td data-name="googlemap_lt" <?php echo $wp_wpl_properties_view->googlemap_lt->cellAttributes() ?>>
<span id="el_wp_wpl_properties_googlemap_lt">
<span<?php echo $wp_wpl_properties_view->googlemap_lt->viewAttributes() ?>><?php echo $wp_wpl_properties_view->googlemap_lt->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->googlemap_ln->Visible) { // googlemap_ln ?>
	<tr id="r_googlemap_ln">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_googlemap_ln"><?php echo $wp_wpl_properties_view->googlemap_ln->caption() ?></span></td>
		<td data-name="googlemap_ln" <?php echo $wp_wpl_properties_view->googlemap_ln->cellAttributes() ?>>
<span id="el_wp_wpl_properties_googlemap_ln">
<span<?php echo $wp_wpl_properties_view->googlemap_ln->viewAttributes() ?>><?php echo $wp_wpl_properties_view->googlemap_ln->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->finalized->Visible) { // finalized ?>
	<tr id="r_finalized">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_finalized"><?php echo $wp_wpl_properties_view->finalized->caption() ?></span></td>
		<td data-name="finalized" <?php echo $wp_wpl_properties_view->finalized->cellAttributes() ?>>
<span id="el_wp_wpl_properties_finalized">
<span<?php echo $wp_wpl_properties_view->finalized->viewAttributes() ?>><?php echo $wp_wpl_properties_view->finalized->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->add_date->Visible) { // add_date ?>
	<tr id="r_add_date">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_add_date"><?php echo $wp_wpl_properties_view->add_date->caption() ?></span></td>
		<td data-name="add_date" <?php echo $wp_wpl_properties_view->add_date->cellAttributes() ?>>
<span id="el_wp_wpl_properties_add_date">
<span<?php echo $wp_wpl_properties_view->add_date->viewAttributes() ?>><?php echo $wp_wpl_properties_view->add_date->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->last_finalize_date->Visible) { // last_finalize_date ?>
	<tr id="r_last_finalize_date">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_last_finalize_date"><?php echo $wp_wpl_properties_view->last_finalize_date->caption() ?></span></td>
		<td data-name="last_finalize_date" <?php echo $wp_wpl_properties_view->last_finalize_date->cellAttributes() ?>>
<span id="el_wp_wpl_properties_last_finalize_date">
<span<?php echo $wp_wpl_properties_view->last_finalize_date->viewAttributes() ?>><?php echo $wp_wpl_properties_view->last_finalize_date->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->expire_days->Visible) { // expire_days ?>
	<tr id="r_expire_days">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_expire_days"><?php echo $wp_wpl_properties_view->expire_days->caption() ?></span></td>
		<td data-name="expire_days" <?php echo $wp_wpl_properties_view->expire_days->cellAttributes() ?>>
<span id="el_wp_wpl_properties_expire_days">
<span<?php echo $wp_wpl_properties_view->expire_days->viewAttributes() ?>><?php echo $wp_wpl_properties_view->expire_days->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->confirmed->Visible) { // confirmed ?>
	<tr id="r_confirmed">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_confirmed"><?php echo $wp_wpl_properties_view->confirmed->caption() ?></span></td>
		<td data-name="confirmed" <?php echo $wp_wpl_properties_view->confirmed->cellAttributes() ?>>
<span id="el_wp_wpl_properties_confirmed">
<span<?php echo $wp_wpl_properties_view->confirmed->viewAttributes() ?>><?php echo $wp_wpl_properties_view->confirmed->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->expired->Visible) { // expired ?>
	<tr id="r_expired">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_expired"><?php echo $wp_wpl_properties_view->expired->caption() ?></span></td>
		<td data-name="expired" <?php echo $wp_wpl_properties_view->expired->cellAttributes() ?>>
<span id="el_wp_wpl_properties_expired">
<span<?php echo $wp_wpl_properties_view->expired->viewAttributes() ?>><?php echo $wp_wpl_properties_view->expired->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->build_year->Visible) { // build_year ?>
	<tr id="r_build_year">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_build_year"><?php echo $wp_wpl_properties_view->build_year->caption() ?></span></td>
		<td data-name="build_year" <?php echo $wp_wpl_properties_view->build_year->cellAttributes() ?>>
<span id="el_wp_wpl_properties_build_year">
<span<?php echo $wp_wpl_properties_view->build_year->viewAttributes() ?>><?php echo $wp_wpl_properties_view->build_year->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->zip_id->Visible) { // zip_id ?>
	<tr id="r_zip_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_zip_id"><?php echo $wp_wpl_properties_view->zip_id->caption() ?></span></td>
		<td data-name="zip_id" <?php echo $wp_wpl_properties_view->zip_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_zip_id">
<span<?php echo $wp_wpl_properties_view->zip_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->zip_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->zip_name->Visible) { // zip_name ?>
	<tr id="r_zip_name">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_zip_name"><?php echo $wp_wpl_properties_view->zip_name->caption() ?></span></td>
		<td data-name="zip_name" <?php echo $wp_wpl_properties_view->zip_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_zip_name">
<span<?php echo $wp_wpl_properties_view->zip_name->viewAttributes() ?>><?php echo $wp_wpl_properties_view->zip_name->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->last_modified_time_stamp->Visible) { // last_modified_time_stamp ?>
	<tr id="r_last_modified_time_stamp">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_last_modified_time_stamp"><?php echo $wp_wpl_properties_view->last_modified_time_stamp->caption() ?></span></td>
		<td data-name="last_modified_time_stamp" <?php echo $wp_wpl_properties_view->last_modified_time_stamp->cellAttributes() ?>>
<span id="el_wp_wpl_properties_last_modified_time_stamp">
<span<?php echo $wp_wpl_properties_view->last_modified_time_stamp->viewAttributes() ?>><?php echo $wp_wpl_properties_view->last_modified_time_stamp->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->post_code->Visible) { // post_code ?>
	<tr id="r_post_code">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_post_code"><?php echo $wp_wpl_properties_view->post_code->caption() ?></span></td>
		<td data-name="post_code" <?php echo $wp_wpl_properties_view->post_code->cellAttributes() ?>>
<span id="el_wp_wpl_properties_post_code">
<span<?php echo $wp_wpl_properties_view->post_code->viewAttributes() ?>><?php echo $wp_wpl_properties_view->post_code->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->meta_description->Visible) { // meta_description ?>
	<tr id="r_meta_description">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_meta_description"><?php echo $wp_wpl_properties_view->meta_description->caption() ?></span></td>
		<td data-name="meta_description" <?php echo $wp_wpl_properties_view->meta_description->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_description">
<span<?php echo $wp_wpl_properties_view->meta_description->viewAttributes() ?>><?php echo $wp_wpl_properties_view->meta_description->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->meta_description_manual->Visible) { // meta_description_manual ?>
	<tr id="r_meta_description_manual">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_meta_description_manual"><?php echo $wp_wpl_properties_view->meta_description_manual->caption() ?></span></td>
		<td data-name="meta_description_manual" <?php echo $wp_wpl_properties_view->meta_description_manual->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_description_manual">
<span<?php echo $wp_wpl_properties_view->meta_description_manual->viewAttributes() ?>><?php echo $wp_wpl_properties_view->meta_description_manual->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->meta_keywords->Visible) { // meta_keywords ?>
	<tr id="r_meta_keywords">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_meta_keywords"><?php echo $wp_wpl_properties_view->meta_keywords->caption() ?></span></td>
		<td data-name="meta_keywords" <?php echo $wp_wpl_properties_view->meta_keywords->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_keywords">
<span<?php echo $wp_wpl_properties_view->meta_keywords->viewAttributes() ?>><?php echo $wp_wpl_properties_view->meta_keywords->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->meta_keywords_manual->Visible) { // meta_keywords_manual ?>
	<tr id="r_meta_keywords_manual">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_meta_keywords_manual"><?php echo $wp_wpl_properties_view->meta_keywords_manual->caption() ?></span></td>
		<td data-name="meta_keywords_manual" <?php echo $wp_wpl_properties_view->meta_keywords_manual->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_keywords_manual">
<span<?php echo $wp_wpl_properties_view->meta_keywords_manual->viewAttributes() ?>><?php echo $wp_wpl_properties_view->meta_keywords_manual->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->street_no->Visible) { // street_no ?>
	<tr id="r_street_no">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_street_no"><?php echo $wp_wpl_properties_view->street_no->caption() ?></span></td>
		<td data-name="street_no" <?php echo $wp_wpl_properties_view->street_no->cellAttributes() ?>>
<span id="el_wp_wpl_properties_street_no">
<span<?php echo $wp_wpl_properties_view->street_no->viewAttributes() ?>><?php echo $wp_wpl_properties_view->street_no->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->sp_featured->Visible) { // sp_featured ?>
	<tr id="r_sp_featured">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_sp_featured"><?php echo $wp_wpl_properties_view->sp_featured->caption() ?></span></td>
		<td data-name="sp_featured" <?php echo $wp_wpl_properties_view->sp_featured->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_featured">
<span<?php echo $wp_wpl_properties_view->sp_featured->viewAttributes() ?>><?php echo $wp_wpl_properties_view->sp_featured->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->sp_hot->Visible) { // sp_hot ?>
	<tr id="r_sp_hot">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_sp_hot"><?php echo $wp_wpl_properties_view->sp_hot->caption() ?></span></td>
		<td data-name="sp_hot" <?php echo $wp_wpl_properties_view->sp_hot->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_hot">
<span<?php echo $wp_wpl_properties_view->sp_hot->viewAttributes() ?>><?php echo $wp_wpl_properties_view->sp_hot->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->sp_openhouse->Visible) { // sp_openhouse ?>
	<tr id="r_sp_openhouse">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_sp_openhouse"><?php echo $wp_wpl_properties_view->sp_openhouse->caption() ?></span></td>
		<td data-name="sp_openhouse" <?php echo $wp_wpl_properties_view->sp_openhouse->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_openhouse">
<span<?php echo $wp_wpl_properties_view->sp_openhouse->viewAttributes() ?>><?php echo $wp_wpl_properties_view->sp_openhouse->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->sp_forclosure->Visible) { // sp_forclosure ?>
	<tr id="r_sp_forclosure">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_sp_forclosure"><?php echo $wp_wpl_properties_view->sp_forclosure->caption() ?></span></td>
		<td data-name="sp_forclosure" <?php echo $wp_wpl_properties_view->sp_forclosure->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_forclosure">
<span<?php echo $wp_wpl_properties_view->sp_forclosure->viewAttributes() ?>><?php echo $wp_wpl_properties_view->sp_forclosure->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->textsearch->Visible) { // textsearch ?>
	<tr id="r_textsearch">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_textsearch"><?php echo $wp_wpl_properties_view->textsearch->caption() ?></span></td>
		<td data-name="textsearch" <?php echo $wp_wpl_properties_view->textsearch->cellAttributes() ?>>
<span id="el_wp_wpl_properties_textsearch">
<span<?php echo $wp_wpl_properties_view->textsearch->viewAttributes() ?>><?php echo $wp_wpl_properties_view->textsearch->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->location_text->Visible) { // location_text ?>
	<tr id="r_location_text">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_location_text"><?php echo $wp_wpl_properties_view->location_text->caption() ?></span></td>
		<td data-name="location_text" <?php echo $wp_wpl_properties_view->location_text->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location_text">
<span<?php echo $wp_wpl_properties_view->location_text->viewAttributes() ?>><?php echo $wp_wpl_properties_view->location_text->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_42->Visible) { // field_42 ?>
	<tr id="r_field_42">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_42"><?php echo $wp_wpl_properties_view->field_42->caption() ?></span></td>
		<td data-name="field_42" <?php echo $wp_wpl_properties_view->field_42->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_42">
<span<?php echo $wp_wpl_properties_view->field_42->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_42->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_312->Visible) { // field_312 ?>
	<tr id="r_field_312">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_312"><?php echo $wp_wpl_properties_view->field_312->caption() ?></span></td>
		<td data-name="field_312" <?php echo $wp_wpl_properties_view->field_312->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_312">
<span<?php echo $wp_wpl_properties_view->field_312->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_312->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_313->Visible) { // field_313 ?>
	<tr id="r_field_313">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_313"><?php echo $wp_wpl_properties_view->field_313->caption() ?></span></td>
		<td data-name="field_313" <?php echo $wp_wpl_properties_view->field_313->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_313">
<span<?php echo $wp_wpl_properties_view->field_313->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_313->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_308->Visible) { // field_308 ?>
	<tr id="r_field_308">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_308"><?php echo $wp_wpl_properties_view->field_308->caption() ?></span></td>
		<td data-name="field_308" <?php echo $wp_wpl_properties_view->field_308->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_308">
<span<?php echo $wp_wpl_properties_view->field_308->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_308->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_7->Visible) { // field_7 ?>
	<tr id="r_field_7">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_7"><?php echo $wp_wpl_properties_view->field_7->caption() ?></span></td>
		<td data-name="field_7" <?php echo $wp_wpl_properties_view->field_7->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_7">
<span<?php echo $wp_wpl_properties_view->field_7->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_7->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_103->Visible) { // n_103 ?>
	<tr id="r_n_103">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_103"><?php echo $wp_wpl_properties_view->n_103->caption() ?></span></td>
		<td data-name="n_103" <?php echo $wp_wpl_properties_view->n_103->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_103">
<span<?php echo $wp_wpl_properties_view->n_103->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_103->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_103_distance->Visible) { // n_103_distance ?>
	<tr id="r_n_103_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_103_distance"><?php echo $wp_wpl_properties_view->n_103_distance->caption() ?></span></td>
		<td data-name="n_103_distance" <?php echo $wp_wpl_properties_view->n_103_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_103_distance">
<span<?php echo $wp_wpl_properties_view->n_103_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_103_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_103_distance_by->Visible) { // n_103_distance_by ?>
	<tr id="r_n_103_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_103_distance_by"><?php echo $wp_wpl_properties_view->n_103_distance_by->caption() ?></span></td>
		<td data-name="n_103_distance_by" <?php echo $wp_wpl_properties_view->n_103_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_103_distance_by">
<span<?php echo $wp_wpl_properties_view->n_103_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_103_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_105->Visible) { // n_105 ?>
	<tr id="r_n_105">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_105"><?php echo $wp_wpl_properties_view->n_105->caption() ?></span></td>
		<td data-name="n_105" <?php echo $wp_wpl_properties_view->n_105->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_105">
<span<?php echo $wp_wpl_properties_view->n_105->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_105->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_105_distance->Visible) { // n_105_distance ?>
	<tr id="r_n_105_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_105_distance"><?php echo $wp_wpl_properties_view->n_105_distance->caption() ?></span></td>
		<td data-name="n_105_distance" <?php echo $wp_wpl_properties_view->n_105_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_105_distance">
<span<?php echo $wp_wpl_properties_view->n_105_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_105_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_105_distance_by->Visible) { // n_105_distance_by ?>
	<tr id="r_n_105_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_105_distance_by"><?php echo $wp_wpl_properties_view->n_105_distance_by->caption() ?></span></td>
		<td data-name="n_105_distance_by" <?php echo $wp_wpl_properties_view->n_105_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_105_distance_by">
<span<?php echo $wp_wpl_properties_view->n_105_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_105_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_107->Visible) { // n_107 ?>
	<tr id="r_n_107">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_107"><?php echo $wp_wpl_properties_view->n_107->caption() ?></span></td>
		<td data-name="n_107" <?php echo $wp_wpl_properties_view->n_107->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_107">
<span<?php echo $wp_wpl_properties_view->n_107->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_107->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_107_distance->Visible) { // n_107_distance ?>
	<tr id="r_n_107_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_107_distance"><?php echo $wp_wpl_properties_view->n_107_distance->caption() ?></span></td>
		<td data-name="n_107_distance" <?php echo $wp_wpl_properties_view->n_107_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_107_distance">
<span<?php echo $wp_wpl_properties_view->n_107_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_107_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_107_distance_by->Visible) { // n_107_distance_by ?>
	<tr id="r_n_107_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_107_distance_by"><?php echo $wp_wpl_properties_view->n_107_distance_by->caption() ?></span></td>
		<td data-name="n_107_distance_by" <?php echo $wp_wpl_properties_view->n_107_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_107_distance_by">
<span<?php echo $wp_wpl_properties_view->n_107_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_107_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_108->Visible) { // n_108 ?>
	<tr id="r_n_108">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_108"><?php echo $wp_wpl_properties_view->n_108->caption() ?></span></td>
		<td data-name="n_108" <?php echo $wp_wpl_properties_view->n_108->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_108">
<span<?php echo $wp_wpl_properties_view->n_108->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_108->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_108_distance->Visible) { // n_108_distance ?>
	<tr id="r_n_108_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_108_distance"><?php echo $wp_wpl_properties_view->n_108_distance->caption() ?></span></td>
		<td data-name="n_108_distance" <?php echo $wp_wpl_properties_view->n_108_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_108_distance">
<span<?php echo $wp_wpl_properties_view->n_108_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_108_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_108_distance_by->Visible) { // n_108_distance_by ?>
	<tr id="r_n_108_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_108_distance_by"><?php echo $wp_wpl_properties_view->n_108_distance_by->caption() ?></span></td>
		<td data-name="n_108_distance_by" <?php echo $wp_wpl_properties_view->n_108_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_108_distance_by">
<span<?php echo $wp_wpl_properties_view->n_108_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_108_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_109->Visible) { // n_109 ?>
	<tr id="r_n_109">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_109"><?php echo $wp_wpl_properties_view->n_109->caption() ?></span></td>
		<td data-name="n_109" <?php echo $wp_wpl_properties_view->n_109->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_109">
<span<?php echo $wp_wpl_properties_view->n_109->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_109->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_109_distance->Visible) { // n_109_distance ?>
	<tr id="r_n_109_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_109_distance"><?php echo $wp_wpl_properties_view->n_109_distance->caption() ?></span></td>
		<td data-name="n_109_distance" <?php echo $wp_wpl_properties_view->n_109_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_109_distance">
<span<?php echo $wp_wpl_properties_view->n_109_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_109_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_109_distance_by->Visible) { // n_109_distance_by ?>
	<tr id="r_n_109_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_109_distance_by"><?php echo $wp_wpl_properties_view->n_109_distance_by->caption() ?></span></td>
		<td data-name="n_109_distance_by" <?php echo $wp_wpl_properties_view->n_109_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_109_distance_by">
<span<?php echo $wp_wpl_properties_view->n_109_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_109_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_131_options->Visible) { // f_131_options ?>
	<tr id="r_f_131_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_131_options"><?php echo $wp_wpl_properties_view->f_131_options->caption() ?></span></td>
		<td data-name="f_131_options" <?php echo $wp_wpl_properties_view->f_131_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_131_options">
<span<?php echo $wp_wpl_properties_view->f_131_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_131_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_131->Visible) { // f_131 ?>
	<tr id="r_f_131">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_131"><?php echo $wp_wpl_properties_view->f_131->caption() ?></span></td>
		<td data-name="f_131" <?php echo $wp_wpl_properties_view->f_131->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_131">
<span<?php echo $wp_wpl_properties_view->f_131->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_131->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_137_options->Visible) { // f_137_options ?>
	<tr id="r_f_137_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_137_options"><?php echo $wp_wpl_properties_view->f_137_options->caption() ?></span></td>
		<td data-name="f_137_options" <?php echo $wp_wpl_properties_view->f_137_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_137_options">
<span<?php echo $wp_wpl_properties_view->f_137_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_137_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_137->Visible) { // f_137 ?>
	<tr id="r_f_137">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_137"><?php echo $wp_wpl_properties_view->f_137->caption() ?></span></td>
		<td data-name="f_137" <?php echo $wp_wpl_properties_view->f_137->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_137">
<span<?php echo $wp_wpl_properties_view->f_137->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_137->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_139_options->Visible) { // f_139_options ?>
	<tr id="r_f_139_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_139_options"><?php echo $wp_wpl_properties_view->f_139_options->caption() ?></span></td>
		<td data-name="f_139_options" <?php echo $wp_wpl_properties_view->f_139_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_139_options">
<span<?php echo $wp_wpl_properties_view->f_139_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_139_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_139->Visible) { // f_139 ?>
	<tr id="r_f_139">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_139"><?php echo $wp_wpl_properties_view->f_139->caption() ?></span></td>
		<td data-name="f_139" <?php echo $wp_wpl_properties_view->f_139->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_139">
<span<?php echo $wp_wpl_properties_view->f_139->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_139->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_144_options->Visible) { // f_144_options ?>
	<tr id="r_f_144_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_144_options"><?php echo $wp_wpl_properties_view->f_144_options->caption() ?></span></td>
		<td data-name="f_144_options" <?php echo $wp_wpl_properties_view->f_144_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_144_options">
<span<?php echo $wp_wpl_properties_view->f_144_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_144_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_144->Visible) { // f_144 ?>
	<tr id="r_f_144">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_144"><?php echo $wp_wpl_properties_view->f_144->caption() ?></span></td>
		<td data-name="f_144" <?php echo $wp_wpl_properties_view->f_144->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_144">
<span<?php echo $wp_wpl_properties_view->f_144->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_144->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_146_options->Visible) { // f_146_options ?>
	<tr id="r_f_146_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_146_options"><?php echo $wp_wpl_properties_view->f_146_options->caption() ?></span></td>
		<td data-name="f_146_options" <?php echo $wp_wpl_properties_view->f_146_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_146_options">
<span<?php echo $wp_wpl_properties_view->f_146_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_146_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_146->Visible) { // f_146 ?>
	<tr id="r_f_146">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_146"><?php echo $wp_wpl_properties_view->f_146->caption() ?></span></td>
		<td data-name="f_146" <?php echo $wp_wpl_properties_view->f_146->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_146">
<span<?php echo $wp_wpl_properties_view->f_146->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_146->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_149_options->Visible) { // f_149_options ?>
	<tr id="r_f_149_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_149_options"><?php echo $wp_wpl_properties_view->f_149_options->caption() ?></span></td>
		<td data-name="f_149_options" <?php echo $wp_wpl_properties_view->f_149_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_149_options">
<span<?php echo $wp_wpl_properties_view->f_149_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_149_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_149->Visible) { // f_149 ?>
	<tr id="r_f_149">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_149"><?php echo $wp_wpl_properties_view->f_149->caption() ?></span></td>
		<td data-name="f_149" <?php echo $wp_wpl_properties_view->f_149->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_149">
<span<?php echo $wp_wpl_properties_view->f_149->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_149->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_150_options->Visible) { // f_150_options ?>
	<tr id="r_f_150_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_150_options"><?php echo $wp_wpl_properties_view->f_150_options->caption() ?></span></td>
		<td data-name="f_150_options" <?php echo $wp_wpl_properties_view->f_150_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_150_options">
<span<?php echo $wp_wpl_properties_view->f_150_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_150_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_150->Visible) { // f_150 ?>
	<tr id="r_f_150">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_150"><?php echo $wp_wpl_properties_view->f_150->caption() ?></span></td>
		<td data-name="f_150" <?php echo $wp_wpl_properties_view->f_150->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_150">
<span<?php echo $wp_wpl_properties_view->f_150->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_150->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_156_options->Visible) { // f_156_options ?>
	<tr id="r_f_156_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_156_options"><?php echo $wp_wpl_properties_view->f_156_options->caption() ?></span></td>
		<td data-name="f_156_options" <?php echo $wp_wpl_properties_view->f_156_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_156_options">
<span<?php echo $wp_wpl_properties_view->f_156_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_156_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_156->Visible) { // f_156 ?>
	<tr id="r_f_156">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_156"><?php echo $wp_wpl_properties_view->f_156->caption() ?></span></td>
		<td data-name="f_156" <?php echo $wp_wpl_properties_view->f_156->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_156">
<span<?php echo $wp_wpl_properties_view->f_156->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_156->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_157_options->Visible) { // f_157_options ?>
	<tr id="r_f_157_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_157_options"><?php echo $wp_wpl_properties_view->f_157_options->caption() ?></span></td>
		<td data-name="f_157_options" <?php echo $wp_wpl_properties_view->f_157_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_157_options">
<span<?php echo $wp_wpl_properties_view->f_157_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_157_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_157->Visible) { // f_157 ?>
	<tr id="r_f_157">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_157"><?php echo $wp_wpl_properties_view->f_157->caption() ?></span></td>
		<td data-name="f_157" <?php echo $wp_wpl_properties_view->f_157->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_157">
<span<?php echo $wp_wpl_properties_view->f_157->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_157->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_159_options->Visible) { // f_159_options ?>
	<tr id="r_f_159_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_159_options"><?php echo $wp_wpl_properties_view->f_159_options->caption() ?></span></td>
		<td data-name="f_159_options" <?php echo $wp_wpl_properties_view->f_159_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_159_options">
<span<?php echo $wp_wpl_properties_view->f_159_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_159_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_159->Visible) { // f_159 ?>
	<tr id="r_f_159">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_159"><?php echo $wp_wpl_properties_view->f_159->caption() ?></span></td>
		<td data-name="f_159" <?php echo $wp_wpl_properties_view->f_159->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_159">
<span<?php echo $wp_wpl_properties_view->f_159->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_159->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_161_options->Visible) { // f_161_options ?>
	<tr id="r_f_161_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_161_options"><?php echo $wp_wpl_properties_view->f_161_options->caption() ?></span></td>
		<td data-name="f_161_options" <?php echo $wp_wpl_properties_view->f_161_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_161_options">
<span<?php echo $wp_wpl_properties_view->f_161_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_161_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_161->Visible) { // f_161 ?>
	<tr id="r_f_161">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_161"><?php echo $wp_wpl_properties_view->f_161->caption() ?></span></td>
		<td data-name="f_161" <?php echo $wp_wpl_properties_view->f_161->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_161">
<span<?php echo $wp_wpl_properties_view->f_161->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_161->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_163_options->Visible) { // f_163_options ?>
	<tr id="r_f_163_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_163_options"><?php echo $wp_wpl_properties_view->f_163_options->caption() ?></span></td>
		<td data-name="f_163_options" <?php echo $wp_wpl_properties_view->f_163_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_163_options">
<span<?php echo $wp_wpl_properties_view->f_163_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_163_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_163->Visible) { // f_163 ?>
	<tr id="r_f_163">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_163"><?php echo $wp_wpl_properties_view->f_163->caption() ?></span></td>
		<td data-name="f_163" <?php echo $wp_wpl_properties_view->f_163->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_163">
<span<?php echo $wp_wpl_properties_view->f_163->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_163->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_165_options->Visible) { // f_165_options ?>
	<tr id="r_f_165_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_165_options"><?php echo $wp_wpl_properties_view->f_165_options->caption() ?></span></td>
		<td data-name="f_165_options" <?php echo $wp_wpl_properties_view->f_165_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_165_options">
<span<?php echo $wp_wpl_properties_view->f_165_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_165_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_165->Visible) { // f_165 ?>
	<tr id="r_f_165">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_165"><?php echo $wp_wpl_properties_view->f_165->caption() ?></span></td>
		<td data-name="f_165" <?php echo $wp_wpl_properties_view->f_165->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_165">
<span<?php echo $wp_wpl_properties_view->f_165->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_165->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_166_options->Visible) { // f_166_options ?>
	<tr id="r_f_166_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_166_options"><?php echo $wp_wpl_properties_view->f_166_options->caption() ?></span></td>
		<td data-name="f_166_options" <?php echo $wp_wpl_properties_view->f_166_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_166_options">
<span<?php echo $wp_wpl_properties_view->f_166_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_166_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_166->Visible) { // f_166 ?>
	<tr id="r_f_166">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_166"><?php echo $wp_wpl_properties_view->f_166->caption() ?></span></td>
		<td data-name="f_166" <?php echo $wp_wpl_properties_view->f_166->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_166">
<span<?php echo $wp_wpl_properties_view->f_166->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_166->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->ref_id->Visible) { // ref_id ?>
	<tr id="r_ref_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_ref_id"><?php echo $wp_wpl_properties_view->ref_id->caption() ?></span></td>
		<td data-name="ref_id" <?php echo $wp_wpl_properties_view->ref_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_ref_id">
<span<?php echo $wp_wpl_properties_view->ref_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->ref_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_54->Visible) { // field_54 ?>
	<tr id="r_field_54">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_54"><?php echo $wp_wpl_properties_view->field_54->caption() ?></span></td>
		<td data-name="field_54" <?php echo $wp_wpl_properties_view->field_54->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_54">
<span<?php echo $wp_wpl_properties_view->field_54->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_54->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->half_bathrooms->Visible) { // half_bathrooms ?>
	<tr id="r_half_bathrooms">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_half_bathrooms"><?php echo $wp_wpl_properties_view->half_bathrooms->caption() ?></span></td>
		<td data-name="half_bathrooms" <?php echo $wp_wpl_properties_view->half_bathrooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_half_bathrooms">
<span<?php echo $wp_wpl_properties_view->half_bathrooms->viewAttributes() ?>><?php echo $wp_wpl_properties_view->half_bathrooms->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_55->Visible) { // field_55 ?>
	<tr id="r_field_55">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_55"><?php echo $wp_wpl_properties_view->field_55->caption() ?></span></td>
		<td data-name="field_55" <?php echo $wp_wpl_properties_view->field_55->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_55">
<span<?php echo $wp_wpl_properties_view->field_55->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_55->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->rendered->Visible) { // rendered ?>
	<tr id="r_rendered">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_rendered"><?php echo $wp_wpl_properties_view->rendered->caption() ?></span></td>
		<td data-name="rendered" <?php echo $wp_wpl_properties_view->rendered->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rendered">
<span<?php echo $wp_wpl_properties_view->rendered->viewAttributes() ?>><?php echo $wp_wpl_properties_view->rendered->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->alias->Visible) { // alias ?>
	<tr id="r_alias">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_alias"><?php echo $wp_wpl_properties_view->alias->caption() ?></span></td>
		<td data-name="alias" <?php echo $wp_wpl_properties_view->alias->cellAttributes() ?>>
<span id="el_wp_wpl_properties_alias">
<span<?php echo $wp_wpl_properties_view->alias->viewAttributes() ?>><?php echo $wp_wpl_properties_view->alias->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->source->Visible) { // source ?>
	<tr id="r_source">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_source"><?php echo $wp_wpl_properties_view->source->caption() ?></span></td>
		<td data-name="source" <?php echo $wp_wpl_properties_view->source->cellAttributes() ?>>
<span id="el_wp_wpl_properties_source">
<span<?php echo $wp_wpl_properties_view->source->viewAttributes() ?>><?php echo $wp_wpl_properties_view->source->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->last_sync_date->Visible) { // last_sync_date ?>
	<tr id="r_last_sync_date">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_last_sync_date"><?php echo $wp_wpl_properties_view->last_sync_date->caption() ?></span></td>
		<td data-name="last_sync_date" <?php echo $wp_wpl_properties_view->last_sync_date->cellAttributes() ?>>
<span id="el_wp_wpl_properties_last_sync_date">
<span<?php echo $wp_wpl_properties_view->last_sync_date->viewAttributes() ?>><?php echo $wp_wpl_properties_view->last_sync_date->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->street_suffix->Visible) { // street_suffix ?>
	<tr id="r_street_suffix">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_street_suffix"><?php echo $wp_wpl_properties_view->street_suffix->caption() ?></span></td>
		<td data-name="street_suffix" <?php echo $wp_wpl_properties_view->street_suffix->cellAttributes() ?>>
<span id="el_wp_wpl_properties_street_suffix">
<span<?php echo $wp_wpl_properties_view->street_suffix->viewAttributes() ?>><?php echo $wp_wpl_properties_view->street_suffix->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->energy_tag->Visible) { // energy_tag ?>
	<tr id="r_energy_tag">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_energy_tag"><?php echo $wp_wpl_properties_view->energy_tag->caption() ?></span></td>
		<td data-name="energy_tag" <?php echo $wp_wpl_properties_view->energy_tag->cellAttributes() ?>>
<span id="el_wp_wpl_properties_energy_tag">
<span<?php echo $wp_wpl_properties_view->energy_tag->viewAttributes() ?>><?php echo $wp_wpl_properties_view->energy_tag->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3006->Visible) { // field_3006 ?>
	<tr id="r_field_3006">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3006"><?php echo $wp_wpl_properties_view->field_3006->caption() ?></span></td>
		<td data-name="field_3006" <?php echo $wp_wpl_properties_view->field_3006->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3006">
<span<?php echo $wp_wpl_properties_view->field_3006->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3006->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3007->Visible) { // field_3007 ?>
	<tr id="r_field_3007">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3007"><?php echo $wp_wpl_properties_view->field_3007->caption() ?></span></td>
		<td data-name="field_3007" <?php echo $wp_wpl_properties_view->field_3007->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3007">
<span<?php echo $wp_wpl_properties_view->field_3007->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3007->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3008->Visible) { // field_3008 ?>
	<tr id="r_field_3008">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3008"><?php echo $wp_wpl_properties_view->field_3008->caption() ?></span></td>
		<td data-name="field_3008" <?php echo $wp_wpl_properties_view->field_3008->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3008">
<span<?php echo $wp_wpl_properties_view->field_3008->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3008->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->importer_structure_id->Visible) { // importer_structure_id ?>
	<tr id="r_importer_structure_id">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_importer_structure_id"><?php echo $wp_wpl_properties_view->importer_structure_id->caption() ?></span></td>
		<td data-name="importer_structure_id" <?php echo $wp_wpl_properties_view->importer_structure_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_importer_structure_id">
<span<?php echo $wp_wpl_properties_view->importer_structure_id->viewAttributes() ?>><?php echo $wp_wpl_properties_view->importer_structure_id->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->importer_params->Visible) { // importer_params ?>
	<tr id="r_importer_params">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_importer_params"><?php echo $wp_wpl_properties_view->importer_params->caption() ?></span></td>
		<td data-name="importer_params" <?php echo $wp_wpl_properties_view->importer_params->cellAttributes() ?>>
<span id="el_wp_wpl_properties_importer_params">
<span<?php echo $wp_wpl_properties_view->importer_params->viewAttributes() ?>><?php echo $wp_wpl_properties_view->importer_params->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3009->Visible) { // field_3009 ?>
	<tr id="r_field_3009">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3009"><?php echo $wp_wpl_properties_view->field_3009->caption() ?></span></td>
		<td data-name="field_3009" <?php echo $wp_wpl_properties_view->field_3009->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3009">
<span<?php echo $wp_wpl_properties_view->field_3009->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3009->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3010->Visible) { // field_3010 ?>
	<tr id="r_field_3010">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3010"><?php echo $wp_wpl_properties_view->field_3010->caption() ?></span></td>
		<td data-name="field_3010" <?php echo $wp_wpl_properties_view->field_3010->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3010">
<span<?php echo $wp_wpl_properties_view->field_3010->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3010->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3012->Visible) { // field_3012 ?>
	<tr id="r_field_3012">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3012"><?php echo $wp_wpl_properties_view->field_3012->caption() ?></span></td>
		<td data-name="field_3012" <?php echo $wp_wpl_properties_view->field_3012->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3012">
<span<?php echo $wp_wpl_properties_view->field_3012->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3012->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->rendered_en_us->Visible) { // rendered_en_us ?>
	<tr id="r_rendered_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_rendered_en_us"><?php echo $wp_wpl_properties_view->rendered_en_us->caption() ?></span></td>
		<td data-name="rendered_en_us" <?php echo $wp_wpl_properties_view->rendered_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rendered_en_us">
<span<?php echo $wp_wpl_properties_view->rendered_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->rendered_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->textsearch_en_us->Visible) { // textsearch_en_us ?>
	<tr id="r_textsearch_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_textsearch_en_us"><?php echo $wp_wpl_properties_view->textsearch_en_us->caption() ?></span></td>
		<td data-name="textsearch_en_us" <?php echo $wp_wpl_properties_view->textsearch_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_textsearch_en_us">
<span<?php echo $wp_wpl_properties_view->textsearch_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->textsearch_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->rendered_fr_fr->Visible) { // rendered_fr_fr ?>
	<tr id="r_rendered_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_rendered_fr_fr"><?php echo $wp_wpl_properties_view->rendered_fr_fr->caption() ?></span></td>
		<td data-name="rendered_fr_fr" <?php echo $wp_wpl_properties_view->rendered_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rendered_fr_fr">
<span<?php echo $wp_wpl_properties_view->rendered_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->rendered_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->textsearch_fr_fr->Visible) { // textsearch_fr_fr ?>
	<tr id="r_textsearch_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_textsearch_fr_fr"><?php echo $wp_wpl_properties_view->textsearch_fr_fr->caption() ?></span></td>
		<td data-name="textsearch_fr_fr" <?php echo $wp_wpl_properties_view->textsearch_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_textsearch_fr_fr">
<span<?php echo $wp_wpl_properties_view->textsearch_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->textsearch_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3013->Visible) { // field_3013 ?>
	<tr id="r_field_3013">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3013"><?php echo $wp_wpl_properties_view->field_3013->caption() ?></span></td>
		<td data-name="field_3013" <?php echo $wp_wpl_properties_view->field_3013->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3013">
<span<?php echo $wp_wpl_properties_view->field_3013->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3013->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3014->Visible) { // field_3014 ?>
	<tr id="r_field_3014">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3014"><?php echo $wp_wpl_properties_view->field_3014->caption() ?></span></td>
		<td data-name="field_3014" <?php echo $wp_wpl_properties_view->field_3014->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3014">
<span<?php echo $wp_wpl_properties_view->field_3014->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3014->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3014_options->Visible) { // f_3014_options ?>
	<tr id="r_f_3014_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3014_options"><?php echo $wp_wpl_properties_view->f_3014_options->caption() ?></span></td>
		<td data-name="f_3014_options" <?php echo $wp_wpl_properties_view->f_3014_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3014_options">
<span<?php echo $wp_wpl_properties_view->f_3014_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3014_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3014->Visible) { // f_3014 ?>
	<tr id="r_f_3014">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3014"><?php echo $wp_wpl_properties_view->f_3014->caption() ?></span></td>
		<td data-name="f_3014" <?php echo $wp_wpl_properties_view->f_3014->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3014">
<span<?php echo $wp_wpl_properties_view->f_3014->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3014->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3015->Visible) { // field_3015 ?>
	<tr id="r_field_3015">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3015"><?php echo $wp_wpl_properties_view->field_3015->caption() ?></span></td>
		<td data-name="field_3015" <?php echo $wp_wpl_properties_view->field_3015->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3015">
<span<?php echo $wp_wpl_properties_view->field_3015->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3015->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3016->Visible) { // field_3016 ?>
	<tr id="r_field_3016">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3016"><?php echo $wp_wpl_properties_view->field_3016->caption() ?></span></td>
		<td data-name="field_3016" <?php echo $wp_wpl_properties_view->field_3016->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3016">
<span<?php echo $wp_wpl_properties_view->field_3016->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3016->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3017->Visible) { // field_3017 ?>
	<tr id="r_field_3017">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3017"><?php echo $wp_wpl_properties_view->field_3017->caption() ?></span></td>
		<td data-name="field_3017" <?php echo $wp_wpl_properties_view->field_3017->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3017">
<span<?php echo $wp_wpl_properties_view->field_3017->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3017->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3018_options->Visible) { // f_3018_options ?>
	<tr id="r_f_3018_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3018_options"><?php echo $wp_wpl_properties_view->f_3018_options->caption() ?></span></td>
		<td data-name="f_3018_options" <?php echo $wp_wpl_properties_view->f_3018_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3018_options">
<span<?php echo $wp_wpl_properties_view->f_3018_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3018_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3018->Visible) { // f_3018 ?>
	<tr id="r_f_3018">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3018"><?php echo $wp_wpl_properties_view->f_3018->caption() ?></span></td>
		<td data-name="f_3018" <?php echo $wp_wpl_properties_view->f_3018->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3018">
<span<?php echo $wp_wpl_properties_view->f_3018->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3018->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3019_options->Visible) { // f_3019_options ?>
	<tr id="r_f_3019_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3019_options"><?php echo $wp_wpl_properties_view->f_3019_options->caption() ?></span></td>
		<td data-name="f_3019_options" <?php echo $wp_wpl_properties_view->f_3019_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3019_options">
<span<?php echo $wp_wpl_properties_view->f_3019_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3019_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3019->Visible) { // f_3019 ?>
	<tr id="r_f_3019">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3019"><?php echo $wp_wpl_properties_view->f_3019->caption() ?></span></td>
		<td data-name="f_3019" <?php echo $wp_wpl_properties_view->f_3019->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3019">
<span<?php echo $wp_wpl_properties_view->f_3019->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3019->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3020_options->Visible) { // f_3020_options ?>
	<tr id="r_f_3020_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3020_options"><?php echo $wp_wpl_properties_view->f_3020_options->caption() ?></span></td>
		<td data-name="f_3020_options" <?php echo $wp_wpl_properties_view->f_3020_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3020_options">
<span<?php echo $wp_wpl_properties_view->f_3020_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3020_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3020->Visible) { // f_3020 ?>
	<tr id="r_f_3020">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3020"><?php echo $wp_wpl_properties_view->f_3020->caption() ?></span></td>
		<td data-name="f_3020" <?php echo $wp_wpl_properties_view->f_3020->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3020">
<span<?php echo $wp_wpl_properties_view->f_3020->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3020->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3021_options->Visible) { // f_3021_options ?>
	<tr id="r_f_3021_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3021_options"><?php echo $wp_wpl_properties_view->f_3021_options->caption() ?></span></td>
		<td data-name="f_3021_options" <?php echo $wp_wpl_properties_view->f_3021_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3021_options">
<span<?php echo $wp_wpl_properties_view->f_3021_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3021_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3021->Visible) { // f_3021 ?>
	<tr id="r_f_3021">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3021"><?php echo $wp_wpl_properties_view->f_3021->caption() ?></span></td>
		<td data-name="f_3021" <?php echo $wp_wpl_properties_view->f_3021->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3021">
<span<?php echo $wp_wpl_properties_view->f_3021->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3021->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3022_options->Visible) { // f_3022_options ?>
	<tr id="r_f_3022_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3022_options"><?php echo $wp_wpl_properties_view->f_3022_options->caption() ?></span></td>
		<td data-name="f_3022_options" <?php echo $wp_wpl_properties_view->f_3022_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3022_options">
<span<?php echo $wp_wpl_properties_view->f_3022_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3022_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3022->Visible) { // f_3022 ?>
	<tr id="r_f_3022">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3022"><?php echo $wp_wpl_properties_view->f_3022->caption() ?></span></td>
		<td data-name="f_3022" <?php echo $wp_wpl_properties_view->f_3022->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3022">
<span<?php echo $wp_wpl_properties_view->f_3022->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3022->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3023_options->Visible) { // f_3023_options ?>
	<tr id="r_f_3023_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3023_options"><?php echo $wp_wpl_properties_view->f_3023_options->caption() ?></span></td>
		<td data-name="f_3023_options" <?php echo $wp_wpl_properties_view->f_3023_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3023_options">
<span<?php echo $wp_wpl_properties_view->f_3023_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3023_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3023->Visible) { // f_3023 ?>
	<tr id="r_f_3023">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3023"><?php echo $wp_wpl_properties_view->f_3023->caption() ?></span></td>
		<td data-name="f_3023" <?php echo $wp_wpl_properties_view->f_3023->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3023">
<span<?php echo $wp_wpl_properties_view->f_3023->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3023->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3024_options->Visible) { // f_3024_options ?>
	<tr id="r_f_3024_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3024_options"><?php echo $wp_wpl_properties_view->f_3024_options->caption() ?></span></td>
		<td data-name="f_3024_options" <?php echo $wp_wpl_properties_view->f_3024_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3024_options">
<span<?php echo $wp_wpl_properties_view->f_3024_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3024_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3024->Visible) { // f_3024 ?>
	<tr id="r_f_3024">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3024"><?php echo $wp_wpl_properties_view->f_3024->caption() ?></span></td>
		<td data-name="f_3024" <?php echo $wp_wpl_properties_view->f_3024->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3024">
<span<?php echo $wp_wpl_properties_view->f_3024->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3024->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3025_options->Visible) { // f_3025_options ?>
	<tr id="r_f_3025_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3025_options"><?php echo $wp_wpl_properties_view->f_3025_options->caption() ?></span></td>
		<td data-name="f_3025_options" <?php echo $wp_wpl_properties_view->f_3025_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3025_options">
<span<?php echo $wp_wpl_properties_view->f_3025_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3025_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3025->Visible) { // f_3025 ?>
	<tr id="r_f_3025">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3025"><?php echo $wp_wpl_properties_view->f_3025->caption() ?></span></td>
		<td data-name="f_3025" <?php echo $wp_wpl_properties_view->f_3025->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3025">
<span<?php echo $wp_wpl_properties_view->f_3025->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3025->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3026_options->Visible) { // f_3026_options ?>
	<tr id="r_f_3026_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3026_options"><?php echo $wp_wpl_properties_view->f_3026_options->caption() ?></span></td>
		<td data-name="f_3026_options" <?php echo $wp_wpl_properties_view->f_3026_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3026_options">
<span<?php echo $wp_wpl_properties_view->f_3026_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3026_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3026->Visible) { // f_3026 ?>
	<tr id="r_f_3026">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3026"><?php echo $wp_wpl_properties_view->f_3026->caption() ?></span></td>
		<td data-name="f_3026" <?php echo $wp_wpl_properties_view->f_3026->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3026">
<span<?php echo $wp_wpl_properties_view->f_3026->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3026->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3027_options->Visible) { // f_3027_options ?>
	<tr id="r_f_3027_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3027_options"><?php echo $wp_wpl_properties_view->f_3027_options->caption() ?></span></td>
		<td data-name="f_3027_options" <?php echo $wp_wpl_properties_view->f_3027_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3027_options">
<span<?php echo $wp_wpl_properties_view->f_3027_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3027_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3027->Visible) { // f_3027 ?>
	<tr id="r_f_3027">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3027"><?php echo $wp_wpl_properties_view->f_3027->caption() ?></span></td>
		<td data-name="f_3027" <?php echo $wp_wpl_properties_view->f_3027->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3027">
<span<?php echo $wp_wpl_properties_view->f_3027->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3027->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3028_options->Visible) { // f_3028_options ?>
	<tr id="r_f_3028_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3028_options"><?php echo $wp_wpl_properties_view->f_3028_options->caption() ?></span></td>
		<td data-name="f_3028_options" <?php echo $wp_wpl_properties_view->f_3028_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3028_options">
<span<?php echo $wp_wpl_properties_view->f_3028_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3028_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3028->Visible) { // f_3028 ?>
	<tr id="r_f_3028">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3028"><?php echo $wp_wpl_properties_view->f_3028->caption() ?></span></td>
		<td data-name="f_3028" <?php echo $wp_wpl_properties_view->f_3028->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3028">
<span<?php echo $wp_wpl_properties_view->f_3028->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3028->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3029_options->Visible) { // f_3029_options ?>
	<tr id="r_f_3029_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3029_options"><?php echo $wp_wpl_properties_view->f_3029_options->caption() ?></span></td>
		<td data-name="f_3029_options" <?php echo $wp_wpl_properties_view->f_3029_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3029_options">
<span<?php echo $wp_wpl_properties_view->f_3029_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3029_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3029->Visible) { // f_3029 ?>
	<tr id="r_f_3029">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3029"><?php echo $wp_wpl_properties_view->f_3029->caption() ?></span></td>
		<td data-name="f_3029" <?php echo $wp_wpl_properties_view->f_3029->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3029">
<span<?php echo $wp_wpl_properties_view->f_3029->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3029->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3031_options->Visible) { // f_3031_options ?>
	<tr id="r_f_3031_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3031_options"><?php echo $wp_wpl_properties_view->f_3031_options->caption() ?></span></td>
		<td data-name="f_3031_options" <?php echo $wp_wpl_properties_view->f_3031_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3031_options">
<span<?php echo $wp_wpl_properties_view->f_3031_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3031_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3031->Visible) { // f_3031 ?>
	<tr id="r_f_3031">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3031"><?php echo $wp_wpl_properties_view->f_3031->caption() ?></span></td>
		<td data-name="f_3031" <?php echo $wp_wpl_properties_view->f_3031->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3031">
<span<?php echo $wp_wpl_properties_view->f_3031->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3031->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3032_options->Visible) { // f_3032_options ?>
	<tr id="r_f_3032_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3032_options"><?php echo $wp_wpl_properties_view->f_3032_options->caption() ?></span></td>
		<td data-name="f_3032_options" <?php echo $wp_wpl_properties_view->f_3032_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3032_options">
<span<?php echo $wp_wpl_properties_view->f_3032_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3032_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3032->Visible) { // f_3032 ?>
	<tr id="r_f_3032">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3032"><?php echo $wp_wpl_properties_view->f_3032->caption() ?></span></td>
		<td data-name="f_3032" <?php echo $wp_wpl_properties_view->f_3032->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3032">
<span<?php echo $wp_wpl_properties_view->f_3032->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3032->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3033_options->Visible) { // f_3033_options ?>
	<tr id="r_f_3033_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3033_options"><?php echo $wp_wpl_properties_view->f_3033_options->caption() ?></span></td>
		<td data-name="f_3033_options" <?php echo $wp_wpl_properties_view->f_3033_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3033_options">
<span<?php echo $wp_wpl_properties_view->f_3033_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3033_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3033->Visible) { // f_3033 ?>
	<tr id="r_f_3033">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3033"><?php echo $wp_wpl_properties_view->f_3033->caption() ?></span></td>
		<td data-name="f_3033" <?php echo $wp_wpl_properties_view->f_3033->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3033">
<span<?php echo $wp_wpl_properties_view->f_3033->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3033->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3034_options->Visible) { // f_3034_options ?>
	<tr id="r_f_3034_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3034_options"><?php echo $wp_wpl_properties_view->f_3034_options->caption() ?></span></td>
		<td data-name="f_3034_options" <?php echo $wp_wpl_properties_view->f_3034_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3034_options">
<span<?php echo $wp_wpl_properties_view->f_3034_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3034_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3034->Visible) { // f_3034 ?>
	<tr id="r_f_3034">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3034"><?php echo $wp_wpl_properties_view->f_3034->caption() ?></span></td>
		<td data-name="f_3034" <?php echo $wp_wpl_properties_view->f_3034->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3034">
<span<?php echo $wp_wpl_properties_view->f_3034->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3034->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3035_options->Visible) { // f_3035_options ?>
	<tr id="r_f_3035_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3035_options"><?php echo $wp_wpl_properties_view->f_3035_options->caption() ?></span></td>
		<td data-name="f_3035_options" <?php echo $wp_wpl_properties_view->f_3035_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3035_options">
<span<?php echo $wp_wpl_properties_view->f_3035_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3035_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3035->Visible) { // f_3035 ?>
	<tr id="r_f_3035">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3035"><?php echo $wp_wpl_properties_view->f_3035->caption() ?></span></td>
		<td data-name="f_3035" <?php echo $wp_wpl_properties_view->f_3035->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3035">
<span<?php echo $wp_wpl_properties_view->f_3035->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3035->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3036_options->Visible) { // f_3036_options ?>
	<tr id="r_f_3036_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3036_options"><?php echo $wp_wpl_properties_view->f_3036_options->caption() ?></span></td>
		<td data-name="f_3036_options" <?php echo $wp_wpl_properties_view->f_3036_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3036_options">
<span<?php echo $wp_wpl_properties_view->f_3036_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3036_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3036->Visible) { // f_3036 ?>
	<tr id="r_f_3036">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3036"><?php echo $wp_wpl_properties_view->f_3036->caption() ?></span></td>
		<td data-name="f_3036" <?php echo $wp_wpl_properties_view->f_3036->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3036">
<span<?php echo $wp_wpl_properties_view->f_3036->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3036->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3037_options->Visible) { // f_3037_options ?>
	<tr id="r_f_3037_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3037_options"><?php echo $wp_wpl_properties_view->f_3037_options->caption() ?></span></td>
		<td data-name="f_3037_options" <?php echo $wp_wpl_properties_view->f_3037_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3037_options">
<span<?php echo $wp_wpl_properties_view->f_3037_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3037_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3037->Visible) { // f_3037 ?>
	<tr id="r_f_3037">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3037"><?php echo $wp_wpl_properties_view->f_3037->caption() ?></span></td>
		<td data-name="f_3037" <?php echo $wp_wpl_properties_view->f_3037->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3037">
<span<?php echo $wp_wpl_properties_view->f_3037->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3037->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3038_options->Visible) { // f_3038_options ?>
	<tr id="r_f_3038_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3038_options"><?php echo $wp_wpl_properties_view->f_3038_options->caption() ?></span></td>
		<td data-name="f_3038_options" <?php echo $wp_wpl_properties_view->f_3038_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3038_options">
<span<?php echo $wp_wpl_properties_view->f_3038_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3038_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3038->Visible) { // f_3038 ?>
	<tr id="r_f_3038">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3038"><?php echo $wp_wpl_properties_view->f_3038->caption() ?></span></td>
		<td data-name="f_3038" <?php echo $wp_wpl_properties_view->f_3038->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3038">
<span<?php echo $wp_wpl_properties_view->f_3038->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3038->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3039_options->Visible) { // f_3039_options ?>
	<tr id="r_f_3039_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3039_options"><?php echo $wp_wpl_properties_view->f_3039_options->caption() ?></span></td>
		<td data-name="f_3039_options" <?php echo $wp_wpl_properties_view->f_3039_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3039_options">
<span<?php echo $wp_wpl_properties_view->f_3039_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3039_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3039->Visible) { // f_3039 ?>
	<tr id="r_f_3039">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3039"><?php echo $wp_wpl_properties_view->f_3039->caption() ?></span></td>
		<td data-name="f_3039" <?php echo $wp_wpl_properties_view->f_3039->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3039">
<span<?php echo $wp_wpl_properties_view->f_3039->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3039->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3040_options->Visible) { // f_3040_options ?>
	<tr id="r_f_3040_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3040_options"><?php echo $wp_wpl_properties_view->f_3040_options->caption() ?></span></td>
		<td data-name="f_3040_options" <?php echo $wp_wpl_properties_view->f_3040_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3040_options">
<span<?php echo $wp_wpl_properties_view->f_3040_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3040_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3040->Visible) { // f_3040 ?>
	<tr id="r_f_3040">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3040"><?php echo $wp_wpl_properties_view->f_3040->caption() ?></span></td>
		<td data-name="f_3040" <?php echo $wp_wpl_properties_view->f_3040->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3040">
<span<?php echo $wp_wpl_properties_view->f_3040->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3040->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3041_options->Visible) { // f_3041_options ?>
	<tr id="r_f_3041_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3041_options"><?php echo $wp_wpl_properties_view->f_3041_options->caption() ?></span></td>
		<td data-name="f_3041_options" <?php echo $wp_wpl_properties_view->f_3041_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3041_options">
<span<?php echo $wp_wpl_properties_view->f_3041_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3041_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3041->Visible) { // f_3041 ?>
	<tr id="r_f_3041">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3041"><?php echo $wp_wpl_properties_view->f_3041->caption() ?></span></td>
		<td data-name="f_3041" <?php echo $wp_wpl_properties_view->f_3041->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3041">
<span<?php echo $wp_wpl_properties_view->f_3041->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3041->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3042_options->Visible) { // f_3042_options ?>
	<tr id="r_f_3042_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3042_options"><?php echo $wp_wpl_properties_view->f_3042_options->caption() ?></span></td>
		<td data-name="f_3042_options" <?php echo $wp_wpl_properties_view->f_3042_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3042_options">
<span<?php echo $wp_wpl_properties_view->f_3042_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3042_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3042->Visible) { // f_3042 ?>
	<tr id="r_f_3042">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3042"><?php echo $wp_wpl_properties_view->f_3042->caption() ?></span></td>
		<td data-name="f_3042" <?php echo $wp_wpl_properties_view->f_3042->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3042">
<span<?php echo $wp_wpl_properties_view->f_3042->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3042->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3043_options->Visible) { // f_3043_options ?>
	<tr id="r_f_3043_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3043_options"><?php echo $wp_wpl_properties_view->f_3043_options->caption() ?></span></td>
		<td data-name="f_3043_options" <?php echo $wp_wpl_properties_view->f_3043_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3043_options">
<span<?php echo $wp_wpl_properties_view->f_3043_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3043_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3043->Visible) { // f_3043 ?>
	<tr id="r_f_3043">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3043"><?php echo $wp_wpl_properties_view->f_3043->caption() ?></span></td>
		<td data-name="f_3043" <?php echo $wp_wpl_properties_view->f_3043->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3043">
<span<?php echo $wp_wpl_properties_view->f_3043->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3043->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3044_options->Visible) { // f_3044_options ?>
	<tr id="r_f_3044_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3044_options"><?php echo $wp_wpl_properties_view->f_3044_options->caption() ?></span></td>
		<td data-name="f_3044_options" <?php echo $wp_wpl_properties_view->f_3044_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3044_options">
<span<?php echo $wp_wpl_properties_view->f_3044_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3044_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3044->Visible) { // f_3044 ?>
	<tr id="r_f_3044">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3044"><?php echo $wp_wpl_properties_view->f_3044->caption() ?></span></td>
		<td data-name="f_3044" <?php echo $wp_wpl_properties_view->f_3044->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3044">
<span<?php echo $wp_wpl_properties_view->f_3044->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3044->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3045->Visible) { // n_3045 ?>
	<tr id="r_n_3045">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3045"><?php echo $wp_wpl_properties_view->n_3045->caption() ?></span></td>
		<td data-name="n_3045" <?php echo $wp_wpl_properties_view->n_3045->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3045">
<span<?php echo $wp_wpl_properties_view->n_3045->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3045->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3045_distance->Visible) { // n_3045_distance ?>
	<tr id="r_n_3045_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3045_distance"><?php echo $wp_wpl_properties_view->n_3045_distance->caption() ?></span></td>
		<td data-name="n_3045_distance" <?php echo $wp_wpl_properties_view->n_3045_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3045_distance">
<span<?php echo $wp_wpl_properties_view->n_3045_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3045_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3045_distance_by->Visible) { // n_3045_distance_by ?>
	<tr id="r_n_3045_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3045_distance_by"><?php echo $wp_wpl_properties_view->n_3045_distance_by->caption() ?></span></td>
		<td data-name="n_3045_distance_by" <?php echo $wp_wpl_properties_view->n_3045_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3045_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3045_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3045_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3046->Visible) { // n_3046 ?>
	<tr id="r_n_3046">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3046"><?php echo $wp_wpl_properties_view->n_3046->caption() ?></span></td>
		<td data-name="n_3046" <?php echo $wp_wpl_properties_view->n_3046->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3046">
<span<?php echo $wp_wpl_properties_view->n_3046->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3046->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3046_distance->Visible) { // n_3046_distance ?>
	<tr id="r_n_3046_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3046_distance"><?php echo $wp_wpl_properties_view->n_3046_distance->caption() ?></span></td>
		<td data-name="n_3046_distance" <?php echo $wp_wpl_properties_view->n_3046_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3046_distance">
<span<?php echo $wp_wpl_properties_view->n_3046_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3046_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3046_distance_by->Visible) { // n_3046_distance_by ?>
	<tr id="r_n_3046_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3046_distance_by"><?php echo $wp_wpl_properties_view->n_3046_distance_by->caption() ?></span></td>
		<td data-name="n_3046_distance_by" <?php echo $wp_wpl_properties_view->n_3046_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3046_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3046_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3046_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3047->Visible) { // n_3047 ?>
	<tr id="r_n_3047">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3047"><?php echo $wp_wpl_properties_view->n_3047->caption() ?></span></td>
		<td data-name="n_3047" <?php echo $wp_wpl_properties_view->n_3047->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3047">
<span<?php echo $wp_wpl_properties_view->n_3047->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3047->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3047_distance->Visible) { // n_3047_distance ?>
	<tr id="r_n_3047_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3047_distance"><?php echo $wp_wpl_properties_view->n_3047_distance->caption() ?></span></td>
		<td data-name="n_3047_distance" <?php echo $wp_wpl_properties_view->n_3047_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3047_distance">
<span<?php echo $wp_wpl_properties_view->n_3047_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3047_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3047_distance_by->Visible) { // n_3047_distance_by ?>
	<tr id="r_n_3047_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3047_distance_by"><?php echo $wp_wpl_properties_view->n_3047_distance_by->caption() ?></span></td>
		<td data-name="n_3047_distance_by" <?php echo $wp_wpl_properties_view->n_3047_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3047_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3047_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3047_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3048->Visible) { // n_3048 ?>
	<tr id="r_n_3048">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3048"><?php echo $wp_wpl_properties_view->n_3048->caption() ?></span></td>
		<td data-name="n_3048" <?php echo $wp_wpl_properties_view->n_3048->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3048">
<span<?php echo $wp_wpl_properties_view->n_3048->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3048->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3048_distance->Visible) { // n_3048_distance ?>
	<tr id="r_n_3048_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3048_distance"><?php echo $wp_wpl_properties_view->n_3048_distance->caption() ?></span></td>
		<td data-name="n_3048_distance" <?php echo $wp_wpl_properties_view->n_3048_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3048_distance">
<span<?php echo $wp_wpl_properties_view->n_3048_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3048_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3048_distance_by->Visible) { // n_3048_distance_by ?>
	<tr id="r_n_3048_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3048_distance_by"><?php echo $wp_wpl_properties_view->n_3048_distance_by->caption() ?></span></td>
		<td data-name="n_3048_distance_by" <?php echo $wp_wpl_properties_view->n_3048_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3048_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3048_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3048_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3049->Visible) { // n_3049 ?>
	<tr id="r_n_3049">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3049"><?php echo $wp_wpl_properties_view->n_3049->caption() ?></span></td>
		<td data-name="n_3049" <?php echo $wp_wpl_properties_view->n_3049->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3049">
<span<?php echo $wp_wpl_properties_view->n_3049->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3049->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3049_distance->Visible) { // n_3049_distance ?>
	<tr id="r_n_3049_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3049_distance"><?php echo $wp_wpl_properties_view->n_3049_distance->caption() ?></span></td>
		<td data-name="n_3049_distance" <?php echo $wp_wpl_properties_view->n_3049_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3049_distance">
<span<?php echo $wp_wpl_properties_view->n_3049_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3049_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3049_distance_by->Visible) { // n_3049_distance_by ?>
	<tr id="r_n_3049_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3049_distance_by"><?php echo $wp_wpl_properties_view->n_3049_distance_by->caption() ?></span></td>
		<td data-name="n_3049_distance_by" <?php echo $wp_wpl_properties_view->n_3049_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3049_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3049_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3049_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3050->Visible) { // n_3050 ?>
	<tr id="r_n_3050">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3050"><?php echo $wp_wpl_properties_view->n_3050->caption() ?></span></td>
		<td data-name="n_3050" <?php echo $wp_wpl_properties_view->n_3050->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3050">
<span<?php echo $wp_wpl_properties_view->n_3050->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3050->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3050_distance->Visible) { // n_3050_distance ?>
	<tr id="r_n_3050_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3050_distance"><?php echo $wp_wpl_properties_view->n_3050_distance->caption() ?></span></td>
		<td data-name="n_3050_distance" <?php echo $wp_wpl_properties_view->n_3050_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3050_distance">
<span<?php echo $wp_wpl_properties_view->n_3050_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3050_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3050_distance_by->Visible) { // n_3050_distance_by ?>
	<tr id="r_n_3050_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3050_distance_by"><?php echo $wp_wpl_properties_view->n_3050_distance_by->caption() ?></span></td>
		<td data-name="n_3050_distance_by" <?php echo $wp_wpl_properties_view->n_3050_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3050_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3050_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3050_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3051->Visible) { // n_3051 ?>
	<tr id="r_n_3051">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3051"><?php echo $wp_wpl_properties_view->n_3051->caption() ?></span></td>
		<td data-name="n_3051" <?php echo $wp_wpl_properties_view->n_3051->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3051">
<span<?php echo $wp_wpl_properties_view->n_3051->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3051->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3051_distance->Visible) { // n_3051_distance ?>
	<tr id="r_n_3051_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3051_distance"><?php echo $wp_wpl_properties_view->n_3051_distance->caption() ?></span></td>
		<td data-name="n_3051_distance" <?php echo $wp_wpl_properties_view->n_3051_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3051_distance">
<span<?php echo $wp_wpl_properties_view->n_3051_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3051_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3051_distance_by->Visible) { // n_3051_distance_by ?>
	<tr id="r_n_3051_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3051_distance_by"><?php echo $wp_wpl_properties_view->n_3051_distance_by->caption() ?></span></td>
		<td data-name="n_3051_distance_by" <?php echo $wp_wpl_properties_view->n_3051_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3051_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3051_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3051_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3052->Visible) { // n_3052 ?>
	<tr id="r_n_3052">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3052"><?php echo $wp_wpl_properties_view->n_3052->caption() ?></span></td>
		<td data-name="n_3052" <?php echo $wp_wpl_properties_view->n_3052->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3052">
<span<?php echo $wp_wpl_properties_view->n_3052->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3052->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3052_distance->Visible) { // n_3052_distance ?>
	<tr id="r_n_3052_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3052_distance"><?php echo $wp_wpl_properties_view->n_3052_distance->caption() ?></span></td>
		<td data-name="n_3052_distance" <?php echo $wp_wpl_properties_view->n_3052_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3052_distance">
<span<?php echo $wp_wpl_properties_view->n_3052_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3052_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3052_distance_by->Visible) { // n_3052_distance_by ?>
	<tr id="r_n_3052_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3052_distance_by"><?php echo $wp_wpl_properties_view->n_3052_distance_by->caption() ?></span></td>
		<td data-name="n_3052_distance_by" <?php echo $wp_wpl_properties_view->n_3052_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3052_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3052_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3052_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3053->Visible) { // n_3053 ?>
	<tr id="r_n_3053">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3053"><?php echo $wp_wpl_properties_view->n_3053->caption() ?></span></td>
		<td data-name="n_3053" <?php echo $wp_wpl_properties_view->n_3053->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3053">
<span<?php echo $wp_wpl_properties_view->n_3053->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3053->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3053_distance->Visible) { // n_3053_distance ?>
	<tr id="r_n_3053_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3053_distance"><?php echo $wp_wpl_properties_view->n_3053_distance->caption() ?></span></td>
		<td data-name="n_3053_distance" <?php echo $wp_wpl_properties_view->n_3053_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3053_distance">
<span<?php echo $wp_wpl_properties_view->n_3053_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3053_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3053_distance_by->Visible) { // n_3053_distance_by ?>
	<tr id="r_n_3053_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3053_distance_by"><?php echo $wp_wpl_properties_view->n_3053_distance_by->caption() ?></span></td>
		<td data-name="n_3053_distance_by" <?php echo $wp_wpl_properties_view->n_3053_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3053_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3053_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3053_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3054->Visible) { // n_3054 ?>
	<tr id="r_n_3054">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3054"><?php echo $wp_wpl_properties_view->n_3054->caption() ?></span></td>
		<td data-name="n_3054" <?php echo $wp_wpl_properties_view->n_3054->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3054">
<span<?php echo $wp_wpl_properties_view->n_3054->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3054->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3054_distance->Visible) { // n_3054_distance ?>
	<tr id="r_n_3054_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3054_distance"><?php echo $wp_wpl_properties_view->n_3054_distance->caption() ?></span></td>
		<td data-name="n_3054_distance" <?php echo $wp_wpl_properties_view->n_3054_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3054_distance">
<span<?php echo $wp_wpl_properties_view->n_3054_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3054_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3054_distance_by->Visible) { // n_3054_distance_by ?>
	<tr id="r_n_3054_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3054_distance_by"><?php echo $wp_wpl_properties_view->n_3054_distance_by->caption() ?></span></td>
		<td data-name="n_3054_distance_by" <?php echo $wp_wpl_properties_view->n_3054_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3054_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3054_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3054_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3055->Visible) { // n_3055 ?>
	<tr id="r_n_3055">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3055"><?php echo $wp_wpl_properties_view->n_3055->caption() ?></span></td>
		<td data-name="n_3055" <?php echo $wp_wpl_properties_view->n_3055->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3055">
<span<?php echo $wp_wpl_properties_view->n_3055->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3055->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3055_distance->Visible) { // n_3055_distance ?>
	<tr id="r_n_3055_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3055_distance"><?php echo $wp_wpl_properties_view->n_3055_distance->caption() ?></span></td>
		<td data-name="n_3055_distance" <?php echo $wp_wpl_properties_view->n_3055_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3055_distance">
<span<?php echo $wp_wpl_properties_view->n_3055_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3055_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3055_distance_by->Visible) { // n_3055_distance_by ?>
	<tr id="r_n_3055_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3055_distance_by"><?php echo $wp_wpl_properties_view->n_3055_distance_by->caption() ?></span></td>
		<td data-name="n_3055_distance_by" <?php echo $wp_wpl_properties_view->n_3055_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3055_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3055_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3055_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3056->Visible) { // n_3056 ?>
	<tr id="r_n_3056">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3056"><?php echo $wp_wpl_properties_view->n_3056->caption() ?></span></td>
		<td data-name="n_3056" <?php echo $wp_wpl_properties_view->n_3056->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3056">
<span<?php echo $wp_wpl_properties_view->n_3056->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3056->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3056_distance->Visible) { // n_3056_distance ?>
	<tr id="r_n_3056_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3056_distance"><?php echo $wp_wpl_properties_view->n_3056_distance->caption() ?></span></td>
		<td data-name="n_3056_distance" <?php echo $wp_wpl_properties_view->n_3056_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3056_distance">
<span<?php echo $wp_wpl_properties_view->n_3056_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3056_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3056_distance_by->Visible) { // n_3056_distance_by ?>
	<tr id="r_n_3056_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3056_distance_by"><?php echo $wp_wpl_properties_view->n_3056_distance_by->caption() ?></span></td>
		<td data-name="n_3056_distance_by" <?php echo $wp_wpl_properties_view->n_3056_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3056_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3056_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3056_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3057->Visible) { // n_3057 ?>
	<tr id="r_n_3057">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3057"><?php echo $wp_wpl_properties_view->n_3057->caption() ?></span></td>
		<td data-name="n_3057" <?php echo $wp_wpl_properties_view->n_3057->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3057">
<span<?php echo $wp_wpl_properties_view->n_3057->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3057->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3057_distance->Visible) { // n_3057_distance ?>
	<tr id="r_n_3057_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3057_distance"><?php echo $wp_wpl_properties_view->n_3057_distance->caption() ?></span></td>
		<td data-name="n_3057_distance" <?php echo $wp_wpl_properties_view->n_3057_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3057_distance">
<span<?php echo $wp_wpl_properties_view->n_3057_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3057_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3057_distance_by->Visible) { // n_3057_distance_by ?>
	<tr id="r_n_3057_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3057_distance_by"><?php echo $wp_wpl_properties_view->n_3057_distance_by->caption() ?></span></td>
		<td data-name="n_3057_distance_by" <?php echo $wp_wpl_properties_view->n_3057_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3057_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3057_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3057_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3058->Visible) { // n_3058 ?>
	<tr id="r_n_3058">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3058"><?php echo $wp_wpl_properties_view->n_3058->caption() ?></span></td>
		<td data-name="n_3058" <?php echo $wp_wpl_properties_view->n_3058->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3058">
<span<?php echo $wp_wpl_properties_view->n_3058->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3058->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3058_distance->Visible) { // n_3058_distance ?>
	<tr id="r_n_3058_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3058_distance"><?php echo $wp_wpl_properties_view->n_3058_distance->caption() ?></span></td>
		<td data-name="n_3058_distance" <?php echo $wp_wpl_properties_view->n_3058_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3058_distance">
<span<?php echo $wp_wpl_properties_view->n_3058_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3058_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3058_distance_by->Visible) { // n_3058_distance_by ?>
	<tr id="r_n_3058_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3058_distance_by"><?php echo $wp_wpl_properties_view->n_3058_distance_by->caption() ?></span></td>
		<td data-name="n_3058_distance_by" <?php echo $wp_wpl_properties_view->n_3058_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3058_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3058_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3058_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3059->Visible) { // n_3059 ?>
	<tr id="r_n_3059">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3059"><?php echo $wp_wpl_properties_view->n_3059->caption() ?></span></td>
		<td data-name="n_3059" <?php echo $wp_wpl_properties_view->n_3059->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3059">
<span<?php echo $wp_wpl_properties_view->n_3059->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3059->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3059_distance->Visible) { // n_3059_distance ?>
	<tr id="r_n_3059_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3059_distance"><?php echo $wp_wpl_properties_view->n_3059_distance->caption() ?></span></td>
		<td data-name="n_3059_distance" <?php echo $wp_wpl_properties_view->n_3059_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3059_distance">
<span<?php echo $wp_wpl_properties_view->n_3059_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3059_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3059_distance_by->Visible) { // n_3059_distance_by ?>
	<tr id="r_n_3059_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3059_distance_by"><?php echo $wp_wpl_properties_view->n_3059_distance_by->caption() ?></span></td>
		<td data-name="n_3059_distance_by" <?php echo $wp_wpl_properties_view->n_3059_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3059_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3059_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3059_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3060_options->Visible) { // f_3060_options ?>
	<tr id="r_f_3060_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3060_options"><?php echo $wp_wpl_properties_view->f_3060_options->caption() ?></span></td>
		<td data-name="f_3060_options" <?php echo $wp_wpl_properties_view->f_3060_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3060_options">
<span<?php echo $wp_wpl_properties_view->f_3060_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3060_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3060->Visible) { // f_3060 ?>
	<tr id="r_f_3060">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3060"><?php echo $wp_wpl_properties_view->f_3060->caption() ?></span></td>
		<td data-name="f_3060" <?php echo $wp_wpl_properties_view->f_3060->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3060">
<span<?php echo $wp_wpl_properties_view->f_3060->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3060->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3061_options->Visible) { // f_3061_options ?>
	<tr id="r_f_3061_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3061_options"><?php echo $wp_wpl_properties_view->f_3061_options->caption() ?></span></td>
		<td data-name="f_3061_options" <?php echo $wp_wpl_properties_view->f_3061_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3061_options">
<span<?php echo $wp_wpl_properties_view->f_3061_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3061_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3061->Visible) { // f_3061 ?>
	<tr id="r_f_3061">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3061"><?php echo $wp_wpl_properties_view->f_3061->caption() ?></span></td>
		<td data-name="f_3061" <?php echo $wp_wpl_properties_view->f_3061->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3061">
<span<?php echo $wp_wpl_properties_view->f_3061->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3061->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3062_options->Visible) { // f_3062_options ?>
	<tr id="r_f_3062_options">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3062_options"><?php echo $wp_wpl_properties_view->f_3062_options->caption() ?></span></td>
		<td data-name="f_3062_options" <?php echo $wp_wpl_properties_view->f_3062_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3062_options">
<span<?php echo $wp_wpl_properties_view->f_3062_options->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3062_options->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->f_3062->Visible) { // f_3062 ?>
	<tr id="r_f_3062">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_f_3062"><?php echo $wp_wpl_properties_view->f_3062->caption() ?></span></td>
		<td data-name="f_3062" <?php echo $wp_wpl_properties_view->f_3062->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3062">
<span<?php echo $wp_wpl_properties_view->f_3062->viewAttributes() ?>><?php echo $wp_wpl_properties_view->f_3062->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3063->Visible) { // field_3063 ?>
	<tr id="r_field_3063">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3063"><?php echo $wp_wpl_properties_view->field_3063->caption() ?></span></td>
		<td data-name="field_3063" <?php echo $wp_wpl_properties_view->field_3063->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3063">
<span<?php echo $wp_wpl_properties_view->field_3063->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3063->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3064->Visible) { // field_3064 ?>
	<tr id="r_field_3064">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3064"><?php echo $wp_wpl_properties_view->field_3064->caption() ?></span></td>
		<td data-name="field_3064" <?php echo $wp_wpl_properties_view->field_3064->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3064">
<span<?php echo $wp_wpl_properties_view->field_3064->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3064->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3065->Visible) { // field_3065 ?>
	<tr id="r_field_3065">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3065"><?php echo $wp_wpl_properties_view->field_3065->caption() ?></span></td>
		<td data-name="field_3065" <?php echo $wp_wpl_properties_view->field_3065->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3065">
<span<?php echo $wp_wpl_properties_view->field_3065->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3065->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_308_en_us->Visible) { // field_308_en_us ?>
	<tr id="r_field_308_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_308_en_us"><?php echo $wp_wpl_properties_view->field_308_en_us->caption() ?></span></td>
		<td data-name="field_308_en_us" <?php echo $wp_wpl_properties_view->field_308_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_308_en_us">
<span<?php echo $wp_wpl_properties_view->field_308_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_308_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_308_fr_fr->Visible) { // field_308_fr_fr ?>
	<tr id="r_field_308_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_308_fr_fr"><?php echo $wp_wpl_properties_view->field_308_fr_fr->caption() ?></span></td>
		<td data-name="field_308_fr_fr" <?php echo $wp_wpl_properties_view->field_308_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_308_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_308_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_308_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_313_en_us->Visible) { // field_313_en_us ?>
	<tr id="r_field_313_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_313_en_us"><?php echo $wp_wpl_properties_view->field_313_en_us->caption() ?></span></td>
		<td data-name="field_313_en_us" <?php echo $wp_wpl_properties_view->field_313_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_313_en_us">
<span<?php echo $wp_wpl_properties_view->field_313_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_313_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_313_fr_fr->Visible) { // field_313_fr_fr ?>
	<tr id="r_field_313_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_313_fr_fr"><?php echo $wp_wpl_properties_view->field_313_fr_fr->caption() ?></span></td>
		<td data-name="field_313_fr_fr" <?php echo $wp_wpl_properties_view->field_313_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_313_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_313_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_313_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_312_en_us->Visible) { // field_312_en_us ?>
	<tr id="r_field_312_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_312_en_us"><?php echo $wp_wpl_properties_view->field_312_en_us->caption() ?></span></td>
		<td data-name="field_312_en_us" <?php echo $wp_wpl_properties_view->field_312_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_312_en_us">
<span<?php echo $wp_wpl_properties_view->field_312_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_312_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_312_fr_fr->Visible) { // field_312_fr_fr ?>
	<tr id="r_field_312_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_312_fr_fr"><?php echo $wp_wpl_properties_view->field_312_fr_fr->caption() ?></span></td>
		<td data-name="field_312_fr_fr" <?php echo $wp_wpl_properties_view->field_312_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_312_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_312_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_312_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3017_en_us->Visible) { // field_3017_en_us ?>
	<tr id="r_field_3017_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3017_en_us"><?php echo $wp_wpl_properties_view->field_3017_en_us->caption() ?></span></td>
		<td data-name="field_3017_en_us" <?php echo $wp_wpl_properties_view->field_3017_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3017_en_us">
<span<?php echo $wp_wpl_properties_view->field_3017_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3017_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3017_fr_fr->Visible) { // field_3017_fr_fr ?>
	<tr id="r_field_3017_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3017_fr_fr"><?php echo $wp_wpl_properties_view->field_3017_fr_fr->caption() ?></span></td>
		<td data-name="field_3017_fr_fr" <?php echo $wp_wpl_properties_view->field_3017_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3017_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3017_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3017_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_42_en_us->Visible) { // field_42_en_us ?>
	<tr id="r_field_42_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_42_en_us"><?php echo $wp_wpl_properties_view->field_42_en_us->caption() ?></span></td>
		<td data-name="field_42_en_us" <?php echo $wp_wpl_properties_view->field_42_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_42_en_us">
<span<?php echo $wp_wpl_properties_view->field_42_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_42_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_42_fr_fr->Visible) { // field_42_fr_fr ?>
	<tr id="r_field_42_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_42_fr_fr"><?php echo $wp_wpl_properties_view->field_42_fr_fr->caption() ?></span></td>
		<td data-name="field_42_fr_fr" <?php echo $wp_wpl_properties_view->field_42_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_42_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_42_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_42_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3067->Visible) { // field_3067 ?>
	<tr id="r_field_3067">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3067"><?php echo $wp_wpl_properties_view->field_3067->caption() ?></span></td>
		<td data-name="field_3067" <?php echo $wp_wpl_properties_view->field_3067->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3067">
<span<?php echo $wp_wpl_properties_view->field_3067->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3067->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3068->Visible) { // field_3068 ?>
	<tr id="r_field_3068">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3068"><?php echo $wp_wpl_properties_view->field_3068->caption() ?></span></td>
		<td data-name="field_3068" <?php echo $wp_wpl_properties_view->field_3068->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3068">
<span<?php echo $wp_wpl_properties_view->field_3068->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3068->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3069->Visible) { // field_3069 ?>
	<tr id="r_field_3069">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3069"><?php echo $wp_wpl_properties_view->field_3069->caption() ?></span></td>
		<td data-name="field_3069" <?php echo $wp_wpl_properties_view->field_3069->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3069">
<span<?php echo $wp_wpl_properties_view->field_3069->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3069->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3070->Visible) { // field_3070 ?>
	<tr id="r_field_3070">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3070"><?php echo $wp_wpl_properties_view->field_3070->caption() ?></span></td>
		<td data-name="field_3070" <?php echo $wp_wpl_properties_view->field_3070->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3070">
<span<?php echo $wp_wpl_properties_view->field_3070->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3070->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3071->Visible) { // field_3071 ?>
	<tr id="r_field_3071">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3071"><?php echo $wp_wpl_properties_view->field_3071->caption() ?></span></td>
		<td data-name="field_3071" <?php echo $wp_wpl_properties_view->field_3071->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3071">
<span<?php echo $wp_wpl_properties_view->field_3071->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3071->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3071_en_us->Visible) { // field_3071_en_us ?>
	<tr id="r_field_3071_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3071_en_us"><?php echo $wp_wpl_properties_view->field_3071_en_us->caption() ?></span></td>
		<td data-name="field_3071_en_us" <?php echo $wp_wpl_properties_view->field_3071_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3071_en_us">
<span<?php echo $wp_wpl_properties_view->field_3071_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3071_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3071_fr_fr->Visible) { // field_3071_fr_fr ?>
	<tr id="r_field_3071_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3071_fr_fr"><?php echo $wp_wpl_properties_view->field_3071_fr_fr->caption() ?></span></td>
		<td data-name="field_3071_fr_fr" <?php echo $wp_wpl_properties_view->field_3071_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3071_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3071_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3071_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3072->Visible) { // field_3072 ?>
	<tr id="r_field_3072">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3072"><?php echo $wp_wpl_properties_view->field_3072->caption() ?></span></td>
		<td data-name="field_3072" <?php echo $wp_wpl_properties_view->field_3072->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3072">
<span<?php echo $wp_wpl_properties_view->field_3072->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3072->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3073->Visible) { // field_3073 ?>
	<tr id="r_field_3073">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3073"><?php echo $wp_wpl_properties_view->field_3073->caption() ?></span></td>
		<td data-name="field_3073" <?php echo $wp_wpl_properties_view->field_3073->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3073">
<span<?php echo $wp_wpl_properties_view->field_3073->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3073->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3074->Visible) { // field_3074 ?>
	<tr id="r_field_3074">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3074"><?php echo $wp_wpl_properties_view->field_3074->caption() ?></span></td>
		<td data-name="field_3074" <?php echo $wp_wpl_properties_view->field_3074->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3074">
<span<?php echo $wp_wpl_properties_view->field_3074->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3074->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3074_en_us->Visible) { // field_3074_en_us ?>
	<tr id="r_field_3074_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3074_en_us"><?php echo $wp_wpl_properties_view->field_3074_en_us->caption() ?></span></td>
		<td data-name="field_3074_en_us" <?php echo $wp_wpl_properties_view->field_3074_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3074_en_us">
<span<?php echo $wp_wpl_properties_view->field_3074_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3074_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3074_fr_fr->Visible) { // field_3074_fr_fr ?>
	<tr id="r_field_3074_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3074_fr_fr"><?php echo $wp_wpl_properties_view->field_3074_fr_fr->caption() ?></span></td>
		<td data-name="field_3074_fr_fr" <?php echo $wp_wpl_properties_view->field_3074_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3074_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3074_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3074_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3075->Visible) { // field_3075 ?>
	<tr id="r_field_3075">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3075"><?php echo $wp_wpl_properties_view->field_3075->caption() ?></span></td>
		<td data-name="field_3075" <?php echo $wp_wpl_properties_view->field_3075->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3075">
<span<?php echo $wp_wpl_properties_view->field_3075->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3075->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3076->Visible) { // field_3076 ?>
	<tr id="r_field_3076">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3076"><?php echo $wp_wpl_properties_view->field_3076->caption() ?></span></td>
		<td data-name="field_3076" <?php echo $wp_wpl_properties_view->field_3076->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3076">
<span<?php echo $wp_wpl_properties_view->field_3076->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3076->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3077->Visible) { // field_3077 ?>
	<tr id="r_field_3077">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3077"><?php echo $wp_wpl_properties_view->field_3077->caption() ?></span></td>
		<td data-name="field_3077" <?php echo $wp_wpl_properties_view->field_3077->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3077">
<span<?php echo $wp_wpl_properties_view->field_3077->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3077->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3078->Visible) { // field_3078 ?>
	<tr id="r_field_3078">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3078"><?php echo $wp_wpl_properties_view->field_3078->caption() ?></span></td>
		<td data-name="field_3078" <?php echo $wp_wpl_properties_view->field_3078->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3078">
<span<?php echo $wp_wpl_properties_view->field_3078->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3078->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3079->Visible) { // field_3079 ?>
	<tr id="r_field_3079">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3079"><?php echo $wp_wpl_properties_view->field_3079->caption() ?></span></td>
		<td data-name="field_3079" <?php echo $wp_wpl_properties_view->field_3079->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3079">
<span<?php echo $wp_wpl_properties_view->field_3079->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3079->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3080->Visible) { // field_3080 ?>
	<tr id="r_field_3080">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3080"><?php echo $wp_wpl_properties_view->field_3080->caption() ?></span></td>
		<td data-name="field_3080" <?php echo $wp_wpl_properties_view->field_3080->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3080">
<span<?php echo $wp_wpl_properties_view->field_3080->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3080->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3076_en_us->Visible) { // field_3076_en_us ?>
	<tr id="r_field_3076_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3076_en_us"><?php echo $wp_wpl_properties_view->field_3076_en_us->caption() ?></span></td>
		<td data-name="field_3076_en_us" <?php echo $wp_wpl_properties_view->field_3076_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3076_en_us">
<span<?php echo $wp_wpl_properties_view->field_3076_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3076_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3076_fr_fr->Visible) { // field_3076_fr_fr ?>
	<tr id="r_field_3076_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3076_fr_fr"><?php echo $wp_wpl_properties_view->field_3076_fr_fr->caption() ?></span></td>
		<td data-name="field_3076_fr_fr" <?php echo $wp_wpl_properties_view->field_3076_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3076_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3076_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3076_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3080_en_us->Visible) { // field_3080_en_us ?>
	<tr id="r_field_3080_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3080_en_us"><?php echo $wp_wpl_properties_view->field_3080_en_us->caption() ?></span></td>
		<td data-name="field_3080_en_us" <?php echo $wp_wpl_properties_view->field_3080_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3080_en_us">
<span<?php echo $wp_wpl_properties_view->field_3080_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3080_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3080_fr_fr->Visible) { // field_3080_fr_fr ?>
	<tr id="r_field_3080_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3080_fr_fr"><?php echo $wp_wpl_properties_view->field_3080_fr_fr->caption() ?></span></td>
		<td data-name="field_3080_fr_fr" <?php echo $wp_wpl_properties_view->field_3080_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3080_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3080_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3080_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3081->Visible) { // field_3081 ?>
	<tr id="r_field_3081">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3081"><?php echo $wp_wpl_properties_view->field_3081->caption() ?></span></td>
		<td data-name="field_3081" <?php echo $wp_wpl_properties_view->field_3081->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3081">
<span<?php echo $wp_wpl_properties_view->field_3081->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3081->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3081_en_us->Visible) { // field_3081_en_us ?>
	<tr id="r_field_3081_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3081_en_us"><?php echo $wp_wpl_properties_view->field_3081_en_us->caption() ?></span></td>
		<td data-name="field_3081_en_us" <?php echo $wp_wpl_properties_view->field_3081_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3081_en_us">
<span<?php echo $wp_wpl_properties_view->field_3081_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3081_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3081_fr_fr->Visible) { // field_3081_fr_fr ?>
	<tr id="r_field_3081_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3081_fr_fr"><?php echo $wp_wpl_properties_view->field_3081_fr_fr->caption() ?></span></td>
		<td data-name="field_3081_fr_fr" <?php echo $wp_wpl_properties_view->field_3081_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3081_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3081_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3081_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3082->Visible) { // field_3082 ?>
	<tr id="r_field_3082">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3082"><?php echo $wp_wpl_properties_view->field_3082->caption() ?></span></td>
		<td data-name="field_3082" <?php echo $wp_wpl_properties_view->field_3082->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3082">
<span<?php echo $wp_wpl_properties_view->field_3082->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3082->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3082_en_us->Visible) { // field_3082_en_us ?>
	<tr id="r_field_3082_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3082_en_us"><?php echo $wp_wpl_properties_view->field_3082_en_us->caption() ?></span></td>
		<td data-name="field_3082_en_us" <?php echo $wp_wpl_properties_view->field_3082_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3082_en_us">
<span<?php echo $wp_wpl_properties_view->field_3082_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3082_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3082_fr_fr->Visible) { // field_3082_fr_fr ?>
	<tr id="r_field_3082_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3082_fr_fr"><?php echo $wp_wpl_properties_view->field_3082_fr_fr->caption() ?></span></td>
		<td data-name="field_3082_fr_fr" <?php echo $wp_wpl_properties_view->field_3082_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3082_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3082_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3082_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3084->Visible) { // field_3084 ?>
	<tr id="r_field_3084">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3084"><?php echo $wp_wpl_properties_view->field_3084->caption() ?></span></td>
		<td data-name="field_3084" <?php echo $wp_wpl_properties_view->field_3084->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3084">
<span<?php echo $wp_wpl_properties_view->field_3084->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3084->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3085->Visible) { // field_3085 ?>
	<tr id="r_field_3085">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3085"><?php echo $wp_wpl_properties_view->field_3085->caption() ?></span></td>
		<td data-name="field_3085" <?php echo $wp_wpl_properties_view->field_3085->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3085">
<span<?php echo $wp_wpl_properties_view->field_3085->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3085->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3086->Visible) { // field_3086 ?>
	<tr id="r_field_3086">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3086"><?php echo $wp_wpl_properties_view->field_3086->caption() ?></span></td>
		<td data-name="field_3086" <?php echo $wp_wpl_properties_view->field_3086->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3086">
<span<?php echo $wp_wpl_properties_view->field_3086->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3086->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3096->Visible) { // field_3096 ?>
	<tr id="r_field_3096">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3096"><?php echo $wp_wpl_properties_view->field_3096->caption() ?></span></td>
		<td data-name="field_3096" <?php echo $wp_wpl_properties_view->field_3096->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3096">
<span<?php echo $wp_wpl_properties_view->field_3096->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3096->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3097->Visible) { // field_3097 ?>
	<tr id="r_field_3097">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3097"><?php echo $wp_wpl_properties_view->field_3097->caption() ?></span></td>
		<td data-name="field_3097" <?php echo $wp_wpl_properties_view->field_3097->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3097">
<span<?php echo $wp_wpl_properties_view->field_3097->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3097->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3098->Visible) { // field_3098 ?>
	<tr id="r_field_3098">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3098"><?php echo $wp_wpl_properties_view->field_3098->caption() ?></span></td>
		<td data-name="field_3098" <?php echo $wp_wpl_properties_view->field_3098->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3098">
<span<?php echo $wp_wpl_properties_view->field_3098->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3098->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3099->Visible) { // field_3099 ?>
	<tr id="r_field_3099">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3099"><?php echo $wp_wpl_properties_view->field_3099->caption() ?></span></td>
		<td data-name="field_3099" <?php echo $wp_wpl_properties_view->field_3099->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3099">
<span<?php echo $wp_wpl_properties_view->field_3099->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3099->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3100->Visible) { // field_3100 ?>
	<tr id="r_field_3100">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3100"><?php echo $wp_wpl_properties_view->field_3100->caption() ?></span></td>
		<td data-name="field_3100" <?php echo $wp_wpl_properties_view->field_3100->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3100">
<span<?php echo $wp_wpl_properties_view->field_3100->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3100->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3101->Visible) { // field_3101 ?>
	<tr id="r_field_3101">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3101"><?php echo $wp_wpl_properties_view->field_3101->caption() ?></span></td>
		<td data-name="field_3101" <?php echo $wp_wpl_properties_view->field_3101->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3101">
<span<?php echo $wp_wpl_properties_view->field_3101->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3101->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3102->Visible) { // field_3102 ?>
	<tr id="r_field_3102">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3102"><?php echo $wp_wpl_properties_view->field_3102->caption() ?></span></td>
		<td data-name="field_3102" <?php echo $wp_wpl_properties_view->field_3102->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3102">
<span<?php echo $wp_wpl_properties_view->field_3102->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3102->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3103->Visible) { // field_3103 ?>
	<tr id="r_field_3103">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3103"><?php echo $wp_wpl_properties_view->field_3103->caption() ?></span></td>
		<td data-name="field_3103" <?php echo $wp_wpl_properties_view->field_3103->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3103">
<span<?php echo $wp_wpl_properties_view->field_3103->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3103->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3104->Visible) { // field_3104 ?>
	<tr id="r_field_3104">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3104"><?php echo $wp_wpl_properties_view->field_3104->caption() ?></span></td>
		<td data-name="field_3104" <?php echo $wp_wpl_properties_view->field_3104->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3104">
<span<?php echo $wp_wpl_properties_view->field_3104->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3104->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3105->Visible) { // field_3105 ?>
	<tr id="r_field_3105">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3105"><?php echo $wp_wpl_properties_view->field_3105->caption() ?></span></td>
		<td data-name="field_3105" <?php echo $wp_wpl_properties_view->field_3105->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3105">
<span<?php echo $wp_wpl_properties_view->field_3105->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3105->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3106->Visible) { // field_3106 ?>
	<tr id="r_field_3106">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3106"><?php echo $wp_wpl_properties_view->field_3106->caption() ?></span></td>
		<td data-name="field_3106" <?php echo $wp_wpl_properties_view->field_3106->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3106">
<span<?php echo $wp_wpl_properties_view->field_3106->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3106->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3107->Visible) { // field_3107 ?>
	<tr id="r_field_3107">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3107"><?php echo $wp_wpl_properties_view->field_3107->caption() ?></span></td>
		<td data-name="field_3107" <?php echo $wp_wpl_properties_view->field_3107->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3107">
<span<?php echo $wp_wpl_properties_view->field_3107->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3107->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3108->Visible) { // field_3108 ?>
	<tr id="r_field_3108">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3108"><?php echo $wp_wpl_properties_view->field_3108->caption() ?></span></td>
		<td data-name="field_3108" <?php echo $wp_wpl_properties_view->field_3108->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3108">
<span<?php echo $wp_wpl_properties_view->field_3108->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3108->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3109->Visible) { // field_3109 ?>
	<tr id="r_field_3109">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3109"><?php echo $wp_wpl_properties_view->field_3109->caption() ?></span></td>
		<td data-name="field_3109" <?php echo $wp_wpl_properties_view->field_3109->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3109">
<span<?php echo $wp_wpl_properties_view->field_3109->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3109->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3110->Visible) { // field_3110 ?>
	<tr id="r_field_3110">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3110"><?php echo $wp_wpl_properties_view->field_3110->caption() ?></span></td>
		<td data-name="field_3110" <?php echo $wp_wpl_properties_view->field_3110->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3110">
<span<?php echo $wp_wpl_properties_view->field_3110->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3110->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3111->Visible) { // field_3111 ?>
	<tr id="r_field_3111">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3111"><?php echo $wp_wpl_properties_view->field_3111->caption() ?></span></td>
		<td data-name="field_3111" <?php echo $wp_wpl_properties_view->field_3111->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3111">
<span<?php echo $wp_wpl_properties_view->field_3111->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3111->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3112->Visible) { // field_3112 ?>
	<tr id="r_field_3112">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3112"><?php echo $wp_wpl_properties_view->field_3112->caption() ?></span></td>
		<td data-name="field_3112" <?php echo $wp_wpl_properties_view->field_3112->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3112">
<span<?php echo $wp_wpl_properties_view->field_3112->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3112->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3113->Visible) { // field_3113 ?>
	<tr id="r_field_3113">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3113"><?php echo $wp_wpl_properties_view->field_3113->caption() ?></span></td>
		<td data-name="field_3113" <?php echo $wp_wpl_properties_view->field_3113->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3113">
<span<?php echo $wp_wpl_properties_view->field_3113->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3113->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3113_en_us->Visible) { // field_3113_en_us ?>
	<tr id="r_field_3113_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3113_en_us"><?php echo $wp_wpl_properties_view->field_3113_en_us->caption() ?></span></td>
		<td data-name="field_3113_en_us" <?php echo $wp_wpl_properties_view->field_3113_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3113_en_us">
<span<?php echo $wp_wpl_properties_view->field_3113_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3113_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3113_fr_fr->Visible) { // field_3113_fr_fr ?>
	<tr id="r_field_3113_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3113_fr_fr"><?php echo $wp_wpl_properties_view->field_3113_fr_fr->caption() ?></span></td>
		<td data-name="field_3113_fr_fr" <?php echo $wp_wpl_properties_view->field_3113_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3113_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3113_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3113_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3114->Visible) { // field_3114 ?>
	<tr id="r_field_3114">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3114"><?php echo $wp_wpl_properties_view->field_3114->caption() ?></span></td>
		<td data-name="field_3114" <?php echo $wp_wpl_properties_view->field_3114->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3114">
<span<?php echo $wp_wpl_properties_view->field_3114->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3114->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3114_en_us->Visible) { // field_3114_en_us ?>
	<tr id="r_field_3114_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3114_en_us"><?php echo $wp_wpl_properties_view->field_3114_en_us->caption() ?></span></td>
		<td data-name="field_3114_en_us" <?php echo $wp_wpl_properties_view->field_3114_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3114_en_us">
<span<?php echo $wp_wpl_properties_view->field_3114_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3114_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3114_fr_fr->Visible) { // field_3114_fr_fr ?>
	<tr id="r_field_3114_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3114_fr_fr"><?php echo $wp_wpl_properties_view->field_3114_fr_fr->caption() ?></span></td>
		<td data-name="field_3114_fr_fr" <?php echo $wp_wpl_properties_view->field_3114_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3114_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3114_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3114_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3115->Visible) { // field_3115 ?>
	<tr id="r_field_3115">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3115"><?php echo $wp_wpl_properties_view->field_3115->caption() ?></span></td>
		<td data-name="field_3115" <?php echo $wp_wpl_properties_view->field_3115->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3115">
<span<?php echo $wp_wpl_properties_view->field_3115->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3115->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3115_si->Visible) { // field_3115_si ?>
	<tr id="r_field_3115_si">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3115_si"><?php echo $wp_wpl_properties_view->field_3115_si->caption() ?></span></td>
		<td data-name="field_3115_si" <?php echo $wp_wpl_properties_view->field_3115_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3115_si">
<span<?php echo $wp_wpl_properties_view->field_3115_si->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3115_si->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3115_unit->Visible) { // field_3115_unit ?>
	<tr id="r_field_3115_unit">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3115_unit"><?php echo $wp_wpl_properties_view->field_3115_unit->caption() ?></span></td>
		<td data-name="field_3115_unit" <?php echo $wp_wpl_properties_view->field_3115_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3115_unit">
<span<?php echo $wp_wpl_properties_view->field_3115_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3115_unit->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3116->Visible) { // field_3116 ?>
	<tr id="r_field_3116">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3116"><?php echo $wp_wpl_properties_view->field_3116->caption() ?></span></td>
		<td data-name="field_3116" <?php echo $wp_wpl_properties_view->field_3116->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3116">
<span<?php echo $wp_wpl_properties_view->field_3116->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3116->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3117->Visible) { // field_3117 ?>
	<tr id="r_field_3117">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3117"><?php echo $wp_wpl_properties_view->field_3117->caption() ?></span></td>
		<td data-name="field_3117" <?php echo $wp_wpl_properties_view->field_3117->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3117">
<span<?php echo $wp_wpl_properties_view->field_3117->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3117->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3117_en_us->Visible) { // field_3117_en_us ?>
	<tr id="r_field_3117_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3117_en_us"><?php echo $wp_wpl_properties_view->field_3117_en_us->caption() ?></span></td>
		<td data-name="field_3117_en_us" <?php echo $wp_wpl_properties_view->field_3117_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3117_en_us">
<span<?php echo $wp_wpl_properties_view->field_3117_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3117_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3117_fr_fr->Visible) { // field_3117_fr_fr ?>
	<tr id="r_field_3117_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3117_fr_fr"><?php echo $wp_wpl_properties_view->field_3117_fr_fr->caption() ?></span></td>
		<td data-name="field_3117_fr_fr" <?php echo $wp_wpl_properties_view->field_3117_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3117_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3117_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3117_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3118->Visible) { // field_3118 ?>
	<tr id="r_field_3118">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3118"><?php echo $wp_wpl_properties_view->field_3118->caption() ?></span></td>
		<td data-name="field_3118" <?php echo $wp_wpl_properties_view->field_3118->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3118">
<span<?php echo $wp_wpl_properties_view->field_3118->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3118->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3118_en_us->Visible) { // field_3118_en_us ?>
	<tr id="r_field_3118_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3118_en_us"><?php echo $wp_wpl_properties_view->field_3118_en_us->caption() ?></span></td>
		<td data-name="field_3118_en_us" <?php echo $wp_wpl_properties_view->field_3118_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3118_en_us">
<span<?php echo $wp_wpl_properties_view->field_3118_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3118_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3118_fr_fr->Visible) { // field_3118_fr_fr ?>
	<tr id="r_field_3118_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3118_fr_fr"><?php echo $wp_wpl_properties_view->field_3118_fr_fr->caption() ?></span></td>
		<td data-name="field_3118_fr_fr" <?php echo $wp_wpl_properties_view->field_3118_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3118_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3118_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3118_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3119->Visible) { // field_3119 ?>
	<tr id="r_field_3119">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3119"><?php echo $wp_wpl_properties_view->field_3119->caption() ?></span></td>
		<td data-name="field_3119" <?php echo $wp_wpl_properties_view->field_3119->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3119">
<span<?php echo $wp_wpl_properties_view->field_3119->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3119->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3119_en_us->Visible) { // field_3119_en_us ?>
	<tr id="r_field_3119_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3119_en_us"><?php echo $wp_wpl_properties_view->field_3119_en_us->caption() ?></span></td>
		<td data-name="field_3119_en_us" <?php echo $wp_wpl_properties_view->field_3119_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3119_en_us">
<span<?php echo $wp_wpl_properties_view->field_3119_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3119_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3119_fr_fr->Visible) { // field_3119_fr_fr ?>
	<tr id="r_field_3119_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3119_fr_fr"><?php echo $wp_wpl_properties_view->field_3119_fr_fr->caption() ?></span></td>
		<td data-name="field_3119_fr_fr" <?php echo $wp_wpl_properties_view->field_3119_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3119_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3119_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3119_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3120->Visible) { // field_3120 ?>
	<tr id="r_field_3120">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3120"><?php echo $wp_wpl_properties_view->field_3120->caption() ?></span></td>
		<td data-name="field_3120" <?php echo $wp_wpl_properties_view->field_3120->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3120">
<span<?php echo $wp_wpl_properties_view->field_3120->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3120->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3120_en_us->Visible) { // field_3120_en_us ?>
	<tr id="r_field_3120_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3120_en_us"><?php echo $wp_wpl_properties_view->field_3120_en_us->caption() ?></span></td>
		<td data-name="field_3120_en_us" <?php echo $wp_wpl_properties_view->field_3120_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3120_en_us">
<span<?php echo $wp_wpl_properties_view->field_3120_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3120_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3120_fr_fr->Visible) { // field_3120_fr_fr ?>
	<tr id="r_field_3120_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3120_fr_fr"><?php echo $wp_wpl_properties_view->field_3120_fr_fr->caption() ?></span></td>
		<td data-name="field_3120_fr_fr" <?php echo $wp_wpl_properties_view->field_3120_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3120_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3120_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3120_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3121->Visible) { // field_3121 ?>
	<tr id="r_field_3121">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3121"><?php echo $wp_wpl_properties_view->field_3121->caption() ?></span></td>
		<td data-name="field_3121" <?php echo $wp_wpl_properties_view->field_3121->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3121">
<span<?php echo $wp_wpl_properties_view->field_3121->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3121->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3122->Visible) { // field_3122 ?>
	<tr id="r_field_3122">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3122"><?php echo $wp_wpl_properties_view->field_3122->caption() ?></span></td>
		<td data-name="field_3122" <?php echo $wp_wpl_properties_view->field_3122->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3122">
<span<?php echo $wp_wpl_properties_view->field_3122->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3122->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3122_si->Visible) { // field_3122_si ?>
	<tr id="r_field_3122_si">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3122_si"><?php echo $wp_wpl_properties_view->field_3122_si->caption() ?></span></td>
		<td data-name="field_3122_si" <?php echo $wp_wpl_properties_view->field_3122_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3122_si">
<span<?php echo $wp_wpl_properties_view->field_3122_si->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3122_si->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3122_unit->Visible) { // field_3122_unit ?>
	<tr id="r_field_3122_unit">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3122_unit"><?php echo $wp_wpl_properties_view->field_3122_unit->caption() ?></span></td>
		<td data-name="field_3122_unit" <?php echo $wp_wpl_properties_view->field_3122_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3122_unit">
<span<?php echo $wp_wpl_properties_view->field_3122_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3122_unit->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3123->Visible) { // field_3123 ?>
	<tr id="r_field_3123">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3123"><?php echo $wp_wpl_properties_view->field_3123->caption() ?></span></td>
		<td data-name="field_3123" <?php echo $wp_wpl_properties_view->field_3123->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3123">
<span<?php echo $wp_wpl_properties_view->field_3123->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3123->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3124->Visible) { // field_3124 ?>
	<tr id="r_field_3124">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3124"><?php echo $wp_wpl_properties_view->field_3124->caption() ?></span></td>
		<td data-name="field_3124" <?php echo $wp_wpl_properties_view->field_3124->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3124">
<span<?php echo $wp_wpl_properties_view->field_3124->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3124->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3125->Visible) { // field_3125 ?>
	<tr id="r_field_3125">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3125"><?php echo $wp_wpl_properties_view->field_3125->caption() ?></span></td>
		<td data-name="field_3125" <?php echo $wp_wpl_properties_view->field_3125->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3125">
<span<?php echo $wp_wpl_properties_view->field_3125->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3125->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3126->Visible) { // field_3126 ?>
	<tr id="r_field_3126">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3126"><?php echo $wp_wpl_properties_view->field_3126->caption() ?></span></td>
		<td data-name="field_3126" <?php echo $wp_wpl_properties_view->field_3126->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3126">
<span<?php echo $wp_wpl_properties_view->field_3126->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3126->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3127->Visible) { // field_3127 ?>
	<tr id="r_field_3127">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3127"><?php echo $wp_wpl_properties_view->field_3127->caption() ?></span></td>
		<td data-name="field_3127" <?php echo $wp_wpl_properties_view->field_3127->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3127">
<span<?php echo $wp_wpl_properties_view->field_3127->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3127->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3128->Visible) { // field_3128 ?>
	<tr id="r_field_3128">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3128"><?php echo $wp_wpl_properties_view->field_3128->caption() ?></span></td>
		<td data-name="field_3128" <?php echo $wp_wpl_properties_view->field_3128->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3128">
<span<?php echo $wp_wpl_properties_view->field_3128->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3128->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3129->Visible) { // field_3129 ?>
	<tr id="r_field_3129">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3129"><?php echo $wp_wpl_properties_view->field_3129->caption() ?></span></td>
		<td data-name="field_3129" <?php echo $wp_wpl_properties_view->field_3129->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3129">
<span<?php echo $wp_wpl_properties_view->field_3129->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3129->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3130->Visible) { // field_3130 ?>
	<tr id="r_field_3130">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3130"><?php echo $wp_wpl_properties_view->field_3130->caption() ?></span></td>
		<td data-name="field_3130" <?php echo $wp_wpl_properties_view->field_3130->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3130">
<span<?php echo $wp_wpl_properties_view->field_3130->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3130->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3131->Visible) { // field_3131 ?>
	<tr id="r_field_3131">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3131"><?php echo $wp_wpl_properties_view->field_3131->caption() ?></span></td>
		<td data-name="field_3131" <?php echo $wp_wpl_properties_view->field_3131->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3131">
<span<?php echo $wp_wpl_properties_view->field_3131->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3131->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3132->Visible) { // field_3132 ?>
	<tr id="r_field_3132">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3132"><?php echo $wp_wpl_properties_view->field_3132->caption() ?></span></td>
		<td data-name="field_3132" <?php echo $wp_wpl_properties_view->field_3132->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3132">
<span<?php echo $wp_wpl_properties_view->field_3132->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3132->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3133->Visible) { // field_3133 ?>
	<tr id="r_field_3133">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3133"><?php echo $wp_wpl_properties_view->field_3133->caption() ?></span></td>
		<td data-name="field_3133" <?php echo $wp_wpl_properties_view->field_3133->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3133">
<span<?php echo $wp_wpl_properties_view->field_3133->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3133->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3134->Visible) { // field_3134 ?>
	<tr id="r_field_3134">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3134"><?php echo $wp_wpl_properties_view->field_3134->caption() ?></span></td>
		<td data-name="field_3134" <?php echo $wp_wpl_properties_view->field_3134->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3134">
<span<?php echo $wp_wpl_properties_view->field_3134->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3134->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3135->Visible) { // field_3135 ?>
	<tr id="r_field_3135">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3135"><?php echo $wp_wpl_properties_view->field_3135->caption() ?></span></td>
		<td data-name="field_3135" <?php echo $wp_wpl_properties_view->field_3135->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3135">
<span<?php echo $wp_wpl_properties_view->field_3135->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3135->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3136->Visible) { // field_3136 ?>
	<tr id="r_field_3136">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3136"><?php echo $wp_wpl_properties_view->field_3136->caption() ?></span></td>
		<td data-name="field_3136" <?php echo $wp_wpl_properties_view->field_3136->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3136">
<span<?php echo $wp_wpl_properties_view->field_3136->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3136->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3137->Visible) { // field_3137 ?>
	<tr id="r_field_3137">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3137"><?php echo $wp_wpl_properties_view->field_3137->caption() ?></span></td>
		<td data-name="field_3137" <?php echo $wp_wpl_properties_view->field_3137->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3137">
<span<?php echo $wp_wpl_properties_view->field_3137->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3137->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3138->Visible) { // field_3138 ?>
	<tr id="r_field_3138">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3138"><?php echo $wp_wpl_properties_view->field_3138->caption() ?></span></td>
		<td data-name="field_3138" <?php echo $wp_wpl_properties_view->field_3138->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3138">
<span<?php echo $wp_wpl_properties_view->field_3138->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3138->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3139->Visible) { // field_3139 ?>
	<tr id="r_field_3139">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3139"><?php echo $wp_wpl_properties_view->field_3139->caption() ?></span></td>
		<td data-name="field_3139" <?php echo $wp_wpl_properties_view->field_3139->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3139">
<span<?php echo $wp_wpl_properties_view->field_3139->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3139->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3140->Visible) { // field_3140 ?>
	<tr id="r_field_3140">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3140"><?php echo $wp_wpl_properties_view->field_3140->caption() ?></span></td>
		<td data-name="field_3140" <?php echo $wp_wpl_properties_view->field_3140->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3140">
<span<?php echo $wp_wpl_properties_view->field_3140->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3140->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3141->Visible) { // field_3141 ?>
	<tr id="r_field_3141">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3141"><?php echo $wp_wpl_properties_view->field_3141->caption() ?></span></td>
		<td data-name="field_3141" <?php echo $wp_wpl_properties_view->field_3141->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3141">
<span<?php echo $wp_wpl_properties_view->field_3141->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3141->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3142->Visible) { // field_3142 ?>
	<tr id="r_field_3142">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3142"><?php echo $wp_wpl_properties_view->field_3142->caption() ?></span></td>
		<td data-name="field_3142" <?php echo $wp_wpl_properties_view->field_3142->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3142">
<span<?php echo $wp_wpl_properties_view->field_3142->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3142->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3143->Visible) { // field_3143 ?>
	<tr id="r_field_3143">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3143"><?php echo $wp_wpl_properties_view->field_3143->caption() ?></span></td>
		<td data-name="field_3143" <?php echo $wp_wpl_properties_view->field_3143->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3143">
<span<?php echo $wp_wpl_properties_view->field_3143->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3143->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3144->Visible) { // field_3144 ?>
	<tr id="r_field_3144">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3144"><?php echo $wp_wpl_properties_view->field_3144->caption() ?></span></td>
		<td data-name="field_3144" <?php echo $wp_wpl_properties_view->field_3144->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3144">
<span<?php echo $wp_wpl_properties_view->field_3144->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3144->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3145->Visible) { // field_3145 ?>
	<tr id="r_field_3145">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3145"><?php echo $wp_wpl_properties_view->field_3145->caption() ?></span></td>
		<td data-name="field_3145" <?php echo $wp_wpl_properties_view->field_3145->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3145">
<span<?php echo $wp_wpl_properties_view->field_3145->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3145->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3146->Visible) { // field_3146 ?>
	<tr id="r_field_3146">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3146"><?php echo $wp_wpl_properties_view->field_3146->caption() ?></span></td>
		<td data-name="field_3146" <?php echo $wp_wpl_properties_view->field_3146->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3146">
<span<?php echo $wp_wpl_properties_view->field_3146->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3146->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3147->Visible) { // field_3147 ?>
	<tr id="r_field_3147">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3147"><?php echo $wp_wpl_properties_view->field_3147->caption() ?></span></td>
		<td data-name="field_3147" <?php echo $wp_wpl_properties_view->field_3147->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3147">
<span<?php echo $wp_wpl_properties_view->field_3147->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3147->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3148->Visible) { // field_3148 ?>
	<tr id="r_field_3148">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3148"><?php echo $wp_wpl_properties_view->field_3148->caption() ?></span></td>
		<td data-name="field_3148" <?php echo $wp_wpl_properties_view->field_3148->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3148">
<span<?php echo $wp_wpl_properties_view->field_3148->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3148->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3149->Visible) { // field_3149 ?>
	<tr id="r_field_3149">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3149"><?php echo $wp_wpl_properties_view->field_3149->caption() ?></span></td>
		<td data-name="field_3149" <?php echo $wp_wpl_properties_view->field_3149->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3149">
<span<?php echo $wp_wpl_properties_view->field_3149->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3149->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3150->Visible) { // field_3150 ?>
	<tr id="r_field_3150">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3150"><?php echo $wp_wpl_properties_view->field_3150->caption() ?></span></td>
		<td data-name="field_3150" <?php echo $wp_wpl_properties_view->field_3150->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3150">
<span<?php echo $wp_wpl_properties_view->field_3150->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3150->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3151->Visible) { // field_3151 ?>
	<tr id="r_field_3151">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3151"><?php echo $wp_wpl_properties_view->field_3151->caption() ?></span></td>
		<td data-name="field_3151" <?php echo $wp_wpl_properties_view->field_3151->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3151">
<span<?php echo $wp_wpl_properties_view->field_3151->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3151->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3152->Visible) { // field_3152 ?>
	<tr id="r_field_3152">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3152"><?php echo $wp_wpl_properties_view->field_3152->caption() ?></span></td>
		<td data-name="field_3152" <?php echo $wp_wpl_properties_view->field_3152->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3152">
<span<?php echo $wp_wpl_properties_view->field_3152->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3152->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3153->Visible) { // field_3153 ?>
	<tr id="r_field_3153">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3153"><?php echo $wp_wpl_properties_view->field_3153->caption() ?></span></td>
		<td data-name="field_3153" <?php echo $wp_wpl_properties_view->field_3153->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3153">
<span<?php echo $wp_wpl_properties_view->field_3153->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3153->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3154->Visible) { // field_3154 ?>
	<tr id="r_field_3154">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3154"><?php echo $wp_wpl_properties_view->field_3154->caption() ?></span></td>
		<td data-name="field_3154" <?php echo $wp_wpl_properties_view->field_3154->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3154">
<span<?php echo $wp_wpl_properties_view->field_3154->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3154->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3155->Visible) { // field_3155 ?>
	<tr id="r_field_3155">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3155"><?php echo $wp_wpl_properties_view->field_3155->caption() ?></span></td>
		<td data-name="field_3155" <?php echo $wp_wpl_properties_view->field_3155->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3155">
<span<?php echo $wp_wpl_properties_view->field_3155->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3155->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3156->Visible) { // field_3156 ?>
	<tr id="r_field_3156">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3156"><?php echo $wp_wpl_properties_view->field_3156->caption() ?></span></td>
		<td data-name="field_3156" <?php echo $wp_wpl_properties_view->field_3156->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3156">
<span<?php echo $wp_wpl_properties_view->field_3156->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3156->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3157->Visible) { // field_3157 ?>
	<tr id="r_field_3157">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3157"><?php echo $wp_wpl_properties_view->field_3157->caption() ?></span></td>
		<td data-name="field_3157" <?php echo $wp_wpl_properties_view->field_3157->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3157">
<span<?php echo $wp_wpl_properties_view->field_3157->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3157->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3158->Visible) { // field_3158 ?>
	<tr id="r_field_3158">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3158"><?php echo $wp_wpl_properties_view->field_3158->caption() ?></span></td>
		<td data-name="field_3158" <?php echo $wp_wpl_properties_view->field_3158->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3158">
<span<?php echo $wp_wpl_properties_view->field_3158->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3158->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3159->Visible) { // field_3159 ?>
	<tr id="r_field_3159">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3159"><?php echo $wp_wpl_properties_view->field_3159->caption() ?></span></td>
		<td data-name="field_3159" <?php echo $wp_wpl_properties_view->field_3159->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3159">
<span<?php echo $wp_wpl_properties_view->field_3159->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3159->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3160->Visible) { // field_3160 ?>
	<tr id="r_field_3160">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3160"><?php echo $wp_wpl_properties_view->field_3160->caption() ?></span></td>
		<td data-name="field_3160" <?php echo $wp_wpl_properties_view->field_3160->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3160">
<span<?php echo $wp_wpl_properties_view->field_3160->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3160->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3161->Visible) { // field_3161 ?>
	<tr id="r_field_3161">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3161"><?php echo $wp_wpl_properties_view->field_3161->caption() ?></span></td>
		<td data-name="field_3161" <?php echo $wp_wpl_properties_view->field_3161->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3161">
<span<?php echo $wp_wpl_properties_view->field_3161->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3161->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3162->Visible) { // field_3162 ?>
	<tr id="r_field_3162">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3162"><?php echo $wp_wpl_properties_view->field_3162->caption() ?></span></td>
		<td data-name="field_3162" <?php echo $wp_wpl_properties_view->field_3162->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3162">
<span<?php echo $wp_wpl_properties_view->field_3162->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3162->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3163->Visible) { // field_3163 ?>
	<tr id="r_field_3163">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3163"><?php echo $wp_wpl_properties_view->field_3163->caption() ?></span></td>
		<td data-name="field_3163" <?php echo $wp_wpl_properties_view->field_3163->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3163">
<span<?php echo $wp_wpl_properties_view->field_3163->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3163->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3164->Visible) { // field_3164 ?>
	<tr id="r_field_3164">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3164"><?php echo $wp_wpl_properties_view->field_3164->caption() ?></span></td>
		<td data-name="field_3164" <?php echo $wp_wpl_properties_view->field_3164->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3164">
<span<?php echo $wp_wpl_properties_view->field_3164->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3164->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3165->Visible) { // field_3165 ?>
	<tr id="r_field_3165">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3165"><?php echo $wp_wpl_properties_view->field_3165->caption() ?></span></td>
		<td data-name="field_3165" <?php echo $wp_wpl_properties_view->field_3165->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3165">
<span<?php echo $wp_wpl_properties_view->field_3165->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3165->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3166->Visible) { // field_3166 ?>
	<tr id="r_field_3166">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3166"><?php echo $wp_wpl_properties_view->field_3166->caption() ?></span></td>
		<td data-name="field_3166" <?php echo $wp_wpl_properties_view->field_3166->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3166">
<span<?php echo $wp_wpl_properties_view->field_3166->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3166->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3167->Visible) { // field_3167 ?>
	<tr id="r_field_3167">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3167"><?php echo $wp_wpl_properties_view->field_3167->caption() ?></span></td>
		<td data-name="field_3167" <?php echo $wp_wpl_properties_view->field_3167->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3167">
<span<?php echo $wp_wpl_properties_view->field_3167->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3167->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3168->Visible) { // field_3168 ?>
	<tr id="r_field_3168">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3168"><?php echo $wp_wpl_properties_view->field_3168->caption() ?></span></td>
		<td data-name="field_3168" <?php echo $wp_wpl_properties_view->field_3168->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3168">
<span<?php echo $wp_wpl_properties_view->field_3168->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3168->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3169->Visible) { // field_3169 ?>
	<tr id="r_field_3169">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3169"><?php echo $wp_wpl_properties_view->field_3169->caption() ?></span></td>
		<td data-name="field_3169" <?php echo $wp_wpl_properties_view->field_3169->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3169">
<span<?php echo $wp_wpl_properties_view->field_3169->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3169->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3170->Visible) { // field_3170 ?>
	<tr id="r_field_3170">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3170"><?php echo $wp_wpl_properties_view->field_3170->caption() ?></span></td>
		<td data-name="field_3170" <?php echo $wp_wpl_properties_view->field_3170->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3170">
<span<?php echo $wp_wpl_properties_view->field_3170->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3170->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3171->Visible) { // field_3171 ?>
	<tr id="r_field_3171">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3171"><?php echo $wp_wpl_properties_view->field_3171->caption() ?></span></td>
		<td data-name="field_3171" <?php echo $wp_wpl_properties_view->field_3171->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3171">
<span<?php echo $wp_wpl_properties_view->field_3171->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3171->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3172->Visible) { // field_3172 ?>
	<tr id="r_field_3172">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3172"><?php echo $wp_wpl_properties_view->field_3172->caption() ?></span></td>
		<td data-name="field_3172" <?php echo $wp_wpl_properties_view->field_3172->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3172">
<span<?php echo $wp_wpl_properties_view->field_3172->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3172->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3173->Visible) { // field_3173 ?>
	<tr id="r_field_3173">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3173"><?php echo $wp_wpl_properties_view->field_3173->caption() ?></span></td>
		<td data-name="field_3173" <?php echo $wp_wpl_properties_view->field_3173->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3173">
<span<?php echo $wp_wpl_properties_view->field_3173->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3173->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3173_si->Visible) { // field_3173_si ?>
	<tr id="r_field_3173_si">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3173_si"><?php echo $wp_wpl_properties_view->field_3173_si->caption() ?></span></td>
		<td data-name="field_3173_si" <?php echo $wp_wpl_properties_view->field_3173_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3173_si">
<span<?php echo $wp_wpl_properties_view->field_3173_si->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3173_si->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3173_unit->Visible) { // field_3173_unit ?>
	<tr id="r_field_3173_unit">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3173_unit"><?php echo $wp_wpl_properties_view->field_3173_unit->caption() ?></span></td>
		<td data-name="field_3173_unit" <?php echo $wp_wpl_properties_view->field_3173_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3173_unit">
<span<?php echo $wp_wpl_properties_view->field_3173_unit->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3173_unit->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3180->Visible) { // field_3180 ?>
	<tr id="r_field_3180">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3180"><?php echo $wp_wpl_properties_view->field_3180->caption() ?></span></td>
		<td data-name="field_3180" <?php echo $wp_wpl_properties_view->field_3180->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3180">
<span<?php echo $wp_wpl_properties_view->field_3180->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3180->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3180_en_us->Visible) { // field_3180_en_us ?>
	<tr id="r_field_3180_en_us">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3180_en_us"><?php echo $wp_wpl_properties_view->field_3180_en_us->caption() ?></span></td>
		<td data-name="field_3180_en_us" <?php echo $wp_wpl_properties_view->field_3180_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3180_en_us">
<span<?php echo $wp_wpl_properties_view->field_3180_en_us->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3180_en_us->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3180_fr_fr->Visible) { // field_3180_fr_fr ?>
	<tr id="r_field_3180_fr_fr">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3180_fr_fr"><?php echo $wp_wpl_properties_view->field_3180_fr_fr->caption() ?></span></td>
		<td data-name="field_3180_fr_fr" <?php echo $wp_wpl_properties_view->field_3180_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3180_fr_fr">
<span<?php echo $wp_wpl_properties_view->field_3180_fr_fr->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3180_fr_fr->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3181->Visible) { // field_3181 ?>
	<tr id="r_field_3181">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3181"><?php echo $wp_wpl_properties_view->field_3181->caption() ?></span></td>
		<td data-name="field_3181" <?php echo $wp_wpl_properties_view->field_3181->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3181">
<span<?php echo $wp_wpl_properties_view->field_3181->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3181->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->field_3182->Visible) { // field_3182 ?>
	<tr id="r_field_3182">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_field_3182"><?php echo $wp_wpl_properties_view->field_3182->caption() ?></span></td>
		<td data-name="field_3182" <?php echo $wp_wpl_properties_view->field_3182->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3182">
<span<?php echo $wp_wpl_properties_view->field_3182->viewAttributes() ?>><?php echo $wp_wpl_properties_view->field_3182->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3189->Visible) { // n_3189 ?>
	<tr id="r_n_3189">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3189"><?php echo $wp_wpl_properties_view->n_3189->caption() ?></span></td>
		<td data-name="n_3189" <?php echo $wp_wpl_properties_view->n_3189->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3189">
<span<?php echo $wp_wpl_properties_view->n_3189->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3189->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3189_distance->Visible) { // n_3189_distance ?>
	<tr id="r_n_3189_distance">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3189_distance"><?php echo $wp_wpl_properties_view->n_3189_distance->caption() ?></span></td>
		<td data-name="n_3189_distance" <?php echo $wp_wpl_properties_view->n_3189_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3189_distance">
<span<?php echo $wp_wpl_properties_view->n_3189_distance->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3189_distance->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
<?php if ($wp_wpl_properties_view->n_3189_distance_by->Visible) { // n_3189_distance_by ?>
	<tr id="r_n_3189_distance_by">
		<td class="<?php echo $wp_wpl_properties_view->TableLeftColumnClass ?>"><span id="elh_wp_wpl_properties_n_3189_distance_by"><?php echo $wp_wpl_properties_view->n_3189_distance_by->caption() ?></span></td>
		<td data-name="n_3189_distance_by" <?php echo $wp_wpl_properties_view->n_3189_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3189_distance_by">
<span<?php echo $wp_wpl_properties_view->n_3189_distance_by->viewAttributes() ?>><?php echo $wp_wpl_properties_view->n_3189_distance_by->getViewValue() ?></span>
</span>
</td>
	</tr>
<?php } ?>
</table>
</form>
<?php
$wp_wpl_properties_view->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<?php if (!$wp_wpl_properties_view->isExport()) { ?>
<script>
loadjs.ready("load", function() {

	// Startup script
	// Write your table-specific startup script here
	// console.log("page loaded");

});
</script>
<?php } ?>
<?php include_once "footer.php"; ?>
<?php
$wp_wpl_properties_view->terminate();
?>

Hry