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/avantmaj.alliancerealty.nb.ca/adminAR/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/avantmaj.alliancerealty.nb.ca/adminAR/wp_wpl_propertiesupdate.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_update = new wp_wpl_properties_update();

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

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

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

// Page Rendering event
$wp_wpl_properties_update->Page_Render();
?>
<?php include_once "header.php"; ?>
<script>
var fwp_wpl_propertiesupdate, currentPageID;
loadjs.ready("head", function() {

	// Form object
	currentPageID = ew.PAGE_ID = "update";
	fwp_wpl_propertiesupdate = currentForm = new ew.Form("fwp_wpl_propertiesupdate", "update");

	// Validate form
	fwp_wpl_propertiesupdate.validate = function() {
		if (!this.validateRequired)
			return true; // Ignore validation
		var $ = jQuery, fobj = this.getForm(), $fobj = $(fobj);
		if ($fobj.find("#confirm").val() == "confirm")
			return true;
		if (!ew.updateSelected(fobj)) {
			ew.alert(ew.language.phrase("NoFieldSelected"));
			return false;
		}
		var elm, felm, uelm, addcnt = 0;
		var $k = $fobj.find("#" + this.formKeyCountName); // Get key_count
		var rowcnt = ($k[0]) ? parseInt($k.val(), 10) : 1;
		var startcnt = (rowcnt == 0) ? 0 : 1; // Check rowcnt == 0 => Inline-Add
		var gridinsert = ["insert", "gridinsert"].includes($fobj.find("#action").val()) && $k[0];
		for (var i = startcnt; i <= rowcnt; i++) {
			var infix = ($k[0]) ? String(i) : "";
			$fobj.data("rowindex", infix);
			<?php if ($wp_wpl_properties_update->kind->Required) { ?>
				elm = this.getElements("x" + infix + "_kind");
				uelm = this.getElements("u" + infix + "_kind");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->kind->caption(), $wp_wpl_properties_update->kind->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_kind");
				uelm = this.getElements("u" + infix + "_kind");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->kind->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->deleted->Required) { ?>
				elm = this.getElements("x" + infix + "_deleted[]");
				uelm = this.getElements("u" + infix + "_deleted");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->deleted->caption(), $wp_wpl_properties_update->deleted->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->mls_id->Required) { ?>
				elm = this.getElements("x" + infix + "_mls_id");
				uelm = this.getElements("u" + infix + "_mls_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->mls_id->caption(), $wp_wpl_properties_update->mls_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->mls_id_num->Required) { ?>
				elm = this.getElements("x" + infix + "_mls_id_num");
				uelm = this.getElements("u" + infix + "_mls_id_num");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->mls_id_num->caption(), $wp_wpl_properties_update->mls_id_num->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_mls_id_num");
				uelm = this.getElements("u" + infix + "_mls_id_num");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->mls_id_num->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->parent->Required) { ?>
				elm = this.getElements("x" + infix + "_parent");
				uelm = this.getElements("u" + infix + "_parent");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->parent->caption(), $wp_wpl_properties_update->parent->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_parent");
				uelm = this.getElements("u" + infix + "_parent");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->parent->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->pic_numb->Required) { ?>
				elm = this.getElements("x" + infix + "_pic_numb");
				uelm = this.getElements("u" + infix + "_pic_numb");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->pic_numb->caption(), $wp_wpl_properties_update->pic_numb->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_pic_numb");
				uelm = this.getElements("u" + infix + "_pic_numb");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->pic_numb->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->user_id->Required) { ?>
				elm = this.getElements("x" + infix + "_user_id");
				uelm = this.getElements("u" + infix + "_user_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->user_id->caption(), $wp_wpl_properties_update->user_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_user_id");
				uelm = this.getElements("u" + infix + "_user_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->user_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->listing->Required) { ?>
				elm = this.getElements("x" + infix + "_listing");
				uelm = this.getElements("u" + infix + "_listing");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->listing->caption(), $wp_wpl_properties_update->listing->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_listing");
				uelm = this.getElements("u" + infix + "_listing");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->listing->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->property_type->Required) { ?>
				elm = this.getElements("x" + infix + "_property_type");
				uelm = this.getElements("u" + infix + "_property_type");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->property_type->caption(), $wp_wpl_properties_update->property_type->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_property_type");
				uelm = this.getElements("u" + infix + "_property_type");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->property_type->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location1_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location1_id");
				uelm = this.getElements("u" + infix + "_location1_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location1_id->caption(), $wp_wpl_properties_update->location1_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location1_id");
				uelm = this.getElements("u" + infix + "_location1_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location1_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location2_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location2_id");
				uelm = this.getElements("u" + infix + "_location2_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location2_id->caption(), $wp_wpl_properties_update->location2_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location2_id");
				uelm = this.getElements("u" + infix + "_location2_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location2_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location3_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location3_id");
				uelm = this.getElements("u" + infix + "_location3_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location3_id->caption(), $wp_wpl_properties_update->location3_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location3_id");
				uelm = this.getElements("u" + infix + "_location3_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location3_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location4_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location4_id");
				uelm = this.getElements("u" + infix + "_location4_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location4_id->caption(), $wp_wpl_properties_update->location4_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location4_id");
				uelm = this.getElements("u" + infix + "_location4_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location4_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location5_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location5_id");
				uelm = this.getElements("u" + infix + "_location5_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location5_id->caption(), $wp_wpl_properties_update->location5_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location5_id");
				uelm = this.getElements("u" + infix + "_location5_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location5_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location6_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location6_id");
				uelm = this.getElements("u" + infix + "_location6_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location6_id->caption(), $wp_wpl_properties_update->location6_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location6_id");
				uelm = this.getElements("u" + infix + "_location6_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location6_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location7_id->Required) { ?>
				elm = this.getElements("x" + infix + "_location7_id");
				uelm = this.getElements("u" + infix + "_location7_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location7_id->caption(), $wp_wpl_properties_update->location7_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_location7_id");
				uelm = this.getElements("u" + infix + "_location7_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->location7_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->location1_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location1_name");
				uelm = this.getElements("u" + infix + "_location1_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location1_name->caption(), $wp_wpl_properties_update->location1_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location2_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location2_name");
				uelm = this.getElements("u" + infix + "_location2_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location2_name->caption(), $wp_wpl_properties_update->location2_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location3_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location3_name");
				uelm = this.getElements("u" + infix + "_location3_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location3_name->caption(), $wp_wpl_properties_update->location3_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location4_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location4_name");
				uelm = this.getElements("u" + infix + "_location4_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location4_name->caption(), $wp_wpl_properties_update->location4_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location5_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location5_name");
				uelm = this.getElements("u" + infix + "_location5_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location5_name->caption(), $wp_wpl_properties_update->location5_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location6_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location6_name");
				uelm = this.getElements("u" + infix + "_location6_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location6_name->caption(), $wp_wpl_properties_update->location6_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location7_name->Required) { ?>
				elm = this.getElements("x" + infix + "_location7_name");
				uelm = this.getElements("u" + infix + "_location7_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location7_name->caption(), $wp_wpl_properties_update->location7_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->show_address->Required) { ?>
				elm = this.getElements("x" + infix + "_show_address");
				uelm = this.getElements("u" + infix + "_show_address");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->show_address->caption(), $wp_wpl_properties_update->show_address->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_show_address");
				uelm = this.getElements("u" + infix + "_show_address");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->show_address->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->show_marker->Required) { ?>
				elm = this.getElements("x" + infix + "_show_marker");
				uelm = this.getElements("u" + infix + "_show_marker");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->show_marker->caption(), $wp_wpl_properties_update->show_marker->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_show_marker");
				uelm = this.getElements("u" + infix + "_show_marker");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->show_marker->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->price->Required) { ?>
				elm = this.getElements("x" + infix + "_price");
				uelm = this.getElements("u" + infix + "_price");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->price->caption(), $wp_wpl_properties_update->price->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_price");
				uelm = this.getElements("u" + infix + "_price");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->price->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->price_unit->Required) { ?>
				elm = this.getElements("x" + infix + "_price_unit");
				uelm = this.getElements("u" + infix + "_price_unit");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->price_unit->caption(), $wp_wpl_properties_update->price_unit->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_price_unit");
				uelm = this.getElements("u" + infix + "_price_unit");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->price_unit->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->price_si->Required) { ?>
				elm = this.getElements("x" + infix + "_price_si");
				uelm = this.getElements("u" + infix + "_price_si");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->price_si->caption(), $wp_wpl_properties_update->price_si->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_price_si");
				uelm = this.getElements("u" + infix + "_price_si");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->price_si->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->price_period->Required) { ?>
				elm = this.getElements("x" + infix + "_price_period");
				uelm = this.getElements("u" + infix + "_price_period");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->price_period->caption(), $wp_wpl_properties_update->price_period->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_price_period");
				uelm = this.getElements("u" + infix + "_price_period");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->price_period->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->bedrooms->Required) { ?>
				elm = this.getElements("x" + infix + "_bedrooms");
				uelm = this.getElements("u" + infix + "_bedrooms");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->bedrooms->caption(), $wp_wpl_properties_update->bedrooms->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_bedrooms");
				uelm = this.getElements("u" + infix + "_bedrooms");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->bedrooms->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->rooms->Required) { ?>
				elm = this.getElements("x" + infix + "_rooms");
				uelm = this.getElements("u" + infix + "_rooms");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->rooms->caption(), $wp_wpl_properties_update->rooms->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_rooms");
				uelm = this.getElements("u" + infix + "_rooms");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->rooms->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->bathrooms->Required) { ?>
				elm = this.getElements("x" + infix + "_bathrooms");
				uelm = this.getElements("u" + infix + "_bathrooms");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->bathrooms->caption(), $wp_wpl_properties_update->bathrooms->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_bathrooms");
				uelm = this.getElements("u" + infix + "_bathrooms");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->bathrooms->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->living_area->Required) { ?>
				elm = this.getElements("x" + infix + "_living_area");
				uelm = this.getElements("u" + infix + "_living_area");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->living_area->caption(), $wp_wpl_properties_update->living_area->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_living_area");
				uelm = this.getElements("u" + infix + "_living_area");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->living_area->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->living_area_unit->Required) { ?>
				elm = this.getElements("x" + infix + "_living_area_unit");
				uelm = this.getElements("u" + infix + "_living_area_unit");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->living_area_unit->caption(), $wp_wpl_properties_update->living_area_unit->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_living_area_unit");
				uelm = this.getElements("u" + infix + "_living_area_unit");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->living_area_unit->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->living_area_si->Required) { ?>
				elm = this.getElements("x" + infix + "_living_area_si");
				uelm = this.getElements("u" + infix + "_living_area_si");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->living_area_si->caption(), $wp_wpl_properties_update->living_area_si->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_living_area_si");
				uelm = this.getElements("u" + infix + "_living_area_si");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->living_area_si->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->lot_area->Required) { ?>
				elm = this.getElements("x" + infix + "_lot_area");
				uelm = this.getElements("u" + infix + "_lot_area");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->lot_area->caption(), $wp_wpl_properties_update->lot_area->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_lot_area");
				uelm = this.getElements("u" + infix + "_lot_area");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->lot_area->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->lot_area_unit->Required) { ?>
				elm = this.getElements("x" + infix + "_lot_area_unit");
				uelm = this.getElements("u" + infix + "_lot_area_unit");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->lot_area_unit->caption(), $wp_wpl_properties_update->lot_area_unit->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_lot_area_unit");
				uelm = this.getElements("u" + infix + "_lot_area_unit");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->lot_area_unit->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->lot_area_si->Required) { ?>
				elm = this.getElements("x" + infix + "_lot_area_si");
				uelm = this.getElements("u" + infix + "_lot_area_si");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->lot_area_si->caption(), $wp_wpl_properties_update->lot_area_si->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_lot_area_si");
				uelm = this.getElements("u" + infix + "_lot_area_si");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->lot_area_si->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->googlemap_lt->Required) { ?>
				elm = this.getElements("x" + infix + "_googlemap_lt");
				uelm = this.getElements("u" + infix + "_googlemap_lt");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->googlemap_lt->caption(), $wp_wpl_properties_update->googlemap_lt->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_googlemap_lt");
				uelm = this.getElements("u" + infix + "_googlemap_lt");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->googlemap_lt->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->googlemap_ln->Required) { ?>
				elm = this.getElements("x" + infix + "_googlemap_ln");
				uelm = this.getElements("u" + infix + "_googlemap_ln");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->googlemap_ln->caption(), $wp_wpl_properties_update->googlemap_ln->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_googlemap_ln");
				uelm = this.getElements("u" + infix + "_googlemap_ln");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->googlemap_ln->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->finalized->Required) { ?>
				elm = this.getElements("x" + infix + "_finalized");
				uelm = this.getElements("u" + infix + "_finalized");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->finalized->caption(), $wp_wpl_properties_update->finalized->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_finalized");
				uelm = this.getElements("u" + infix + "_finalized");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->finalized->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->add_date->Required) { ?>
				elm = this.getElements("x" + infix + "_add_date");
				uelm = this.getElements("u" + infix + "_add_date");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->add_date->caption(), $wp_wpl_properties_update->add_date->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_add_date");
				uelm = this.getElements("u" + infix + "_add_date");
				if (uelm && uelm.checked && elm && !ew.checkDateDef(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->add_date->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->last_finalize_date->Required) { ?>
				elm = this.getElements("x" + infix + "_last_finalize_date");
				uelm = this.getElements("u" + infix + "_last_finalize_date");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->last_finalize_date->caption(), $wp_wpl_properties_update->last_finalize_date->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_last_finalize_date");
				uelm = this.getElements("u" + infix + "_last_finalize_date");
				if (uelm && uelm.checked && elm && !ew.checkDateDef(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->last_finalize_date->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->expire_days->Required) { ?>
				elm = this.getElements("x" + infix + "_expire_days");
				uelm = this.getElements("u" + infix + "_expire_days");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->expire_days->caption(), $wp_wpl_properties_update->expire_days->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_expire_days");
				uelm = this.getElements("u" + infix + "_expire_days");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->expire_days->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->confirmed->Required) { ?>
				elm = this.getElements("x" + infix + "_confirmed");
				uelm = this.getElements("u" + infix + "_confirmed");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->confirmed->caption(), $wp_wpl_properties_update->confirmed->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_confirmed");
				uelm = this.getElements("u" + infix + "_confirmed");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->confirmed->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->expired->Required) { ?>
				elm = this.getElements("x" + infix + "_expired");
				uelm = this.getElements("u" + infix + "_expired");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->expired->caption(), $wp_wpl_properties_update->expired->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_expired");
				uelm = this.getElements("u" + infix + "_expired");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->expired->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->build_year->Required) { ?>
				elm = this.getElements("x" + infix + "_build_year");
				uelm = this.getElements("u" + infix + "_build_year");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->build_year->caption(), $wp_wpl_properties_update->build_year->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_build_year");
				uelm = this.getElements("u" + infix + "_build_year");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->build_year->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->zip_id->Required) { ?>
				elm = this.getElements("x" + infix + "_zip_id");
				uelm = this.getElements("u" + infix + "_zip_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->zip_id->caption(), $wp_wpl_properties_update->zip_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_zip_id");
				uelm = this.getElements("u" + infix + "_zip_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->zip_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->zip_name->Required) { ?>
				elm = this.getElements("x" + infix + "_zip_name");
				uelm = this.getElements("u" + infix + "_zip_name");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->zip_name->caption(), $wp_wpl_properties_update->zip_name->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->last_modified_time_stamp->Required) { ?>
				elm = this.getElements("x" + infix + "_last_modified_time_stamp");
				uelm = this.getElements("u" + infix + "_last_modified_time_stamp");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->last_modified_time_stamp->caption(), $wp_wpl_properties_update->last_modified_time_stamp->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_last_modified_time_stamp");
				uelm = this.getElements("u" + infix + "_last_modified_time_stamp");
				if (uelm && uelm.checked && elm && !ew.checkDateDef(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->last_modified_time_stamp->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->post_code->Required) { ?>
				elm = this.getElements("x" + infix + "_post_code");
				uelm = this.getElements("u" + infix + "_post_code");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->post_code->caption(), $wp_wpl_properties_update->post_code->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->meta_description->Required) { ?>
				elm = this.getElements("x" + infix + "_meta_description");
				uelm = this.getElements("u" + infix + "_meta_description");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->meta_description->caption(), $wp_wpl_properties_update->meta_description->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->meta_description_manual->Required) { ?>
				elm = this.getElements("x" + infix + "_meta_description_manual");
				uelm = this.getElements("u" + infix + "_meta_description_manual");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->meta_description_manual->caption(), $wp_wpl_properties_update->meta_description_manual->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_meta_description_manual");
				uelm = this.getElements("u" + infix + "_meta_description_manual");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->meta_description_manual->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->meta_keywords->Required) { ?>
				elm = this.getElements("x" + infix + "_meta_keywords");
				uelm = this.getElements("u" + infix + "_meta_keywords");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->meta_keywords->caption(), $wp_wpl_properties_update->meta_keywords->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->meta_keywords_manual->Required) { ?>
				elm = this.getElements("x" + infix + "_meta_keywords_manual");
				uelm = this.getElements("u" + infix + "_meta_keywords_manual");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->meta_keywords_manual->caption(), $wp_wpl_properties_update->meta_keywords_manual->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_meta_keywords_manual");
				uelm = this.getElements("u" + infix + "_meta_keywords_manual");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->meta_keywords_manual->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->street_no->Required) { ?>
				elm = this.getElements("x" + infix + "_street_no");
				uelm = this.getElements("u" + infix + "_street_no");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->street_no->caption(), $wp_wpl_properties_update->street_no->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->sp_featured->Required) { ?>
				elm = this.getElements("x" + infix + "_sp_featured");
				uelm = this.getElements("u" + infix + "_sp_featured");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->sp_featured->caption(), $wp_wpl_properties_update->sp_featured->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_sp_featured");
				uelm = this.getElements("u" + infix + "_sp_featured");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->sp_featured->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->sp_hot->Required) { ?>
				elm = this.getElements("x" + infix + "_sp_hot");
				uelm = this.getElements("u" + infix + "_sp_hot");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->sp_hot->caption(), $wp_wpl_properties_update->sp_hot->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_sp_hot");
				uelm = this.getElements("u" + infix + "_sp_hot");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->sp_hot->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->sp_openhouse->Required) { ?>
				elm = this.getElements("x" + infix + "_sp_openhouse");
				uelm = this.getElements("u" + infix + "_sp_openhouse");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->sp_openhouse->caption(), $wp_wpl_properties_update->sp_openhouse->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_sp_openhouse");
				uelm = this.getElements("u" + infix + "_sp_openhouse");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->sp_openhouse->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->sp_forclosure->Required) { ?>
				elm = this.getElements("x" + infix + "_sp_forclosure");
				uelm = this.getElements("u" + infix + "_sp_forclosure");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->sp_forclosure->caption(), $wp_wpl_properties_update->sp_forclosure->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_sp_forclosure");
				uelm = this.getElements("u" + infix + "_sp_forclosure");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->sp_forclosure->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->textsearch->Required) { ?>
				elm = this.getElements("x" + infix + "_textsearch");
				uelm = this.getElements("u" + infix + "_textsearch");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->textsearch->caption(), $wp_wpl_properties_update->textsearch->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->location_text->Required) { ?>
				elm = this.getElements("x" + infix + "_location_text");
				uelm = this.getElements("u" + infix + "_location_text");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->location_text->caption(), $wp_wpl_properties_update->location_text->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_42->Required) { ?>
				elm = this.getElements("x" + infix + "_field_42");
				uelm = this.getElements("u" + infix + "_field_42");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_42->caption(), $wp_wpl_properties_update->field_42->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_312->Required) { ?>
				elm = this.getElements("x" + infix + "_field_312");
				uelm = this.getElements("u" + infix + "_field_312");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_312->caption(), $wp_wpl_properties_update->field_312->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_313->Required) { ?>
				elm = this.getElements("x" + infix + "_field_313");
				uelm = this.getElements("u" + infix + "_field_313");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_313->caption(), $wp_wpl_properties_update->field_313->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_7->Required) { ?>
				elm = this.getElements("x" + infix + "_field_7");
				uelm = this.getElements("u" + infix + "_field_7");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_7->caption(), $wp_wpl_properties_update->field_7->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_7");
				uelm = this.getElements("u" + infix + "_field_7");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_7->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_103->Required) { ?>
				elm = this.getElements("x" + infix + "_n_103");
				uelm = this.getElements("u" + infix + "_n_103");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_103->caption(), $wp_wpl_properties_update->n_103->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_103");
				uelm = this.getElements("u" + infix + "_n_103");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_103->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_103_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_103_distance");
				uelm = this.getElements("u" + infix + "_n_103_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_103_distance->caption(), $wp_wpl_properties_update->n_103_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_103_distance");
				uelm = this.getElements("u" + infix + "_n_103_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_103_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_103_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_103_distance_by");
				uelm = this.getElements("u" + infix + "_n_103_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_103_distance_by->caption(), $wp_wpl_properties_update->n_103_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_103_distance_by");
				uelm = this.getElements("u" + infix + "_n_103_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_103_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_105->Required) { ?>
				elm = this.getElements("x" + infix + "_n_105");
				uelm = this.getElements("u" + infix + "_n_105");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_105->caption(), $wp_wpl_properties_update->n_105->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_105");
				uelm = this.getElements("u" + infix + "_n_105");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_105->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_105_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_105_distance");
				uelm = this.getElements("u" + infix + "_n_105_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_105_distance->caption(), $wp_wpl_properties_update->n_105_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_105_distance");
				uelm = this.getElements("u" + infix + "_n_105_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_105_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_105_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_105_distance_by");
				uelm = this.getElements("u" + infix + "_n_105_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_105_distance_by->caption(), $wp_wpl_properties_update->n_105_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_105_distance_by");
				uelm = this.getElements("u" + infix + "_n_105_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_105_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_107->Required) { ?>
				elm = this.getElements("x" + infix + "_n_107");
				uelm = this.getElements("u" + infix + "_n_107");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_107->caption(), $wp_wpl_properties_update->n_107->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_107");
				uelm = this.getElements("u" + infix + "_n_107");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_107->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_107_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_107_distance");
				uelm = this.getElements("u" + infix + "_n_107_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_107_distance->caption(), $wp_wpl_properties_update->n_107_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_107_distance");
				uelm = this.getElements("u" + infix + "_n_107_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_107_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_107_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_107_distance_by");
				uelm = this.getElements("u" + infix + "_n_107_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_107_distance_by->caption(), $wp_wpl_properties_update->n_107_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_107_distance_by");
				uelm = this.getElements("u" + infix + "_n_107_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_107_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_108->Required) { ?>
				elm = this.getElements("x" + infix + "_n_108");
				uelm = this.getElements("u" + infix + "_n_108");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_108->caption(), $wp_wpl_properties_update->n_108->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_108");
				uelm = this.getElements("u" + infix + "_n_108");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_108->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_108_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_108_distance");
				uelm = this.getElements("u" + infix + "_n_108_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_108_distance->caption(), $wp_wpl_properties_update->n_108_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_108_distance");
				uelm = this.getElements("u" + infix + "_n_108_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_108_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_108_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_108_distance_by");
				uelm = this.getElements("u" + infix + "_n_108_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_108_distance_by->caption(), $wp_wpl_properties_update->n_108_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_108_distance_by");
				uelm = this.getElements("u" + infix + "_n_108_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_108_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_109->Required) { ?>
				elm = this.getElements("x" + infix + "_n_109");
				uelm = this.getElements("u" + infix + "_n_109");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_109->caption(), $wp_wpl_properties_update->n_109->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_109");
				uelm = this.getElements("u" + infix + "_n_109");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_109->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_109_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_109_distance");
				uelm = this.getElements("u" + infix + "_n_109_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_109_distance->caption(), $wp_wpl_properties_update->n_109_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_109_distance");
				uelm = this.getElements("u" + infix + "_n_109_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_109_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_109_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_109_distance_by");
				uelm = this.getElements("u" + infix + "_n_109_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_109_distance_by->caption(), $wp_wpl_properties_update->n_109_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_109_distance_by");
				uelm = this.getElements("u" + infix + "_n_109_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_109_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_131_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_131_options");
				uelm = this.getElements("u" + infix + "_f_131_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_131_options->caption(), $wp_wpl_properties_update->f_131_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_131->Required) { ?>
				elm = this.getElements("x" + infix + "_f_131");
				uelm = this.getElements("u" + infix + "_f_131");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_131->caption(), $wp_wpl_properties_update->f_131->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_131");
				uelm = this.getElements("u" + infix + "_f_131");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_131->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_137_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_137_options");
				uelm = this.getElements("u" + infix + "_f_137_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_137_options->caption(), $wp_wpl_properties_update->f_137_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_137->Required) { ?>
				elm = this.getElements("x" + infix + "_f_137");
				uelm = this.getElements("u" + infix + "_f_137");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_137->caption(), $wp_wpl_properties_update->f_137->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_137");
				uelm = this.getElements("u" + infix + "_f_137");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_137->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_139_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_139_options");
				uelm = this.getElements("u" + infix + "_f_139_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_139_options->caption(), $wp_wpl_properties_update->f_139_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_139->Required) { ?>
				elm = this.getElements("x" + infix + "_f_139");
				uelm = this.getElements("u" + infix + "_f_139");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_139->caption(), $wp_wpl_properties_update->f_139->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_139");
				uelm = this.getElements("u" + infix + "_f_139");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_139->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_144_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_144_options");
				uelm = this.getElements("u" + infix + "_f_144_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_144_options->caption(), $wp_wpl_properties_update->f_144_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_144->Required) { ?>
				elm = this.getElements("x" + infix + "_f_144");
				uelm = this.getElements("u" + infix + "_f_144");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_144->caption(), $wp_wpl_properties_update->f_144->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_144");
				uelm = this.getElements("u" + infix + "_f_144");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_144->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_146_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_146_options");
				uelm = this.getElements("u" + infix + "_f_146_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_146_options->caption(), $wp_wpl_properties_update->f_146_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_146->Required) { ?>
				elm = this.getElements("x" + infix + "_f_146");
				uelm = this.getElements("u" + infix + "_f_146");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_146->caption(), $wp_wpl_properties_update->f_146->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_146");
				uelm = this.getElements("u" + infix + "_f_146");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_146->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_149_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_149_options");
				uelm = this.getElements("u" + infix + "_f_149_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_149_options->caption(), $wp_wpl_properties_update->f_149_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_149->Required) { ?>
				elm = this.getElements("x" + infix + "_f_149");
				uelm = this.getElements("u" + infix + "_f_149");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_149->caption(), $wp_wpl_properties_update->f_149->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_149");
				uelm = this.getElements("u" + infix + "_f_149");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_149->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_150_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_150_options");
				uelm = this.getElements("u" + infix + "_f_150_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_150_options->caption(), $wp_wpl_properties_update->f_150_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_150->Required) { ?>
				elm = this.getElements("x" + infix + "_f_150");
				uelm = this.getElements("u" + infix + "_f_150");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_150->caption(), $wp_wpl_properties_update->f_150->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_150");
				uelm = this.getElements("u" + infix + "_f_150");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_150->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_156_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_156_options");
				uelm = this.getElements("u" + infix + "_f_156_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_156_options->caption(), $wp_wpl_properties_update->f_156_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_156->Required) { ?>
				elm = this.getElements("x" + infix + "_f_156");
				uelm = this.getElements("u" + infix + "_f_156");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_156->caption(), $wp_wpl_properties_update->f_156->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_156");
				uelm = this.getElements("u" + infix + "_f_156");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_156->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_157_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_157_options");
				uelm = this.getElements("u" + infix + "_f_157_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_157_options->caption(), $wp_wpl_properties_update->f_157_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_157->Required) { ?>
				elm = this.getElements("x" + infix + "_f_157");
				uelm = this.getElements("u" + infix + "_f_157");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_157->caption(), $wp_wpl_properties_update->f_157->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_157");
				uelm = this.getElements("u" + infix + "_f_157");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_157->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_159_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_159_options");
				uelm = this.getElements("u" + infix + "_f_159_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_159_options->caption(), $wp_wpl_properties_update->f_159_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_159->Required) { ?>
				elm = this.getElements("x" + infix + "_f_159");
				uelm = this.getElements("u" + infix + "_f_159");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_159->caption(), $wp_wpl_properties_update->f_159->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_159");
				uelm = this.getElements("u" + infix + "_f_159");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_159->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_161_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_161_options");
				uelm = this.getElements("u" + infix + "_f_161_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_161_options->caption(), $wp_wpl_properties_update->f_161_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_161->Required) { ?>
				elm = this.getElements("x" + infix + "_f_161");
				uelm = this.getElements("u" + infix + "_f_161");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_161->caption(), $wp_wpl_properties_update->f_161->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_161");
				uelm = this.getElements("u" + infix + "_f_161");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_161->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_163_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_163_options");
				uelm = this.getElements("u" + infix + "_f_163_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_163_options->caption(), $wp_wpl_properties_update->f_163_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_163->Required) { ?>
				elm = this.getElements("x" + infix + "_f_163");
				uelm = this.getElements("u" + infix + "_f_163");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_163->caption(), $wp_wpl_properties_update->f_163->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_163");
				uelm = this.getElements("u" + infix + "_f_163");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_163->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_165_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_165_options");
				uelm = this.getElements("u" + infix + "_f_165_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_165_options->caption(), $wp_wpl_properties_update->f_165_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_165->Required) { ?>
				elm = this.getElements("x" + infix + "_f_165");
				uelm = this.getElements("u" + infix + "_f_165");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_165->caption(), $wp_wpl_properties_update->f_165->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_165");
				uelm = this.getElements("u" + infix + "_f_165");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_165->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_166_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_166_options");
				uelm = this.getElements("u" + infix + "_f_166_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_166_options->caption(), $wp_wpl_properties_update->f_166_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_166->Required) { ?>
				elm = this.getElements("x" + infix + "_f_166");
				uelm = this.getElements("u" + infix + "_f_166");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_166->caption(), $wp_wpl_properties_update->f_166->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_166");
				uelm = this.getElements("u" + infix + "_f_166");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_166->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->ref_id->Required) { ?>
				elm = this.getElements("x" + infix + "_ref_id");
				uelm = this.getElements("u" + infix + "_ref_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->ref_id->caption(), $wp_wpl_properties_update->ref_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_54->Required) { ?>
				elm = this.getElements("x" + infix + "_field_54");
				uelm = this.getElements("u" + infix + "_field_54");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_54->caption(), $wp_wpl_properties_update->field_54->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->half_bathrooms->Required) { ?>
				elm = this.getElements("x" + infix + "_half_bathrooms");
				uelm = this.getElements("u" + infix + "_half_bathrooms");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->half_bathrooms->caption(), $wp_wpl_properties_update->half_bathrooms->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_half_bathrooms");
				uelm = this.getElements("u" + infix + "_half_bathrooms");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->half_bathrooms->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_55->Required) { ?>
				elm = this.getElements("x" + infix + "_field_55");
				uelm = this.getElements("u" + infix + "_field_55");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_55->caption(), $wp_wpl_properties_update->field_55->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_55");
				uelm = this.getElements("u" + infix + "_field_55");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_55->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->rendered->Required) { ?>
				elm = this.getElements("x" + infix + "_rendered");
				uelm = this.getElements("u" + infix + "_rendered");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->rendered->caption(), $wp_wpl_properties_update->rendered->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->alias->Required) { ?>
				elm = this.getElements("x" + infix + "_alias");
				uelm = this.getElements("u" + infix + "_alias");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->alias->caption(), $wp_wpl_properties_update->alias->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->source->Required) { ?>
				elm = this.getElements("x" + infix + "_source");
				uelm = this.getElements("u" + infix + "_source");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->source->caption(), $wp_wpl_properties_update->source->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->last_sync_date->Required) { ?>
				elm = this.getElements("x" + infix + "_last_sync_date");
				uelm = this.getElements("u" + infix + "_last_sync_date");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->last_sync_date->caption(), $wp_wpl_properties_update->last_sync_date->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_last_sync_date");
				uelm = this.getElements("u" + infix + "_last_sync_date");
				if (uelm && uelm.checked && elm && !ew.checkDateDef(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->last_sync_date->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->street_suffix->Required) { ?>
				elm = this.getElements("x" + infix + "_street_suffix");
				uelm = this.getElements("u" + infix + "_street_suffix");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->street_suffix->caption(), $wp_wpl_properties_update->street_suffix->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->energy_tag->Required) { ?>
				elm = this.getElements("x" + infix + "_energy_tag");
				uelm = this.getElements("u" + infix + "_energy_tag");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->energy_tag->caption(), $wp_wpl_properties_update->energy_tag->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_energy_tag");
				uelm = this.getElements("u" + infix + "_energy_tag");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->energy_tag->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3006->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3006");
				uelm = this.getElements("u" + infix + "_field_3006");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3006->caption(), $wp_wpl_properties_update->field_3006->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3007->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3007");
				uelm = this.getElements("u" + infix + "_field_3007");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3007->caption(), $wp_wpl_properties_update->field_3007->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3008->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3008");
				uelm = this.getElements("u" + infix + "_field_3008");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3008->caption(), $wp_wpl_properties_update->field_3008->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->importer_structure_id->Required) { ?>
				elm = this.getElements("x" + infix + "_importer_structure_id");
				uelm = this.getElements("u" + infix + "_importer_structure_id");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->importer_structure_id->caption(), $wp_wpl_properties_update->importer_structure_id->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_importer_structure_id");
				uelm = this.getElements("u" + infix + "_importer_structure_id");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->importer_structure_id->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->importer_params->Required) { ?>
				elm = this.getElements("x" + infix + "_importer_params");
				uelm = this.getElements("u" + infix + "_importer_params");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->importer_params->caption(), $wp_wpl_properties_update->importer_params->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3009->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3009");
				uelm = this.getElements("u" + infix + "_field_3009");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3009->caption(), $wp_wpl_properties_update->field_3009->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3010->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3010");
				uelm = this.getElements("u" + infix + "_field_3010");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3010->caption(), $wp_wpl_properties_update->field_3010->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3012->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3012");
				uelm = this.getElements("u" + infix + "_field_3012");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3012->caption(), $wp_wpl_properties_update->field_3012->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3012");
				uelm = this.getElements("u" + infix + "_field_3012");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3012->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->rendered_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_rendered_en_us");
				uelm = this.getElements("u" + infix + "_rendered_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->rendered_en_us->caption(), $wp_wpl_properties_update->rendered_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->textsearch_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_textsearch_en_us");
				uelm = this.getElements("u" + infix + "_textsearch_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->textsearch_en_us->caption(), $wp_wpl_properties_update->textsearch_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->rendered_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_rendered_fr_fr");
				uelm = this.getElements("u" + infix + "_rendered_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->rendered_fr_fr->caption(), $wp_wpl_properties_update->rendered_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->textsearch_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_textsearch_fr_fr");
				uelm = this.getElements("u" + infix + "_textsearch_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->textsearch_fr_fr->caption(), $wp_wpl_properties_update->textsearch_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3013->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3013");
				uelm = this.getElements("u" + infix + "_field_3013");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3013->caption(), $wp_wpl_properties_update->field_3013->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3013");
				uelm = this.getElements("u" + infix + "_field_3013");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3013->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3014->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3014");
				uelm = this.getElements("u" + infix + "_field_3014");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3014->caption(), $wp_wpl_properties_update->field_3014->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3014");
				uelm = this.getElements("u" + infix + "_field_3014");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3014->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3014_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3014_options");
				uelm = this.getElements("u" + infix + "_f_3014_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3014_options->caption(), $wp_wpl_properties_update->f_3014_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3014->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3014");
				uelm = this.getElements("u" + infix + "_f_3014");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3014->caption(), $wp_wpl_properties_update->f_3014->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3014");
				uelm = this.getElements("u" + infix + "_f_3014");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3014->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3015->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3015");
				uelm = this.getElements("u" + infix + "_field_3015");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3015->caption(), $wp_wpl_properties_update->field_3015->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3016->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3016");
				uelm = this.getElements("u" + infix + "_field_3016");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3016->caption(), $wp_wpl_properties_update->field_3016->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3016");
				uelm = this.getElements("u" + infix + "_field_3016");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3016->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3017->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3017");
				uelm = this.getElements("u" + infix + "_field_3017");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3017->caption(), $wp_wpl_properties_update->field_3017->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3018_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3018_options");
				uelm = this.getElements("u" + infix + "_f_3018_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3018_options->caption(), $wp_wpl_properties_update->f_3018_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3018->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3018");
				uelm = this.getElements("u" + infix + "_f_3018");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3018->caption(), $wp_wpl_properties_update->f_3018->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3018");
				uelm = this.getElements("u" + infix + "_f_3018");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3018->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3019_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3019_options");
				uelm = this.getElements("u" + infix + "_f_3019_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3019_options->caption(), $wp_wpl_properties_update->f_3019_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3019->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3019");
				uelm = this.getElements("u" + infix + "_f_3019");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3019->caption(), $wp_wpl_properties_update->f_3019->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3019");
				uelm = this.getElements("u" + infix + "_f_3019");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3019->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3020_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3020_options");
				uelm = this.getElements("u" + infix + "_f_3020_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3020_options->caption(), $wp_wpl_properties_update->f_3020_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3020->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3020");
				uelm = this.getElements("u" + infix + "_f_3020");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3020->caption(), $wp_wpl_properties_update->f_3020->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3020");
				uelm = this.getElements("u" + infix + "_f_3020");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3020->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3021_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3021_options");
				uelm = this.getElements("u" + infix + "_f_3021_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3021_options->caption(), $wp_wpl_properties_update->f_3021_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3021->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3021");
				uelm = this.getElements("u" + infix + "_f_3021");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3021->caption(), $wp_wpl_properties_update->f_3021->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3021");
				uelm = this.getElements("u" + infix + "_f_3021");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3021->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3022_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3022_options");
				uelm = this.getElements("u" + infix + "_f_3022_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3022_options->caption(), $wp_wpl_properties_update->f_3022_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3022->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3022");
				uelm = this.getElements("u" + infix + "_f_3022");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3022->caption(), $wp_wpl_properties_update->f_3022->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3022");
				uelm = this.getElements("u" + infix + "_f_3022");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3022->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3023_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3023_options");
				uelm = this.getElements("u" + infix + "_f_3023_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3023_options->caption(), $wp_wpl_properties_update->f_3023_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3023->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3023");
				uelm = this.getElements("u" + infix + "_f_3023");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3023->caption(), $wp_wpl_properties_update->f_3023->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3023");
				uelm = this.getElements("u" + infix + "_f_3023");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3023->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3024_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3024_options");
				uelm = this.getElements("u" + infix + "_f_3024_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3024_options->caption(), $wp_wpl_properties_update->f_3024_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3024->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3024");
				uelm = this.getElements("u" + infix + "_f_3024");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3024->caption(), $wp_wpl_properties_update->f_3024->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3024");
				uelm = this.getElements("u" + infix + "_f_3024");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3024->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3025_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3025_options");
				uelm = this.getElements("u" + infix + "_f_3025_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3025_options->caption(), $wp_wpl_properties_update->f_3025_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3025->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3025");
				uelm = this.getElements("u" + infix + "_f_3025");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3025->caption(), $wp_wpl_properties_update->f_3025->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3025");
				uelm = this.getElements("u" + infix + "_f_3025");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3025->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3026_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3026_options");
				uelm = this.getElements("u" + infix + "_f_3026_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3026_options->caption(), $wp_wpl_properties_update->f_3026_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3026->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3026");
				uelm = this.getElements("u" + infix + "_f_3026");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3026->caption(), $wp_wpl_properties_update->f_3026->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3026");
				uelm = this.getElements("u" + infix + "_f_3026");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3026->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3027_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3027_options");
				uelm = this.getElements("u" + infix + "_f_3027_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3027_options->caption(), $wp_wpl_properties_update->f_3027_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3027->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3027");
				uelm = this.getElements("u" + infix + "_f_3027");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3027->caption(), $wp_wpl_properties_update->f_3027->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3027");
				uelm = this.getElements("u" + infix + "_f_3027");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3027->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3028_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3028_options");
				uelm = this.getElements("u" + infix + "_f_3028_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3028_options->caption(), $wp_wpl_properties_update->f_3028_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3028->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3028");
				uelm = this.getElements("u" + infix + "_f_3028");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3028->caption(), $wp_wpl_properties_update->f_3028->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3028");
				uelm = this.getElements("u" + infix + "_f_3028");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3028->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3029_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3029_options");
				uelm = this.getElements("u" + infix + "_f_3029_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3029_options->caption(), $wp_wpl_properties_update->f_3029_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3029->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3029");
				uelm = this.getElements("u" + infix + "_f_3029");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3029->caption(), $wp_wpl_properties_update->f_3029->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3029");
				uelm = this.getElements("u" + infix + "_f_3029");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3029->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3031_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3031_options");
				uelm = this.getElements("u" + infix + "_f_3031_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3031_options->caption(), $wp_wpl_properties_update->f_3031_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3031->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3031");
				uelm = this.getElements("u" + infix + "_f_3031");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3031->caption(), $wp_wpl_properties_update->f_3031->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3031");
				uelm = this.getElements("u" + infix + "_f_3031");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3031->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3032_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3032_options");
				uelm = this.getElements("u" + infix + "_f_3032_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3032_options->caption(), $wp_wpl_properties_update->f_3032_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3032->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3032");
				uelm = this.getElements("u" + infix + "_f_3032");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3032->caption(), $wp_wpl_properties_update->f_3032->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3032");
				uelm = this.getElements("u" + infix + "_f_3032");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3032->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3033_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3033_options");
				uelm = this.getElements("u" + infix + "_f_3033_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3033_options->caption(), $wp_wpl_properties_update->f_3033_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3033->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3033");
				uelm = this.getElements("u" + infix + "_f_3033");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3033->caption(), $wp_wpl_properties_update->f_3033->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3033");
				uelm = this.getElements("u" + infix + "_f_3033");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3033->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3034_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3034_options");
				uelm = this.getElements("u" + infix + "_f_3034_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3034_options->caption(), $wp_wpl_properties_update->f_3034_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3034->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3034");
				uelm = this.getElements("u" + infix + "_f_3034");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3034->caption(), $wp_wpl_properties_update->f_3034->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3034");
				uelm = this.getElements("u" + infix + "_f_3034");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3034->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3035_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3035_options");
				uelm = this.getElements("u" + infix + "_f_3035_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3035_options->caption(), $wp_wpl_properties_update->f_3035_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3035->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3035");
				uelm = this.getElements("u" + infix + "_f_3035");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3035->caption(), $wp_wpl_properties_update->f_3035->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3035");
				uelm = this.getElements("u" + infix + "_f_3035");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3035->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3036_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3036_options");
				uelm = this.getElements("u" + infix + "_f_3036_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3036_options->caption(), $wp_wpl_properties_update->f_3036_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3036->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3036");
				uelm = this.getElements("u" + infix + "_f_3036");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3036->caption(), $wp_wpl_properties_update->f_3036->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3036");
				uelm = this.getElements("u" + infix + "_f_3036");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3036->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3037_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3037_options");
				uelm = this.getElements("u" + infix + "_f_3037_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3037_options->caption(), $wp_wpl_properties_update->f_3037_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3037->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3037");
				uelm = this.getElements("u" + infix + "_f_3037");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3037->caption(), $wp_wpl_properties_update->f_3037->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3037");
				uelm = this.getElements("u" + infix + "_f_3037");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3037->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3038_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3038_options");
				uelm = this.getElements("u" + infix + "_f_3038_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3038_options->caption(), $wp_wpl_properties_update->f_3038_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3038->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3038");
				uelm = this.getElements("u" + infix + "_f_3038");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3038->caption(), $wp_wpl_properties_update->f_3038->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3038");
				uelm = this.getElements("u" + infix + "_f_3038");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3038->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3039_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3039_options");
				uelm = this.getElements("u" + infix + "_f_3039_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3039_options->caption(), $wp_wpl_properties_update->f_3039_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3039->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3039");
				uelm = this.getElements("u" + infix + "_f_3039");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3039->caption(), $wp_wpl_properties_update->f_3039->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3039");
				uelm = this.getElements("u" + infix + "_f_3039");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3039->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3040_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3040_options");
				uelm = this.getElements("u" + infix + "_f_3040_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3040_options->caption(), $wp_wpl_properties_update->f_3040_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3040->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3040");
				uelm = this.getElements("u" + infix + "_f_3040");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3040->caption(), $wp_wpl_properties_update->f_3040->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3040");
				uelm = this.getElements("u" + infix + "_f_3040");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3040->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3041_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3041_options");
				uelm = this.getElements("u" + infix + "_f_3041_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3041_options->caption(), $wp_wpl_properties_update->f_3041_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3041->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3041");
				uelm = this.getElements("u" + infix + "_f_3041");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3041->caption(), $wp_wpl_properties_update->f_3041->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3041");
				uelm = this.getElements("u" + infix + "_f_3041");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3041->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3042_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3042_options");
				uelm = this.getElements("u" + infix + "_f_3042_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3042_options->caption(), $wp_wpl_properties_update->f_3042_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3042->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3042");
				uelm = this.getElements("u" + infix + "_f_3042");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3042->caption(), $wp_wpl_properties_update->f_3042->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3042");
				uelm = this.getElements("u" + infix + "_f_3042");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3042->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3043_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3043_options");
				uelm = this.getElements("u" + infix + "_f_3043_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3043_options->caption(), $wp_wpl_properties_update->f_3043_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3043->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3043");
				uelm = this.getElements("u" + infix + "_f_3043");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3043->caption(), $wp_wpl_properties_update->f_3043->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3043");
				uelm = this.getElements("u" + infix + "_f_3043");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3043->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3044_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3044_options");
				uelm = this.getElements("u" + infix + "_f_3044_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3044_options->caption(), $wp_wpl_properties_update->f_3044_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3044->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3044");
				uelm = this.getElements("u" + infix + "_f_3044");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3044->caption(), $wp_wpl_properties_update->f_3044->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3044");
				uelm = this.getElements("u" + infix + "_f_3044");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3044->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3045->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3045");
				uelm = this.getElements("u" + infix + "_n_3045");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3045->caption(), $wp_wpl_properties_update->n_3045->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3045");
				uelm = this.getElements("u" + infix + "_n_3045");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3045->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3045_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3045_distance");
				uelm = this.getElements("u" + infix + "_n_3045_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3045_distance->caption(), $wp_wpl_properties_update->n_3045_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3045_distance");
				uelm = this.getElements("u" + infix + "_n_3045_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3045_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3045_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3045_distance_by");
				uelm = this.getElements("u" + infix + "_n_3045_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3045_distance_by->caption(), $wp_wpl_properties_update->n_3045_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3045_distance_by");
				uelm = this.getElements("u" + infix + "_n_3045_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3045_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3046->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3046");
				uelm = this.getElements("u" + infix + "_n_3046");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3046->caption(), $wp_wpl_properties_update->n_3046->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3046");
				uelm = this.getElements("u" + infix + "_n_3046");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3046->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3046_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3046_distance");
				uelm = this.getElements("u" + infix + "_n_3046_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3046_distance->caption(), $wp_wpl_properties_update->n_3046_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3046_distance");
				uelm = this.getElements("u" + infix + "_n_3046_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3046_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3046_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3046_distance_by");
				uelm = this.getElements("u" + infix + "_n_3046_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3046_distance_by->caption(), $wp_wpl_properties_update->n_3046_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3046_distance_by");
				uelm = this.getElements("u" + infix + "_n_3046_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3046_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3047->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3047");
				uelm = this.getElements("u" + infix + "_n_3047");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3047->caption(), $wp_wpl_properties_update->n_3047->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3047");
				uelm = this.getElements("u" + infix + "_n_3047");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3047->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3047_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3047_distance");
				uelm = this.getElements("u" + infix + "_n_3047_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3047_distance->caption(), $wp_wpl_properties_update->n_3047_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3047_distance");
				uelm = this.getElements("u" + infix + "_n_3047_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3047_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3047_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3047_distance_by");
				uelm = this.getElements("u" + infix + "_n_3047_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3047_distance_by->caption(), $wp_wpl_properties_update->n_3047_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3047_distance_by");
				uelm = this.getElements("u" + infix + "_n_3047_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3047_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3048->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3048");
				uelm = this.getElements("u" + infix + "_n_3048");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3048->caption(), $wp_wpl_properties_update->n_3048->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3048");
				uelm = this.getElements("u" + infix + "_n_3048");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3048->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3048_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3048_distance");
				uelm = this.getElements("u" + infix + "_n_3048_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3048_distance->caption(), $wp_wpl_properties_update->n_3048_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3048_distance");
				uelm = this.getElements("u" + infix + "_n_3048_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3048_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3048_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3048_distance_by");
				uelm = this.getElements("u" + infix + "_n_3048_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3048_distance_by->caption(), $wp_wpl_properties_update->n_3048_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3048_distance_by");
				uelm = this.getElements("u" + infix + "_n_3048_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3048_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3049->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3049");
				uelm = this.getElements("u" + infix + "_n_3049");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3049->caption(), $wp_wpl_properties_update->n_3049->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3049");
				uelm = this.getElements("u" + infix + "_n_3049");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3049->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3049_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3049_distance");
				uelm = this.getElements("u" + infix + "_n_3049_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3049_distance->caption(), $wp_wpl_properties_update->n_3049_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3049_distance");
				uelm = this.getElements("u" + infix + "_n_3049_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3049_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3049_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3049_distance_by");
				uelm = this.getElements("u" + infix + "_n_3049_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3049_distance_by->caption(), $wp_wpl_properties_update->n_3049_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3049_distance_by");
				uelm = this.getElements("u" + infix + "_n_3049_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3049_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3050->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3050");
				uelm = this.getElements("u" + infix + "_n_3050");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3050->caption(), $wp_wpl_properties_update->n_3050->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3050");
				uelm = this.getElements("u" + infix + "_n_3050");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3050->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3050_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3050_distance");
				uelm = this.getElements("u" + infix + "_n_3050_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3050_distance->caption(), $wp_wpl_properties_update->n_3050_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3050_distance");
				uelm = this.getElements("u" + infix + "_n_3050_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3050_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3050_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3050_distance_by");
				uelm = this.getElements("u" + infix + "_n_3050_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3050_distance_by->caption(), $wp_wpl_properties_update->n_3050_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3050_distance_by");
				uelm = this.getElements("u" + infix + "_n_3050_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3050_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3051->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3051");
				uelm = this.getElements("u" + infix + "_n_3051");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3051->caption(), $wp_wpl_properties_update->n_3051->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3051");
				uelm = this.getElements("u" + infix + "_n_3051");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3051->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3051_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3051_distance");
				uelm = this.getElements("u" + infix + "_n_3051_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3051_distance->caption(), $wp_wpl_properties_update->n_3051_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3051_distance");
				uelm = this.getElements("u" + infix + "_n_3051_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3051_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3051_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3051_distance_by");
				uelm = this.getElements("u" + infix + "_n_3051_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3051_distance_by->caption(), $wp_wpl_properties_update->n_3051_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3051_distance_by");
				uelm = this.getElements("u" + infix + "_n_3051_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3051_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3052->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3052");
				uelm = this.getElements("u" + infix + "_n_3052");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3052->caption(), $wp_wpl_properties_update->n_3052->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3052");
				uelm = this.getElements("u" + infix + "_n_3052");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3052->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3052_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3052_distance");
				uelm = this.getElements("u" + infix + "_n_3052_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3052_distance->caption(), $wp_wpl_properties_update->n_3052_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3052_distance");
				uelm = this.getElements("u" + infix + "_n_3052_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3052_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3052_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3052_distance_by");
				uelm = this.getElements("u" + infix + "_n_3052_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3052_distance_by->caption(), $wp_wpl_properties_update->n_3052_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3052_distance_by");
				uelm = this.getElements("u" + infix + "_n_3052_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3052_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3053->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3053");
				uelm = this.getElements("u" + infix + "_n_3053");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3053->caption(), $wp_wpl_properties_update->n_3053->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3053");
				uelm = this.getElements("u" + infix + "_n_3053");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3053->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3053_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3053_distance");
				uelm = this.getElements("u" + infix + "_n_3053_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3053_distance->caption(), $wp_wpl_properties_update->n_3053_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3053_distance");
				uelm = this.getElements("u" + infix + "_n_3053_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3053_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3053_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3053_distance_by");
				uelm = this.getElements("u" + infix + "_n_3053_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3053_distance_by->caption(), $wp_wpl_properties_update->n_3053_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3053_distance_by");
				uelm = this.getElements("u" + infix + "_n_3053_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3053_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3054->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3054");
				uelm = this.getElements("u" + infix + "_n_3054");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3054->caption(), $wp_wpl_properties_update->n_3054->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3054");
				uelm = this.getElements("u" + infix + "_n_3054");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3054->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3054_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3054_distance");
				uelm = this.getElements("u" + infix + "_n_3054_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3054_distance->caption(), $wp_wpl_properties_update->n_3054_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3054_distance");
				uelm = this.getElements("u" + infix + "_n_3054_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3054_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3054_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3054_distance_by");
				uelm = this.getElements("u" + infix + "_n_3054_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3054_distance_by->caption(), $wp_wpl_properties_update->n_3054_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3054_distance_by");
				uelm = this.getElements("u" + infix + "_n_3054_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3054_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3055->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3055");
				uelm = this.getElements("u" + infix + "_n_3055");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3055->caption(), $wp_wpl_properties_update->n_3055->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3055");
				uelm = this.getElements("u" + infix + "_n_3055");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3055->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3055_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3055_distance");
				uelm = this.getElements("u" + infix + "_n_3055_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3055_distance->caption(), $wp_wpl_properties_update->n_3055_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3055_distance");
				uelm = this.getElements("u" + infix + "_n_3055_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3055_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3055_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3055_distance_by");
				uelm = this.getElements("u" + infix + "_n_3055_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3055_distance_by->caption(), $wp_wpl_properties_update->n_3055_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3055_distance_by");
				uelm = this.getElements("u" + infix + "_n_3055_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3055_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3056->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3056");
				uelm = this.getElements("u" + infix + "_n_3056");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3056->caption(), $wp_wpl_properties_update->n_3056->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3056");
				uelm = this.getElements("u" + infix + "_n_3056");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3056->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3056_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3056_distance");
				uelm = this.getElements("u" + infix + "_n_3056_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3056_distance->caption(), $wp_wpl_properties_update->n_3056_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3056_distance");
				uelm = this.getElements("u" + infix + "_n_3056_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3056_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3056_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3056_distance_by");
				uelm = this.getElements("u" + infix + "_n_3056_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3056_distance_by->caption(), $wp_wpl_properties_update->n_3056_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3056_distance_by");
				uelm = this.getElements("u" + infix + "_n_3056_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3056_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3057->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3057");
				uelm = this.getElements("u" + infix + "_n_3057");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3057->caption(), $wp_wpl_properties_update->n_3057->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3057");
				uelm = this.getElements("u" + infix + "_n_3057");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3057->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3057_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3057_distance");
				uelm = this.getElements("u" + infix + "_n_3057_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3057_distance->caption(), $wp_wpl_properties_update->n_3057_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3057_distance");
				uelm = this.getElements("u" + infix + "_n_3057_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3057_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3057_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3057_distance_by");
				uelm = this.getElements("u" + infix + "_n_3057_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3057_distance_by->caption(), $wp_wpl_properties_update->n_3057_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3057_distance_by");
				uelm = this.getElements("u" + infix + "_n_3057_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3057_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3058->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3058");
				uelm = this.getElements("u" + infix + "_n_3058");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3058->caption(), $wp_wpl_properties_update->n_3058->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3058");
				uelm = this.getElements("u" + infix + "_n_3058");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3058->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3058_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3058_distance");
				uelm = this.getElements("u" + infix + "_n_3058_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3058_distance->caption(), $wp_wpl_properties_update->n_3058_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3058_distance");
				uelm = this.getElements("u" + infix + "_n_3058_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3058_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3058_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3058_distance_by");
				uelm = this.getElements("u" + infix + "_n_3058_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3058_distance_by->caption(), $wp_wpl_properties_update->n_3058_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3058_distance_by");
				uelm = this.getElements("u" + infix + "_n_3058_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3058_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3059->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3059");
				uelm = this.getElements("u" + infix + "_n_3059");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3059->caption(), $wp_wpl_properties_update->n_3059->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3059");
				uelm = this.getElements("u" + infix + "_n_3059");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3059->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3059_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3059_distance");
				uelm = this.getElements("u" + infix + "_n_3059_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3059_distance->caption(), $wp_wpl_properties_update->n_3059_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3059_distance");
				uelm = this.getElements("u" + infix + "_n_3059_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3059_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3059_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3059_distance_by");
				uelm = this.getElements("u" + infix + "_n_3059_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3059_distance_by->caption(), $wp_wpl_properties_update->n_3059_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3059_distance_by");
				uelm = this.getElements("u" + infix + "_n_3059_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3059_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3060_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3060_options");
				uelm = this.getElements("u" + infix + "_f_3060_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3060_options->caption(), $wp_wpl_properties_update->f_3060_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3060->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3060");
				uelm = this.getElements("u" + infix + "_f_3060");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3060->caption(), $wp_wpl_properties_update->f_3060->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3060");
				uelm = this.getElements("u" + infix + "_f_3060");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3060->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3061_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3061_options");
				uelm = this.getElements("u" + infix + "_f_3061_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3061_options->caption(), $wp_wpl_properties_update->f_3061_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3061->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3061");
				uelm = this.getElements("u" + infix + "_f_3061");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3061->caption(), $wp_wpl_properties_update->f_3061->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3061");
				uelm = this.getElements("u" + infix + "_f_3061");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3061->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->f_3062_options->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3062_options");
				uelm = this.getElements("u" + infix + "_f_3062_options");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3062_options->caption(), $wp_wpl_properties_update->f_3062_options->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->f_3062->Required) { ?>
				elm = this.getElements("x" + infix + "_f_3062");
				uelm = this.getElements("u" + infix + "_f_3062");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->f_3062->caption(), $wp_wpl_properties_update->f_3062->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_f_3062");
				uelm = this.getElements("u" + infix + "_f_3062");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->f_3062->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3063->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3063");
				uelm = this.getElements("u" + infix + "_field_3063");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3063->caption(), $wp_wpl_properties_update->field_3063->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3064->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3064");
				uelm = this.getElements("u" + infix + "_field_3064");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3064->caption(), $wp_wpl_properties_update->field_3064->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3065->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3065");
				uelm = this.getElements("u" + infix + "_field_3065");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3065->caption(), $wp_wpl_properties_update->field_3065->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3065");
				uelm = this.getElements("u" + infix + "_field_3065");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3065->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_308->Required) { ?>
				elm = this.getElements("x" + infix + "_field_308");
				uelm = this.getElements("u" + infix + "_field_308");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_308->caption(), $wp_wpl_properties_update->field_308->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_308_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_308_en_us");
				uelm = this.getElements("u" + infix + "_field_308_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_308_en_us->caption(), $wp_wpl_properties_update->field_308_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_308_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_308_fr_fr");
				uelm = this.getElements("u" + infix + "_field_308_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_308_fr_fr->caption(), $wp_wpl_properties_update->field_308_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_313_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_313_en_us");
				uelm = this.getElements("u" + infix + "_field_313_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_313_en_us->caption(), $wp_wpl_properties_update->field_313_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_313_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_313_fr_fr");
				uelm = this.getElements("u" + infix + "_field_313_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_313_fr_fr->caption(), $wp_wpl_properties_update->field_313_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_312_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_312_en_us");
				uelm = this.getElements("u" + infix + "_field_312_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_312_en_us->caption(), $wp_wpl_properties_update->field_312_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_312_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_312_fr_fr");
				uelm = this.getElements("u" + infix + "_field_312_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_312_fr_fr->caption(), $wp_wpl_properties_update->field_312_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3017_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3017_en_us");
				uelm = this.getElements("u" + infix + "_field_3017_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3017_en_us->caption(), $wp_wpl_properties_update->field_3017_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3017_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3017_fr_fr");
				uelm = this.getElements("u" + infix + "_field_3017_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3017_fr_fr->caption(), $wp_wpl_properties_update->field_3017_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_42_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_42_en_us");
				uelm = this.getElements("u" + infix + "_field_42_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_42_en_us->caption(), $wp_wpl_properties_update->field_42_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_42_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_42_fr_fr");
				uelm = this.getElements("u" + infix + "_field_42_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_42_fr_fr->caption(), $wp_wpl_properties_update->field_42_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3067->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3067");
				uelm = this.getElements("u" + infix + "_field_3067");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3067->caption(), $wp_wpl_properties_update->field_3067->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3067");
				uelm = this.getElements("u" + infix + "_field_3067");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3067->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3068->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3068");
				uelm = this.getElements("u" + infix + "_field_3068");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3068->caption(), $wp_wpl_properties_update->field_3068->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3068");
				uelm = this.getElements("u" + infix + "_field_3068");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3068->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3069->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3069");
				uelm = this.getElements("u" + infix + "_field_3069");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3069->caption(), $wp_wpl_properties_update->field_3069->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3069");
				uelm = this.getElements("u" + infix + "_field_3069");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3069->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3070->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3070");
				uelm = this.getElements("u" + infix + "_field_3070");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3070->caption(), $wp_wpl_properties_update->field_3070->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3070");
				uelm = this.getElements("u" + infix + "_field_3070");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3070->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3119->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3119");
				uelm = this.getElements("u" + infix + "_field_3119");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3119->caption(), $wp_wpl_properties_update->field_3119->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3119_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3119_en_us");
				uelm = this.getElements("u" + infix + "_field_3119_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3119_en_us->caption(), $wp_wpl_properties_update->field_3119_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3119_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3119_fr_fr");
				uelm = this.getElements("u" + infix + "_field_3119_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3119_fr_fr->caption(), $wp_wpl_properties_update->field_3119_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3120->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3120");
				uelm = this.getElements("u" + infix + "_field_3120");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3120->caption(), $wp_wpl_properties_update->field_3120->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3120_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3120_en_us");
				uelm = this.getElements("u" + infix + "_field_3120_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3120_en_us->caption(), $wp_wpl_properties_update->field_3120_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3120_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3120_fr_fr");
				uelm = this.getElements("u" + infix + "_field_3120_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3120_fr_fr->caption(), $wp_wpl_properties_update->field_3120_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3121->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3121");
				uelm = this.getElements("u" + infix + "_field_3121");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3121->caption(), $wp_wpl_properties_update->field_3121->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3121");
				uelm = this.getElements("u" + infix + "_field_3121");
				if (uelm && uelm.checked && elm && !ew.checkDateDef(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3121->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3122->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3122");
				uelm = this.getElements("u" + infix + "_field_3122");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3122->caption(), $wp_wpl_properties_update->field_3122->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3122");
				uelm = this.getElements("u" + infix + "_field_3122");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3122->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3122_si->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3122_si");
				uelm = this.getElements("u" + infix + "_field_3122_si");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3122_si->caption(), $wp_wpl_properties_update->field_3122_si->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3122_si");
				uelm = this.getElements("u" + infix + "_field_3122_si");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3122_si->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3122_unit->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3122_unit");
				uelm = this.getElements("u" + infix + "_field_3122_unit");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3122_unit->caption(), $wp_wpl_properties_update->field_3122_unit->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3122_unit");
				uelm = this.getElements("u" + infix + "_field_3122_unit");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3122_unit->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3123->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3123");
				uelm = this.getElements("u" + infix + "_field_3123");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3123->caption(), $wp_wpl_properties_update->field_3123->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3124->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3124");
				uelm = this.getElements("u" + infix + "_field_3124");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3124->caption(), $wp_wpl_properties_update->field_3124->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3125->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3125");
				uelm = this.getElements("u" + infix + "_field_3125");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3125->caption(), $wp_wpl_properties_update->field_3125->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3126->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3126");
				uelm = this.getElements("u" + infix + "_field_3126");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3126->caption(), $wp_wpl_properties_update->field_3126->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3126");
				uelm = this.getElements("u" + infix + "_field_3126");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3126->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3127->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3127");
				uelm = this.getElements("u" + infix + "_field_3127");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3127->caption(), $wp_wpl_properties_update->field_3127->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3127");
				uelm = this.getElements("u" + infix + "_field_3127");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3127->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3128->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3128");
				uelm = this.getElements("u" + infix + "_field_3128");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3128->caption(), $wp_wpl_properties_update->field_3128->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3128");
				uelm = this.getElements("u" + infix + "_field_3128");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3128->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3129->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3129");
				uelm = this.getElements("u" + infix + "_field_3129");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3129->caption(), $wp_wpl_properties_update->field_3129->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3129");
				uelm = this.getElements("u" + infix + "_field_3129");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3129->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3130->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3130");
				uelm = this.getElements("u" + infix + "_field_3130");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3130->caption(), $wp_wpl_properties_update->field_3130->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3130");
				uelm = this.getElements("u" + infix + "_field_3130");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3130->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3131->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3131");
				uelm = this.getElements("u" + infix + "_field_3131");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3131->caption(), $wp_wpl_properties_update->field_3131->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3131");
				uelm = this.getElements("u" + infix + "_field_3131");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3131->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3132->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3132");
				uelm = this.getElements("u" + infix + "_field_3132");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3132->caption(), $wp_wpl_properties_update->field_3132->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3132");
				uelm = this.getElements("u" + infix + "_field_3132");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3132->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3133->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3133");
				uelm = this.getElements("u" + infix + "_field_3133");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3133->caption(), $wp_wpl_properties_update->field_3133->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3133");
				uelm = this.getElements("u" + infix + "_field_3133");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3133->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3134->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3134");
				uelm = this.getElements("u" + infix + "_field_3134");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3134->caption(), $wp_wpl_properties_update->field_3134->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3134");
				uelm = this.getElements("u" + infix + "_field_3134");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3134->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3135->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3135");
				uelm = this.getElements("u" + infix + "_field_3135");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3135->caption(), $wp_wpl_properties_update->field_3135->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3135");
				uelm = this.getElements("u" + infix + "_field_3135");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3135->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3136->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3136");
				uelm = this.getElements("u" + infix + "_field_3136");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3136->caption(), $wp_wpl_properties_update->field_3136->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3136");
				uelm = this.getElements("u" + infix + "_field_3136");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3136->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3137->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3137");
				uelm = this.getElements("u" + infix + "_field_3137");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3137->caption(), $wp_wpl_properties_update->field_3137->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3137");
				uelm = this.getElements("u" + infix + "_field_3137");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3137->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3138->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3138");
				uelm = this.getElements("u" + infix + "_field_3138");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3138->caption(), $wp_wpl_properties_update->field_3138->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3138");
				uelm = this.getElements("u" + infix + "_field_3138");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3138->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3139->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3139");
				uelm = this.getElements("u" + infix + "_field_3139");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3139->caption(), $wp_wpl_properties_update->field_3139->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3139");
				uelm = this.getElements("u" + infix + "_field_3139");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3139->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3140->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3140");
				uelm = this.getElements("u" + infix + "_field_3140");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3140->caption(), $wp_wpl_properties_update->field_3140->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3140");
				uelm = this.getElements("u" + infix + "_field_3140");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3140->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3141->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3141");
				uelm = this.getElements("u" + infix + "_field_3141");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3141->caption(), $wp_wpl_properties_update->field_3141->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3141");
				uelm = this.getElements("u" + infix + "_field_3141");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3141->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3142->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3142");
				uelm = this.getElements("u" + infix + "_field_3142");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3142->caption(), $wp_wpl_properties_update->field_3142->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3142");
				uelm = this.getElements("u" + infix + "_field_3142");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3142->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3143->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3143");
				uelm = this.getElements("u" + infix + "_field_3143");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3143->caption(), $wp_wpl_properties_update->field_3143->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3143");
				uelm = this.getElements("u" + infix + "_field_3143");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3143->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3144->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3144");
				uelm = this.getElements("u" + infix + "_field_3144");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3144->caption(), $wp_wpl_properties_update->field_3144->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3144");
				uelm = this.getElements("u" + infix + "_field_3144");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3144->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3145->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3145");
				uelm = this.getElements("u" + infix + "_field_3145");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3145->caption(), $wp_wpl_properties_update->field_3145->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3145");
				uelm = this.getElements("u" + infix + "_field_3145");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3145->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3146->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3146");
				uelm = this.getElements("u" + infix + "_field_3146");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3146->caption(), $wp_wpl_properties_update->field_3146->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3146");
				uelm = this.getElements("u" + infix + "_field_3146");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3146->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3147->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3147");
				uelm = this.getElements("u" + infix + "_field_3147");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3147->caption(), $wp_wpl_properties_update->field_3147->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3147");
				uelm = this.getElements("u" + infix + "_field_3147");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3147->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3148->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3148");
				uelm = this.getElements("u" + infix + "_field_3148");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3148->caption(), $wp_wpl_properties_update->field_3148->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3148");
				uelm = this.getElements("u" + infix + "_field_3148");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3148->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3149->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3149");
				uelm = this.getElements("u" + infix + "_field_3149");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3149->caption(), $wp_wpl_properties_update->field_3149->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3149");
				uelm = this.getElements("u" + infix + "_field_3149");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3149->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3150->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3150");
				uelm = this.getElements("u" + infix + "_field_3150");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3150->caption(), $wp_wpl_properties_update->field_3150->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3150");
				uelm = this.getElements("u" + infix + "_field_3150");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3150->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3151->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3151");
				uelm = this.getElements("u" + infix + "_field_3151");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3151->caption(), $wp_wpl_properties_update->field_3151->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3151");
				uelm = this.getElements("u" + infix + "_field_3151");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3151->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3152->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3152");
				uelm = this.getElements("u" + infix + "_field_3152");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3152->caption(), $wp_wpl_properties_update->field_3152->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3152");
				uelm = this.getElements("u" + infix + "_field_3152");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3152->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3153->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3153");
				uelm = this.getElements("u" + infix + "_field_3153");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3153->caption(), $wp_wpl_properties_update->field_3153->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3153");
				uelm = this.getElements("u" + infix + "_field_3153");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3153->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3154->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3154");
				uelm = this.getElements("u" + infix + "_field_3154");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3154->caption(), $wp_wpl_properties_update->field_3154->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3154");
				uelm = this.getElements("u" + infix + "_field_3154");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3154->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3155->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3155");
				uelm = this.getElements("u" + infix + "_field_3155");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3155->caption(), $wp_wpl_properties_update->field_3155->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3155");
				uelm = this.getElements("u" + infix + "_field_3155");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3155->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3156->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3156");
				uelm = this.getElements("u" + infix + "_field_3156");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3156->caption(), $wp_wpl_properties_update->field_3156->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3156");
				uelm = this.getElements("u" + infix + "_field_3156");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3156->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3157->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3157");
				uelm = this.getElements("u" + infix + "_field_3157");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3157->caption(), $wp_wpl_properties_update->field_3157->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3157");
				uelm = this.getElements("u" + infix + "_field_3157");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3157->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3158->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3158");
				uelm = this.getElements("u" + infix + "_field_3158");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3158->caption(), $wp_wpl_properties_update->field_3158->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3158");
				uelm = this.getElements("u" + infix + "_field_3158");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3158->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3159->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3159");
				uelm = this.getElements("u" + infix + "_field_3159");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3159->caption(), $wp_wpl_properties_update->field_3159->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3159");
				uelm = this.getElements("u" + infix + "_field_3159");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3159->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3160->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3160");
				uelm = this.getElements("u" + infix + "_field_3160");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3160->caption(), $wp_wpl_properties_update->field_3160->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3160");
				uelm = this.getElements("u" + infix + "_field_3160");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3160->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3161->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3161");
				uelm = this.getElements("u" + infix + "_field_3161");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3161->caption(), $wp_wpl_properties_update->field_3161->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3161");
				uelm = this.getElements("u" + infix + "_field_3161");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3161->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3162->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3162");
				uelm = this.getElements("u" + infix + "_field_3162");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3162->caption(), $wp_wpl_properties_update->field_3162->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3162");
				uelm = this.getElements("u" + infix + "_field_3162");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3162->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3163->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3163");
				uelm = this.getElements("u" + infix + "_field_3163");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3163->caption(), $wp_wpl_properties_update->field_3163->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3163");
				uelm = this.getElements("u" + infix + "_field_3163");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3163->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3164->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3164");
				uelm = this.getElements("u" + infix + "_field_3164");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3164->caption(), $wp_wpl_properties_update->field_3164->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3164");
				uelm = this.getElements("u" + infix + "_field_3164");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3164->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3165->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3165");
				uelm = this.getElements("u" + infix + "_field_3165");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3165->caption(), $wp_wpl_properties_update->field_3165->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3165");
				uelm = this.getElements("u" + infix + "_field_3165");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3165->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3166->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3166");
				uelm = this.getElements("u" + infix + "_field_3166");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3166->caption(), $wp_wpl_properties_update->field_3166->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3166");
				uelm = this.getElements("u" + infix + "_field_3166");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3166->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3167->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3167");
				uelm = this.getElements("u" + infix + "_field_3167");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3167->caption(), $wp_wpl_properties_update->field_3167->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3167");
				uelm = this.getElements("u" + infix + "_field_3167");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3167->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3168->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3168");
				uelm = this.getElements("u" + infix + "_field_3168");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3168->caption(), $wp_wpl_properties_update->field_3168->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3168");
				uelm = this.getElements("u" + infix + "_field_3168");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3168->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3169->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3169");
				uelm = this.getElements("u" + infix + "_field_3169");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3169->caption(), $wp_wpl_properties_update->field_3169->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3169");
				uelm = this.getElements("u" + infix + "_field_3169");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3169->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3170->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3170");
				uelm = this.getElements("u" + infix + "_field_3170");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3170->caption(), $wp_wpl_properties_update->field_3170->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3170");
				uelm = this.getElements("u" + infix + "_field_3170");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3170->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3171->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3171");
				uelm = this.getElements("u" + infix + "_field_3171");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3171->caption(), $wp_wpl_properties_update->field_3171->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3172->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3172");
				uelm = this.getElements("u" + infix + "_field_3172");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3172->caption(), $wp_wpl_properties_update->field_3172->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3173->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3173");
				uelm = this.getElements("u" + infix + "_field_3173");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3173->caption(), $wp_wpl_properties_update->field_3173->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3173");
				uelm = this.getElements("u" + infix + "_field_3173");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3173->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3173_si->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3173_si");
				uelm = this.getElements("u" + infix + "_field_3173_si");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3173_si->caption(), $wp_wpl_properties_update->field_3173_si->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3173_si");
				uelm = this.getElements("u" + infix + "_field_3173_si");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3173_si->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3173_unit->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3173_unit");
				uelm = this.getElements("u" + infix + "_field_3173_unit");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3173_unit->caption(), $wp_wpl_properties_update->field_3173_unit->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3173_unit");
				uelm = this.getElements("u" + infix + "_field_3173_unit");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3173_unit->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3180->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3180");
				uelm = this.getElements("u" + infix + "_field_3180");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3180->caption(), $wp_wpl_properties_update->field_3180->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3180_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3180_en_us");
				uelm = this.getElements("u" + infix + "_field_3180_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3180_en_us->caption(), $wp_wpl_properties_update->field_3180_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3180_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3180_fr_fr");
				uelm = this.getElements("u" + infix + "_field_3180_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3180_fr_fr->caption(), $wp_wpl_properties_update->field_3180_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3181->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3181");
				uelm = this.getElements("u" + infix + "_field_3181");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3181->caption(), $wp_wpl_properties_update->field_3181->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3181");
				uelm = this.getElements("u" + infix + "_field_3181");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3181->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3182->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3182");
				uelm = this.getElements("u" + infix + "_field_3182");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3182->caption(), $wp_wpl_properties_update->field_3182->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3182");
				uelm = this.getElements("u" + infix + "_field_3182");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3182->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3189->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3189");
				uelm = this.getElements("u" + infix + "_n_3189");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3189->caption(), $wp_wpl_properties_update->n_3189->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3189");
				uelm = this.getElements("u" + infix + "_n_3189");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3189->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3189_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3189_distance");
				uelm = this.getElements("u" + infix + "_n_3189_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3189_distance->caption(), $wp_wpl_properties_update->n_3189_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3189_distance");
				uelm = this.getElements("u" + infix + "_n_3189_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3189_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3189_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3189_distance_by");
				uelm = this.getElements("u" + infix + "_n_3189_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3189_distance_by->caption(), $wp_wpl_properties_update->n_3189_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3189_distance_by");
				uelm = this.getElements("u" + infix + "_n_3189_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3189_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3190->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3190");
				uelm = this.getElements("u" + infix + "_field_3190");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3190->caption(), $wp_wpl_properties_update->field_3190->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3190");
				uelm = this.getElements("u" + infix + "_field_3190");
				if (uelm && uelm.checked && elm && !ew.checkDateDef(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3190->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3192->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3192");
				uelm = this.getElements("u" + infix + "_field_3192");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3192->caption(), $wp_wpl_properties_update->field_3192->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3192");
				uelm = this.getElements("u" + infix + "_field_3192");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3192->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3193->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3193");
				uelm = this.getElements("u" + infix + "_field_3193");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3193->caption(), $wp_wpl_properties_update->field_3193->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3195->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3195");
				uelm = this.getElements("u" + infix + "_field_3195");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3195->caption(), $wp_wpl_properties_update->field_3195->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3195");
				uelm = this.getElements("u" + infix + "_field_3195");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3195->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3114_en_us->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3114_en_us");
				uelm = this.getElements("u" + infix + "_field_3114_en_us");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3114_en_us->caption(), $wp_wpl_properties_update->field_3114_en_us->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->field_3114_fr_fr->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3114_fr_fr");
				uelm = this.getElements("u" + infix + "_field_3114_fr_fr");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3114_fr_fr->caption(), $wp_wpl_properties_update->field_3114_fr_fr->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
			<?php if ($wp_wpl_properties_update->n_3196->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3196");
				uelm = this.getElements("u" + infix + "_n_3196");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3196->caption(), $wp_wpl_properties_update->n_3196->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3196");
				uelm = this.getElements("u" + infix + "_n_3196");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3196->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3196_distance->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3196_distance");
				uelm = this.getElements("u" + infix + "_n_3196_distance");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3196_distance->caption(), $wp_wpl_properties_update->n_3196_distance->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3196_distance");
				uelm = this.getElements("u" + infix + "_n_3196_distance");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3196_distance->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->n_3196_distance_by->Required) { ?>
				elm = this.getElements("x" + infix + "_n_3196_distance_by");
				uelm = this.getElements("u" + infix + "_n_3196_distance_by");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->n_3196_distance_by->caption(), $wp_wpl_properties_update->n_3196_distance_by->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_n_3196_distance_by");
				uelm = this.getElements("u" + infix + "_n_3196_distance_by");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->n_3196_distance_by->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3197->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3197");
				uelm = this.getElements("u" + infix + "_field_3197");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3197->caption(), $wp_wpl_properties_update->field_3197->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3197");
				uelm = this.getElements("u" + infix + "_field_3197");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3197->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3197_si->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3197_si");
				uelm = this.getElements("u" + infix + "_field_3197_si");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3197_si->caption(), $wp_wpl_properties_update->field_3197_si->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3197_si");
				uelm = this.getElements("u" + infix + "_field_3197_si");
				if (uelm && uelm.checked && elm && !ew.checkNumber(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3197_si->errorMessage()) ?>");
			<?php if ($wp_wpl_properties_update->field_3197_unit->Required) { ?>
				elm = this.getElements("x" + infix + "_field_3197_unit");
				uelm = this.getElements("u" + infix + "_field_3197_unit");
				if (uelm && uelm.checked) {
					if (elm && !ew.isHidden(elm) && !ew.hasValue(elm))
						return this.onError(elm, "<?php echo JsEncode(str_replace("%s", $wp_wpl_properties_update->field_3197_unit->caption(), $wp_wpl_properties_update->field_3197_unit->RequiredErrorMessage)) ?>");
				}
			<?php } ?>
				elm = this.getElements("x" + infix + "_field_3197_unit");
				uelm = this.getElements("u" + infix + "_field_3197_unit");
				if (uelm && uelm.checked && elm && !ew.checkInteger(elm.value))
					return this.onError(elm, "<?php echo JsEncode($wp_wpl_properties_update->field_3197_unit->errorMessage()) ?>");

				// Call Form_CustomValidate event
				if (!this.Form_CustomValidate(fobj))
					return false;
		}
		return true;
	}

	// Form_CustomValidate
	fwp_wpl_propertiesupdate.Form_CustomValidate = function(fobj) { // DO NOT CHANGE THIS LINE!

		// Your custom validation code here, return false if invalid.
		return true;
	}

	// Use JavaScript validation or not
	fwp_wpl_propertiesupdate.validateRequired = <?php echo Config("CLIENT_VALIDATE") ? "true" : "false" ?>;

	// Dynamic selection lists
	fwp_wpl_propertiesupdate.lists["x_deleted[]"] = <?php echo $wp_wpl_properties_update->deleted->Lookup->toClientList($wp_wpl_properties_update) ?>;
	fwp_wpl_propertiesupdate.lists["x_deleted[]"].options = <?php echo JsonEncode($wp_wpl_properties_update->deleted->options(FALSE, TRUE)) ?>;
	loadjs.done("fwp_wpl_propertiesupdate");
});
</script>
<script>
loadjs.ready("head", function() {

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

});
</script>
<?php $wp_wpl_properties_update->showPageHeader(); ?>
<?php
$wp_wpl_properties_update->showMessage();
?>
<form name="fwp_wpl_propertiesupdate" id="fwp_wpl_propertiesupdate" class="<?php echo $wp_wpl_properties_update->FormClassName ?>" 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="action" id="action" value="update">
<input type="hidden" name="modal" value="<?php echo (int)$wp_wpl_properties_update->IsModal ?>">
<?php foreach ($wp_wpl_properties_update->RecKeys as $key) { ?>
<?php $keyvalue = is_array($key) ? implode(Config("COMPOSITE_KEY_SEPARATOR"), $key) : $key; ?>
<input type="hidden" name="key_m[]" value="<?php echo HtmlEncode($keyvalue) ?>">
<?php } ?>
<div id="tbl_wp_wpl_propertiesupdate" class="ew-update-div"><!-- page -->
	<div class="custom-control custom-checkbox">
		<input type="checkbox" class="custom-control-input" name="u" id="u" onclick="ew.selectAll(this);"><label class="custom-control-label" for="u"><?php echo $Language->phrase("UpdateSelectAll") ?></label>
	</div>
<?php if ($wp_wpl_properties_update->kind->Visible) { // kind ?>
	<div id="r_kind" class="form-group row">
		<label for="x_kind" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_kind" id="u_kind" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->kind->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_kind"><?php echo $wp_wpl_properties_update->kind->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->kind->cellAttributes() ?>>
<span id="el_wp_wpl_properties_kind">
<input type="text" data-table="wp_wpl_properties" data-field="x_kind" name="x_kind" id="x_kind" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->kind->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->kind->EditValue ?>"<?php echo $wp_wpl_properties_update->kind->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->kind->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->deleted->Visible) { // deleted ?>
	<div id="r_deleted" class="form-group row">
		<label class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_deleted" id="u_deleted" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->deleted->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_deleted"><?php echo $wp_wpl_properties_update->deleted->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->deleted->cellAttributes() ?>>
<span id="el_wp_wpl_properties_deleted">
<?php
$selwrk = ConvertToBool($wp_wpl_properties_update->deleted->CurrentValue) ? " checked" : "";
?>
<div class="custom-control custom-checkbox d-inline-block">
	<input type="checkbox" class="custom-control-input" data-table="wp_wpl_properties" data-field="x_deleted" name="x_deleted[]" id="x_deleted[]_926691" value="1"<?php echo $selwrk ?><?php echo $wp_wpl_properties_update->deleted->editAttributes() ?>>
	<label class="custom-control-label" for="x_deleted[]_926691"></label>
</div>
</span>
<?php echo $wp_wpl_properties_update->deleted->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->mls_id->Visible) { // mls_id ?>
	<div id="r_mls_id" class="form-group row">
		<label for="x_mls_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_mls_id" id="u_mls_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->mls_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_mls_id"><?php echo $wp_wpl_properties_update->mls_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->mls_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_mls_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_mls_id" name="x_mls_id" id="x_mls_id" size="30" maxlength="30" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->mls_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->mls_id->EditValue ?>"<?php echo $wp_wpl_properties_update->mls_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->mls_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->mls_id_num->Visible) { // mls_id_num ?>
	<div id="r_mls_id_num" class="form-group row">
		<label for="x_mls_id_num" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_mls_id_num" id="u_mls_id_num" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->mls_id_num->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_mls_id_num"><?php echo $wp_wpl_properties_update->mls_id_num->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->mls_id_num->cellAttributes() ?>>
<span id="el_wp_wpl_properties_mls_id_num">
<input type="text" data-table="wp_wpl_properties" data-field="x_mls_id_num" name="x_mls_id_num" id="x_mls_id_num" size="30" maxlength="20" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->mls_id_num->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->mls_id_num->EditValue ?>"<?php echo $wp_wpl_properties_update->mls_id_num->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->mls_id_num->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->parent->Visible) { // parent ?>
	<div id="r_parent" class="form-group row">
		<label for="x_parent" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_parent" id="u_parent" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->parent->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_parent"><?php echo $wp_wpl_properties_update->parent->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->parent->cellAttributes() ?>>
<span id="el_wp_wpl_properties_parent">
<input type="text" data-table="wp_wpl_properties" data-field="x_parent" name="x_parent" id="x_parent" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->parent->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->parent->EditValue ?>"<?php echo $wp_wpl_properties_update->parent->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->parent->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->pic_numb->Visible) { // pic_numb ?>
	<div id="r_pic_numb" class="form-group row">
		<label for="x_pic_numb" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_pic_numb" id="u_pic_numb" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->pic_numb->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_pic_numb"><?php echo $wp_wpl_properties_update->pic_numb->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->pic_numb->cellAttributes() ?>>
<span id="el_wp_wpl_properties_pic_numb">
<input type="text" data-table="wp_wpl_properties" data-field="x_pic_numb" name="x_pic_numb" id="x_pic_numb" size="30" maxlength="9" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->pic_numb->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->pic_numb->EditValue ?>"<?php echo $wp_wpl_properties_update->pic_numb->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->pic_numb->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->user_id->Visible) { // user_id ?>
	<div id="r_user_id" class="form-group row">
		<label for="x_user_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_user_id" id="u_user_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->user_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_user_id"><?php echo $wp_wpl_properties_update->user_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->user_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_user_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_user_id" name="x_user_id" id="x_user_id" size="30" maxlength="6" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->user_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->user_id->EditValue ?>"<?php echo $wp_wpl_properties_update->user_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->user_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->listing->Visible) { // listing ?>
	<div id="r_listing" class="form-group row">
		<label for="x_listing" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_listing" id="u_listing" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->listing->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_listing"><?php echo $wp_wpl_properties_update->listing->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->listing->cellAttributes() ?>>
<span id="el_wp_wpl_properties_listing">
<input type="text" data-table="wp_wpl_properties" data-field="x_listing" name="x_listing" id="x_listing" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->listing->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->listing->EditValue ?>"<?php echo $wp_wpl_properties_update->listing->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->listing->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->property_type->Visible) { // property_type ?>
	<div id="r_property_type" class="form-group row">
		<label for="x_property_type" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_property_type" id="u_property_type" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->property_type->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_property_type"><?php echo $wp_wpl_properties_update->property_type->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->property_type->cellAttributes() ?>>
<span id="el_wp_wpl_properties_property_type">
<input type="text" data-table="wp_wpl_properties" data-field="x_property_type" name="x_property_type" id="x_property_type" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->property_type->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->property_type->EditValue ?>"<?php echo $wp_wpl_properties_update->property_type->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->property_type->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location1_id->Visible) { // location1_id ?>
	<div id="r_location1_id" class="form-group row">
		<label for="x_location1_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location1_id" id="u_location1_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location1_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location1_id"><?php echo $wp_wpl_properties_update->location1_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location1_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location1_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location1_id" name="x_location1_id" id="x_location1_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location1_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location1_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location1_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location1_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location2_id->Visible) { // location2_id ?>
	<div id="r_location2_id" class="form-group row">
		<label for="x_location2_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location2_id" id="u_location2_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location2_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location2_id"><?php echo $wp_wpl_properties_update->location2_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location2_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location2_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location2_id" name="x_location2_id" id="x_location2_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location2_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location2_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location2_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location2_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location3_id->Visible) { // location3_id ?>
	<div id="r_location3_id" class="form-group row">
		<label for="x_location3_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location3_id" id="u_location3_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location3_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location3_id"><?php echo $wp_wpl_properties_update->location3_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location3_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location3_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location3_id" name="x_location3_id" id="x_location3_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location3_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location3_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location3_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location3_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location4_id->Visible) { // location4_id ?>
	<div id="r_location4_id" class="form-group row">
		<label for="x_location4_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location4_id" id="u_location4_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location4_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location4_id"><?php echo $wp_wpl_properties_update->location4_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location4_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location4_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location4_id" name="x_location4_id" id="x_location4_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location4_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location4_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location4_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location4_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location5_id->Visible) { // location5_id ?>
	<div id="r_location5_id" class="form-group row">
		<label for="x_location5_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location5_id" id="u_location5_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location5_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location5_id"><?php echo $wp_wpl_properties_update->location5_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location5_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location5_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location5_id" name="x_location5_id" id="x_location5_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location5_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location5_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location5_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location5_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location6_id->Visible) { // location6_id ?>
	<div id="r_location6_id" class="form-group row">
		<label for="x_location6_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location6_id" id="u_location6_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location6_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location6_id"><?php echo $wp_wpl_properties_update->location6_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location6_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location6_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location6_id" name="x_location6_id" id="x_location6_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location6_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location6_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location6_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location6_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location7_id->Visible) { // location7_id ?>
	<div id="r_location7_id" class="form-group row">
		<label for="x_location7_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location7_id" id="u_location7_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location7_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location7_id"><?php echo $wp_wpl_properties_update->location7_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location7_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location7_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_location7_id" name="x_location7_id" id="x_location7_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location7_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location7_id->EditValue ?>"<?php echo $wp_wpl_properties_update->location7_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location7_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location1_name->Visible) { // location1_name ?>
	<div id="r_location1_name" class="form-group row">
		<label for="x_location1_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location1_name" id="u_location1_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location1_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location1_name"><?php echo $wp_wpl_properties_update->location1_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location1_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location1_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location1_name" name="x_location1_name" id="x_location1_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location1_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location1_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location1_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location1_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location2_name->Visible) { // location2_name ?>
	<div id="r_location2_name" class="form-group row">
		<label for="x_location2_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location2_name" id="u_location2_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location2_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location2_name"><?php echo $wp_wpl_properties_update->location2_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location2_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location2_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location2_name" name="x_location2_name" id="x_location2_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location2_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location2_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location2_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location2_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location3_name->Visible) { // location3_name ?>
	<div id="r_location3_name" class="form-group row">
		<label for="x_location3_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location3_name" id="u_location3_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location3_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location3_name"><?php echo $wp_wpl_properties_update->location3_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location3_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location3_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location3_name" name="x_location3_name" id="x_location3_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location3_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location3_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location3_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location3_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location4_name->Visible) { // location4_name ?>
	<div id="r_location4_name" class="form-group row">
		<label for="x_location4_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location4_name" id="u_location4_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location4_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location4_name"><?php echo $wp_wpl_properties_update->location4_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location4_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location4_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location4_name" name="x_location4_name" id="x_location4_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location4_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location4_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location4_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location4_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location5_name->Visible) { // location5_name ?>
	<div id="r_location5_name" class="form-group row">
		<label for="x_location5_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location5_name" id="u_location5_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location5_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location5_name"><?php echo $wp_wpl_properties_update->location5_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location5_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location5_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location5_name" name="x_location5_name" id="x_location5_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location5_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location5_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location5_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location5_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location6_name->Visible) { // location6_name ?>
	<div id="r_location6_name" class="form-group row">
		<label for="x_location6_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location6_name" id="u_location6_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location6_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location6_name"><?php echo $wp_wpl_properties_update->location6_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location6_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location6_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location6_name" name="x_location6_name" id="x_location6_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location6_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location6_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location6_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location6_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location7_name->Visible) { // location7_name ?>
	<div id="r_location7_name" class="form-group row">
		<label for="x_location7_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location7_name" id="u_location7_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location7_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location7_name"><?php echo $wp_wpl_properties_update->location7_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location7_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location7_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_location7_name" name="x_location7_name" id="x_location7_name" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location7_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location7_name->EditValue ?>"<?php echo $wp_wpl_properties_update->location7_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location7_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->show_address->Visible) { // show_address ?>
	<div id="r_show_address" class="form-group row">
		<label for="x_show_address" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_show_address" id="u_show_address" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->show_address->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_show_address"><?php echo $wp_wpl_properties_update->show_address->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->show_address->cellAttributes() ?>>
<span id="el_wp_wpl_properties_show_address">
<input type="text" data-table="wp_wpl_properties" data-field="x_show_address" name="x_show_address" id="x_show_address" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->show_address->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->show_address->EditValue ?>"<?php echo $wp_wpl_properties_update->show_address->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->show_address->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->show_marker->Visible) { // show_marker ?>
	<div id="r_show_marker" class="form-group row">
		<label for="x_show_marker" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_show_marker" id="u_show_marker" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->show_marker->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_show_marker"><?php echo $wp_wpl_properties_update->show_marker->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->show_marker->cellAttributes() ?>>
<span id="el_wp_wpl_properties_show_marker">
<input type="text" data-table="wp_wpl_properties" data-field="x_show_marker" name="x_show_marker" id="x_show_marker" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->show_marker->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->show_marker->EditValue ?>"<?php echo $wp_wpl_properties_update->show_marker->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->show_marker->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->price->Visible) { // price ?>
	<div id="r_price" class="form-group row">
		<label for="x_price" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_price" id="u_price" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->price->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_price"><?php echo $wp_wpl_properties_update->price->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->price->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price">
<input type="text" data-table="wp_wpl_properties" data-field="x_price" name="x_price" id="x_price" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->price->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->price->EditValue ?>"<?php echo $wp_wpl_properties_update->price->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->price->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->price_unit->Visible) { // price_unit ?>
	<div id="r_price_unit" class="form-group row">
		<label for="x_price_unit" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_price_unit" id="u_price_unit" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->price_unit->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_price_unit"><?php echo $wp_wpl_properties_update->price_unit->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->price_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price_unit">
<input type="text" data-table="wp_wpl_properties" data-field="x_price_unit" name="x_price_unit" id="x_price_unit" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->price_unit->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->price_unit->EditValue ?>"<?php echo $wp_wpl_properties_update->price_unit->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->price_unit->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->price_si->Visible) { // price_si ?>
	<div id="r_price_si" class="form-group row">
		<label for="x_price_si" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_price_si" id="u_price_si" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->price_si->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_price_si"><?php echo $wp_wpl_properties_update->price_si->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->price_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price_si">
<input type="text" data-table="wp_wpl_properties" data-field="x_price_si" name="x_price_si" id="x_price_si" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->price_si->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->price_si->EditValue ?>"<?php echo $wp_wpl_properties_update->price_si->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->price_si->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->price_period->Visible) { // price_period ?>
	<div id="r_price_period" class="form-group row">
		<label for="x_price_period" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_price_period" id="u_price_period" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->price_period->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_price_period"><?php echo $wp_wpl_properties_update->price_period->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->price_period->cellAttributes() ?>>
<span id="el_wp_wpl_properties_price_period">
<input type="text" data-table="wp_wpl_properties" data-field="x_price_period" name="x_price_period" id="x_price_period" size="30" maxlength="6" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->price_period->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->price_period->EditValue ?>"<?php echo $wp_wpl_properties_update->price_period->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->price_period->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->bedrooms->Visible) { // bedrooms ?>
	<div id="r_bedrooms" class="form-group row">
		<label for="x_bedrooms" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_bedrooms" id="u_bedrooms" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->bedrooms->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_bedrooms"><?php echo $wp_wpl_properties_update->bedrooms->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->bedrooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_bedrooms">
<input type="text" data-table="wp_wpl_properties" data-field="x_bedrooms" name="x_bedrooms" id="x_bedrooms" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->bedrooms->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->bedrooms->EditValue ?>"<?php echo $wp_wpl_properties_update->bedrooms->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->bedrooms->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->rooms->Visible) { // rooms ?>
	<div id="r_rooms" class="form-group row">
		<label for="x_rooms" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_rooms" id="u_rooms" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->rooms->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_rooms"><?php echo $wp_wpl_properties_update->rooms->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->rooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rooms">
<input type="text" data-table="wp_wpl_properties" data-field="x_rooms" name="x_rooms" id="x_rooms" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->rooms->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->rooms->EditValue ?>"<?php echo $wp_wpl_properties_update->rooms->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->rooms->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->bathrooms->Visible) { // bathrooms ?>
	<div id="r_bathrooms" class="form-group row">
		<label for="x_bathrooms" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_bathrooms" id="u_bathrooms" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->bathrooms->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_bathrooms"><?php echo $wp_wpl_properties_update->bathrooms->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->bathrooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_bathrooms">
<input type="text" data-table="wp_wpl_properties" data-field="x_bathrooms" name="x_bathrooms" id="x_bathrooms" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->bathrooms->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->bathrooms->EditValue ?>"<?php echo $wp_wpl_properties_update->bathrooms->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->bathrooms->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->living_area->Visible) { // living_area ?>
	<div id="r_living_area" class="form-group row">
		<label for="x_living_area" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_living_area" id="u_living_area" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->living_area->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_living_area"><?php echo $wp_wpl_properties_update->living_area->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->living_area->cellAttributes() ?>>
<span id="el_wp_wpl_properties_living_area">
<input type="text" data-table="wp_wpl_properties" data-field="x_living_area" name="x_living_area" id="x_living_area" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->living_area->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->living_area->EditValue ?>"<?php echo $wp_wpl_properties_update->living_area->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->living_area->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->living_area_unit->Visible) { // living_area_unit ?>
	<div id="r_living_area_unit" class="form-group row">
		<label for="x_living_area_unit" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_living_area_unit" id="u_living_area_unit" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->living_area_unit->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_living_area_unit"><?php echo $wp_wpl_properties_update->living_area_unit->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->living_area_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_living_area_unit">
<input type="text" data-table="wp_wpl_properties" data-field="x_living_area_unit" name="x_living_area_unit" id="x_living_area_unit" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->living_area_unit->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->living_area_unit->EditValue ?>"<?php echo $wp_wpl_properties_update->living_area_unit->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->living_area_unit->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->living_area_si->Visible) { // living_area_si ?>
	<div id="r_living_area_si" class="form-group row">
		<label for="x_living_area_si" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_living_area_si" id="u_living_area_si" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->living_area_si->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_living_area_si"><?php echo $wp_wpl_properties_update->living_area_si->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->living_area_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_living_area_si">
<input type="text" data-table="wp_wpl_properties" data-field="x_living_area_si" name="x_living_area_si" id="x_living_area_si" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->living_area_si->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->living_area_si->EditValue ?>"<?php echo $wp_wpl_properties_update->living_area_si->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->living_area_si->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->lot_area->Visible) { // lot_area ?>
	<div id="r_lot_area" class="form-group row">
		<label for="x_lot_area" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_lot_area" id="u_lot_area" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->lot_area->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_lot_area"><?php echo $wp_wpl_properties_update->lot_area->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->lot_area->cellAttributes() ?>>
<span id="el_wp_wpl_properties_lot_area">
<input type="text" data-table="wp_wpl_properties" data-field="x_lot_area" name="x_lot_area" id="x_lot_area" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->lot_area->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->lot_area->EditValue ?>"<?php echo $wp_wpl_properties_update->lot_area->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->lot_area->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->lot_area_unit->Visible) { // lot_area_unit ?>
	<div id="r_lot_area_unit" class="form-group row">
		<label for="x_lot_area_unit" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_lot_area_unit" id="u_lot_area_unit" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->lot_area_unit->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_lot_area_unit"><?php echo $wp_wpl_properties_update->lot_area_unit->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->lot_area_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_lot_area_unit">
<input type="text" data-table="wp_wpl_properties" data-field="x_lot_area_unit" name="x_lot_area_unit" id="x_lot_area_unit" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->lot_area_unit->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->lot_area_unit->EditValue ?>"<?php echo $wp_wpl_properties_update->lot_area_unit->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->lot_area_unit->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->lot_area_si->Visible) { // lot_area_si ?>
	<div id="r_lot_area_si" class="form-group row">
		<label for="x_lot_area_si" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_lot_area_si" id="u_lot_area_si" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->lot_area_si->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_lot_area_si"><?php echo $wp_wpl_properties_update->lot_area_si->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->lot_area_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_lot_area_si">
<input type="text" data-table="wp_wpl_properties" data-field="x_lot_area_si" name="x_lot_area_si" id="x_lot_area_si" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->lot_area_si->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->lot_area_si->EditValue ?>"<?php echo $wp_wpl_properties_update->lot_area_si->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->lot_area_si->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->googlemap_lt->Visible) { // googlemap_lt ?>
	<div id="r_googlemap_lt" class="form-group row">
		<label for="x_googlemap_lt" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_googlemap_lt" id="u_googlemap_lt" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->googlemap_lt->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_googlemap_lt"><?php echo $wp_wpl_properties_update->googlemap_lt->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->googlemap_lt->cellAttributes() ?>>
<span id="el_wp_wpl_properties_googlemap_lt">
<input type="text" data-table="wp_wpl_properties" data-field="x_googlemap_lt" name="x_googlemap_lt" id="x_googlemap_lt" size="30" maxlength="10" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->googlemap_lt->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->googlemap_lt->EditValue ?>"<?php echo $wp_wpl_properties_update->googlemap_lt->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->googlemap_lt->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->googlemap_ln->Visible) { // googlemap_ln ?>
	<div id="r_googlemap_ln" class="form-group row">
		<label for="x_googlemap_ln" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_googlemap_ln" id="u_googlemap_ln" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->googlemap_ln->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_googlemap_ln"><?php echo $wp_wpl_properties_update->googlemap_ln->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->googlemap_ln->cellAttributes() ?>>
<span id="el_wp_wpl_properties_googlemap_ln">
<input type="text" data-table="wp_wpl_properties" data-field="x_googlemap_ln" name="x_googlemap_ln" id="x_googlemap_ln" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->googlemap_ln->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->googlemap_ln->EditValue ?>"<?php echo $wp_wpl_properties_update->googlemap_ln->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->googlemap_ln->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->finalized->Visible) { // finalized ?>
	<div id="r_finalized" class="form-group row">
		<label for="x_finalized" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_finalized" id="u_finalized" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->finalized->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_finalized"><?php echo $wp_wpl_properties_update->finalized->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->finalized->cellAttributes() ?>>
<span id="el_wp_wpl_properties_finalized">
<input type="text" data-table="wp_wpl_properties" data-field="x_finalized" name="x_finalized" id="x_finalized" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->finalized->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->finalized->EditValue ?>"<?php echo $wp_wpl_properties_update->finalized->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->finalized->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->add_date->Visible) { // add_date ?>
	<div id="r_add_date" class="form-group row">
		<label for="x_add_date" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_add_date" id="u_add_date" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->add_date->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_add_date"><?php echo $wp_wpl_properties_update->add_date->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->add_date->cellAttributes() ?>>
<span id="el_wp_wpl_properties_add_date">
<input type="text" data-table="wp_wpl_properties" data-field="x_add_date" name="x_add_date" id="x_add_date" maxlength="19" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->add_date->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->add_date->EditValue ?>"<?php echo $wp_wpl_properties_update->add_date->editAttributes() ?>>
<?php if (!$wp_wpl_properties_update->add_date->ReadOnly && !$wp_wpl_properties_update->add_date->Disabled && !isset($wp_wpl_properties_update->add_date->EditAttrs["readonly"]) && !isset($wp_wpl_properties_update->add_date->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "datetimepicker"], function() {
	ew.createDateTimePicker("fwp_wpl_propertiesupdate", "x_add_date", {"ignoreReadonly":true,"useCurrent":false,"format":0});
});
</script>
<?php } ?>
</span>
<?php echo $wp_wpl_properties_update->add_date->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->last_finalize_date->Visible) { // last_finalize_date ?>
	<div id="r_last_finalize_date" class="form-group row">
		<label for="x_last_finalize_date" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_last_finalize_date" id="u_last_finalize_date" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->last_finalize_date->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_last_finalize_date"><?php echo $wp_wpl_properties_update->last_finalize_date->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->last_finalize_date->cellAttributes() ?>>
<span id="el_wp_wpl_properties_last_finalize_date">
<input type="text" data-table="wp_wpl_properties" data-field="x_last_finalize_date" name="x_last_finalize_date" id="x_last_finalize_date" maxlength="19" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->last_finalize_date->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->last_finalize_date->EditValue ?>"<?php echo $wp_wpl_properties_update->last_finalize_date->editAttributes() ?>>
<?php if (!$wp_wpl_properties_update->last_finalize_date->ReadOnly && !$wp_wpl_properties_update->last_finalize_date->Disabled && !isset($wp_wpl_properties_update->last_finalize_date->EditAttrs["readonly"]) && !isset($wp_wpl_properties_update->last_finalize_date->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "datetimepicker"], function() {
	ew.createDateTimePicker("fwp_wpl_propertiesupdate", "x_last_finalize_date", {"ignoreReadonly":true,"useCurrent":false,"format":0});
});
</script>
<?php } ?>
</span>
<?php echo $wp_wpl_properties_update->last_finalize_date->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->expire_days->Visible) { // expire_days ?>
	<div id="r_expire_days" class="form-group row">
		<label for="x_expire_days" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_expire_days" id="u_expire_days" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->expire_days->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_expire_days"><?php echo $wp_wpl_properties_update->expire_days->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->expire_days->cellAttributes() ?>>
<span id="el_wp_wpl_properties_expire_days">
<input type="text" data-table="wp_wpl_properties" data-field="x_expire_days" name="x_expire_days" id="x_expire_days" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->expire_days->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->expire_days->EditValue ?>"<?php echo $wp_wpl_properties_update->expire_days->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->expire_days->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->confirmed->Visible) { // confirmed ?>
	<div id="r_confirmed" class="form-group row">
		<label for="x_confirmed" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_confirmed" id="u_confirmed" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->confirmed->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_confirmed"><?php echo $wp_wpl_properties_update->confirmed->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->confirmed->cellAttributes() ?>>
<span id="el_wp_wpl_properties_confirmed">
<input type="text" data-table="wp_wpl_properties" data-field="x_confirmed" name="x_confirmed" id="x_confirmed" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->confirmed->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->confirmed->EditValue ?>"<?php echo $wp_wpl_properties_update->confirmed->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->confirmed->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->expired->Visible) { // expired ?>
	<div id="r_expired" class="form-group row">
		<label for="x_expired" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_expired" id="u_expired" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->expired->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_expired"><?php echo $wp_wpl_properties_update->expired->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->expired->cellAttributes() ?>>
<span id="el_wp_wpl_properties_expired">
<input type="text" data-table="wp_wpl_properties" data-field="x_expired" name="x_expired" id="x_expired" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->expired->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->expired->EditValue ?>"<?php echo $wp_wpl_properties_update->expired->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->expired->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->build_year->Visible) { // build_year ?>
	<div id="r_build_year" class="form-group row">
		<label for="x_build_year" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_build_year" id="u_build_year" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->build_year->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_build_year"><?php echo $wp_wpl_properties_update->build_year->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->build_year->cellAttributes() ?>>
<span id="el_wp_wpl_properties_build_year">
<input type="text" data-table="wp_wpl_properties" data-field="x_build_year" name="x_build_year" id="x_build_year" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->build_year->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->build_year->EditValue ?>"<?php echo $wp_wpl_properties_update->build_year->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->build_year->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->zip_id->Visible) { // zip_id ?>
	<div id="r_zip_id" class="form-group row">
		<label for="x_zip_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_zip_id" id="u_zip_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->zip_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_zip_id"><?php echo $wp_wpl_properties_update->zip_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->zip_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_zip_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_zip_id" name="x_zip_id" id="x_zip_id" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->zip_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->zip_id->EditValue ?>"<?php echo $wp_wpl_properties_update->zip_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->zip_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->zip_name->Visible) { // zip_name ?>
	<div id="r_zip_name" class="form-group row">
		<label for="x_zip_name" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_zip_name" id="u_zip_name" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->zip_name->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_zip_name"><?php echo $wp_wpl_properties_update->zip_name->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->zip_name->cellAttributes() ?>>
<span id="el_wp_wpl_properties_zip_name">
<input type="text" data-table="wp_wpl_properties" data-field="x_zip_name" name="x_zip_name" id="x_zip_name" size="30" maxlength="20" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->zip_name->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->zip_name->EditValue ?>"<?php echo $wp_wpl_properties_update->zip_name->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->zip_name->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->last_modified_time_stamp->Visible) { // last_modified_time_stamp ?>
	<div id="r_last_modified_time_stamp" class="form-group row">
		<label for="x_last_modified_time_stamp" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_last_modified_time_stamp" id="u_last_modified_time_stamp" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->last_modified_time_stamp->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_last_modified_time_stamp"><?php echo $wp_wpl_properties_update->last_modified_time_stamp->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->last_modified_time_stamp->cellAttributes() ?>>
<span id="el_wp_wpl_properties_last_modified_time_stamp">
<input type="text" data-table="wp_wpl_properties" data-field="x_last_modified_time_stamp" name="x_last_modified_time_stamp" id="x_last_modified_time_stamp" maxlength="19" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->last_modified_time_stamp->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->last_modified_time_stamp->EditValue ?>"<?php echo $wp_wpl_properties_update->last_modified_time_stamp->editAttributes() ?>>
<?php if (!$wp_wpl_properties_update->last_modified_time_stamp->ReadOnly && !$wp_wpl_properties_update->last_modified_time_stamp->Disabled && !isset($wp_wpl_properties_update->last_modified_time_stamp->EditAttrs["readonly"]) && !isset($wp_wpl_properties_update->last_modified_time_stamp->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "datetimepicker"], function() {
	ew.createDateTimePicker("fwp_wpl_propertiesupdate", "x_last_modified_time_stamp", {"ignoreReadonly":true,"useCurrent":false,"format":0});
});
</script>
<?php } ?>
</span>
<?php echo $wp_wpl_properties_update->last_modified_time_stamp->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->post_code->Visible) { // post_code ?>
	<div id="r_post_code" class="form-group row">
		<label for="x_post_code" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_post_code" id="u_post_code" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->post_code->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_post_code"><?php echo $wp_wpl_properties_update->post_code->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->post_code->cellAttributes() ?>>
<span id="el_wp_wpl_properties_post_code">
<input type="text" data-table="wp_wpl_properties" data-field="x_post_code" name="x_post_code" id="x_post_code" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->post_code->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->post_code->EditValue ?>"<?php echo $wp_wpl_properties_update->post_code->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->post_code->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->meta_description->Visible) { // meta_description ?>
	<div id="r_meta_description" class="form-group row">
		<label for="x_meta_description" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_meta_description" id="u_meta_description" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->meta_description->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_meta_description"><?php echo $wp_wpl_properties_update->meta_description->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->meta_description->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_description">
<textarea data-table="wp_wpl_properties" data-field="x_meta_description" name="x_meta_description" id="x_meta_description" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->meta_description->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->meta_description->editAttributes() ?>><?php echo $wp_wpl_properties_update->meta_description->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->meta_description->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->meta_description_manual->Visible) { // meta_description_manual ?>
	<div id="r_meta_description_manual" class="form-group row">
		<label for="x_meta_description_manual" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_meta_description_manual" id="u_meta_description_manual" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->meta_description_manual->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_meta_description_manual"><?php echo $wp_wpl_properties_update->meta_description_manual->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->meta_description_manual->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_description_manual">
<input type="text" data-table="wp_wpl_properties" data-field="x_meta_description_manual" name="x_meta_description_manual" id="x_meta_description_manual" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->meta_description_manual->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->meta_description_manual->EditValue ?>"<?php echo $wp_wpl_properties_update->meta_description_manual->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->meta_description_manual->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->meta_keywords->Visible) { // meta_keywords ?>
	<div id="r_meta_keywords" class="form-group row">
		<label for="x_meta_keywords" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_meta_keywords" id="u_meta_keywords" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->meta_keywords->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_meta_keywords"><?php echo $wp_wpl_properties_update->meta_keywords->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->meta_keywords->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_keywords">
<textarea data-table="wp_wpl_properties" data-field="x_meta_keywords" name="x_meta_keywords" id="x_meta_keywords" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->meta_keywords->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->meta_keywords->editAttributes() ?>><?php echo $wp_wpl_properties_update->meta_keywords->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->meta_keywords->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->meta_keywords_manual->Visible) { // meta_keywords_manual ?>
	<div id="r_meta_keywords_manual" class="form-group row">
		<label for="x_meta_keywords_manual" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_meta_keywords_manual" id="u_meta_keywords_manual" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->meta_keywords_manual->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_meta_keywords_manual"><?php echo $wp_wpl_properties_update->meta_keywords_manual->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->meta_keywords_manual->cellAttributes() ?>>
<span id="el_wp_wpl_properties_meta_keywords_manual">
<input type="text" data-table="wp_wpl_properties" data-field="x_meta_keywords_manual" name="x_meta_keywords_manual" id="x_meta_keywords_manual" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->meta_keywords_manual->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->meta_keywords_manual->EditValue ?>"<?php echo $wp_wpl_properties_update->meta_keywords_manual->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->meta_keywords_manual->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->street_no->Visible) { // street_no ?>
	<div id="r_street_no" class="form-group row">
		<label for="x_street_no" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_street_no" id="u_street_no" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->street_no->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_street_no"><?php echo $wp_wpl_properties_update->street_no->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->street_no->cellAttributes() ?>>
<span id="el_wp_wpl_properties_street_no">
<input type="text" data-table="wp_wpl_properties" data-field="x_street_no" name="x_street_no" id="x_street_no" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->street_no->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->street_no->EditValue ?>"<?php echo $wp_wpl_properties_update->street_no->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->street_no->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->sp_featured->Visible) { // sp_featured ?>
	<div id="r_sp_featured" class="form-group row">
		<label for="x_sp_featured" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_sp_featured" id="u_sp_featured" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->sp_featured->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_sp_featured"><?php echo $wp_wpl_properties_update->sp_featured->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->sp_featured->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_featured">
<input type="text" data-table="wp_wpl_properties" data-field="x_sp_featured" name="x_sp_featured" id="x_sp_featured" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->sp_featured->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->sp_featured->EditValue ?>"<?php echo $wp_wpl_properties_update->sp_featured->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->sp_featured->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->sp_hot->Visible) { // sp_hot ?>
	<div id="r_sp_hot" class="form-group row">
		<label for="x_sp_hot" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_sp_hot" id="u_sp_hot" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->sp_hot->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_sp_hot"><?php echo $wp_wpl_properties_update->sp_hot->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->sp_hot->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_hot">
<input type="text" data-table="wp_wpl_properties" data-field="x_sp_hot" name="x_sp_hot" id="x_sp_hot" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->sp_hot->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->sp_hot->EditValue ?>"<?php echo $wp_wpl_properties_update->sp_hot->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->sp_hot->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->sp_openhouse->Visible) { // sp_openhouse ?>
	<div id="r_sp_openhouse" class="form-group row">
		<label for="x_sp_openhouse" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_sp_openhouse" id="u_sp_openhouse" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->sp_openhouse->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_sp_openhouse"><?php echo $wp_wpl_properties_update->sp_openhouse->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->sp_openhouse->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_openhouse">
<input type="text" data-table="wp_wpl_properties" data-field="x_sp_openhouse" name="x_sp_openhouse" id="x_sp_openhouse" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->sp_openhouse->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->sp_openhouse->EditValue ?>"<?php echo $wp_wpl_properties_update->sp_openhouse->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->sp_openhouse->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->sp_forclosure->Visible) { // sp_forclosure ?>
	<div id="r_sp_forclosure" class="form-group row">
		<label for="x_sp_forclosure" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_sp_forclosure" id="u_sp_forclosure" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->sp_forclosure->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_sp_forclosure"><?php echo $wp_wpl_properties_update->sp_forclosure->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->sp_forclosure->cellAttributes() ?>>
<span id="el_wp_wpl_properties_sp_forclosure">
<input type="text" data-table="wp_wpl_properties" data-field="x_sp_forclosure" name="x_sp_forclosure" id="x_sp_forclosure" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->sp_forclosure->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->sp_forclosure->EditValue ?>"<?php echo $wp_wpl_properties_update->sp_forclosure->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->sp_forclosure->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->textsearch->Visible) { // textsearch ?>
	<div id="r_textsearch" class="form-group row">
		<label for="x_textsearch" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_textsearch" id="u_textsearch" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->textsearch->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_textsearch"><?php echo $wp_wpl_properties_update->textsearch->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->textsearch->cellAttributes() ?>>
<span id="el_wp_wpl_properties_textsearch">
<textarea data-table="wp_wpl_properties" data-field="x_textsearch" name="x_textsearch" id="x_textsearch" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->textsearch->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->textsearch->editAttributes() ?>><?php echo $wp_wpl_properties_update->textsearch->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->textsearch->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->location_text->Visible) { // location_text ?>
	<div id="r_location_text" class="form-group row">
		<label for="x_location_text" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_location_text" id="u_location_text" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->location_text->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_location_text"><?php echo $wp_wpl_properties_update->location_text->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->location_text->cellAttributes() ?>>
<span id="el_wp_wpl_properties_location_text">
<input type="text" data-table="wp_wpl_properties" data-field="x_location_text" name="x_location_text" id="x_location_text" size="30" maxlength="255" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->location_text->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->location_text->EditValue ?>"<?php echo $wp_wpl_properties_update->location_text->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->location_text->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_42->Visible) { // field_42 ?>
	<div id="r_field_42" class="form-group row">
		<label for="x_field_42" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_42" id="u_field_42" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_42->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_42"><?php echo $wp_wpl_properties_update->field_42->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_42->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_42">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_42" name="x_field_42" id="x_field_42" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_42->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_42->EditValue ?>"<?php echo $wp_wpl_properties_update->field_42->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_42->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_312->Visible) { // field_312 ?>
	<div id="r_field_312" class="form-group row">
		<label for="x_field_312" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_312" id="u_field_312" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_312->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_312"><?php echo $wp_wpl_properties_update->field_312->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_312->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_312">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_312" name="x_field_312" id="x_field_312" size="30" maxlength="70" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_312->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_312->EditValue ?>"<?php echo $wp_wpl_properties_update->field_312->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_312->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_313->Visible) { // field_313 ?>
	<div id="r_field_313" class="form-group row">
		<label for="x_field_313" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_313" id="u_field_313" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_313->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_313"><?php echo $wp_wpl_properties_update->field_313->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_313->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_313">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_313" name="x_field_313" id="x_field_313" size="30" maxlength="70" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_313->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_313->EditValue ?>"<?php echo $wp_wpl_properties_update->field_313->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_313->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_7->Visible) { // field_7 ?>
	<div id="r_field_7" class="form-group row">
		<label for="x_field_7" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_7" id="u_field_7" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_7->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_7"><?php echo $wp_wpl_properties_update->field_7->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_7->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_7">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_7" name="x_field_7" id="x_field_7" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_7->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_7->EditValue ?>"<?php echo $wp_wpl_properties_update->field_7->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_7->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_103->Visible) { // n_103 ?>
	<div id="r_n_103" class="form-group row">
		<label for="x_n_103" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_103" id="u_n_103" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_103->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_103"><?php echo $wp_wpl_properties_update->n_103->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_103->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_103">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_103" name="x_n_103" id="x_n_103" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_103->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_103->EditValue ?>"<?php echo $wp_wpl_properties_update->n_103->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_103->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_103_distance->Visible) { // n_103_distance ?>
	<div id="r_n_103_distance" class="form-group row">
		<label for="x_n_103_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_103_distance" id="u_n_103_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_103_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_103_distance"><?php echo $wp_wpl_properties_update->n_103_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_103_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_103_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_103_distance" name="x_n_103_distance" id="x_n_103_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_103_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_103_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_103_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_103_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_103_distance_by->Visible) { // n_103_distance_by ?>
	<div id="r_n_103_distance_by" class="form-group row">
		<label for="x_n_103_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_103_distance_by" id="u_n_103_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_103_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_103_distance_by"><?php echo $wp_wpl_properties_update->n_103_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_103_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_103_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_103_distance_by" name="x_n_103_distance_by" id="x_n_103_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_103_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_103_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_103_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_103_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_105->Visible) { // n_105 ?>
	<div id="r_n_105" class="form-group row">
		<label for="x_n_105" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_105" id="u_n_105" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_105->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_105"><?php echo $wp_wpl_properties_update->n_105->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_105->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_105">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_105" name="x_n_105" id="x_n_105" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_105->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_105->EditValue ?>"<?php echo $wp_wpl_properties_update->n_105->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_105->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_105_distance->Visible) { // n_105_distance ?>
	<div id="r_n_105_distance" class="form-group row">
		<label for="x_n_105_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_105_distance" id="u_n_105_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_105_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_105_distance"><?php echo $wp_wpl_properties_update->n_105_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_105_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_105_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_105_distance" name="x_n_105_distance" id="x_n_105_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_105_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_105_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_105_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_105_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_105_distance_by->Visible) { // n_105_distance_by ?>
	<div id="r_n_105_distance_by" class="form-group row">
		<label for="x_n_105_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_105_distance_by" id="u_n_105_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_105_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_105_distance_by"><?php echo $wp_wpl_properties_update->n_105_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_105_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_105_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_105_distance_by" name="x_n_105_distance_by" id="x_n_105_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_105_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_105_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_105_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_105_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_107->Visible) { // n_107 ?>
	<div id="r_n_107" class="form-group row">
		<label for="x_n_107" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_107" id="u_n_107" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_107->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_107"><?php echo $wp_wpl_properties_update->n_107->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_107->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_107">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_107" name="x_n_107" id="x_n_107" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_107->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_107->EditValue ?>"<?php echo $wp_wpl_properties_update->n_107->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_107->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_107_distance->Visible) { // n_107_distance ?>
	<div id="r_n_107_distance" class="form-group row">
		<label for="x_n_107_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_107_distance" id="u_n_107_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_107_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_107_distance"><?php echo $wp_wpl_properties_update->n_107_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_107_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_107_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_107_distance" name="x_n_107_distance" id="x_n_107_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_107_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_107_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_107_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_107_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_107_distance_by->Visible) { // n_107_distance_by ?>
	<div id="r_n_107_distance_by" class="form-group row">
		<label for="x_n_107_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_107_distance_by" id="u_n_107_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_107_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_107_distance_by"><?php echo $wp_wpl_properties_update->n_107_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_107_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_107_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_107_distance_by" name="x_n_107_distance_by" id="x_n_107_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_107_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_107_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_107_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_107_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_108->Visible) { // n_108 ?>
	<div id="r_n_108" class="form-group row">
		<label for="x_n_108" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_108" id="u_n_108" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_108->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_108"><?php echo $wp_wpl_properties_update->n_108->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_108->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_108">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_108" name="x_n_108" id="x_n_108" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_108->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_108->EditValue ?>"<?php echo $wp_wpl_properties_update->n_108->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_108->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_108_distance->Visible) { // n_108_distance ?>
	<div id="r_n_108_distance" class="form-group row">
		<label for="x_n_108_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_108_distance" id="u_n_108_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_108_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_108_distance"><?php echo $wp_wpl_properties_update->n_108_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_108_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_108_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_108_distance" name="x_n_108_distance" id="x_n_108_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_108_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_108_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_108_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_108_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_108_distance_by->Visible) { // n_108_distance_by ?>
	<div id="r_n_108_distance_by" class="form-group row">
		<label for="x_n_108_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_108_distance_by" id="u_n_108_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_108_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_108_distance_by"><?php echo $wp_wpl_properties_update->n_108_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_108_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_108_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_108_distance_by" name="x_n_108_distance_by" id="x_n_108_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_108_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_108_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_108_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_108_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_109->Visible) { // n_109 ?>
	<div id="r_n_109" class="form-group row">
		<label for="x_n_109" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_109" id="u_n_109" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_109->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_109"><?php echo $wp_wpl_properties_update->n_109->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_109->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_109">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_109" name="x_n_109" id="x_n_109" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_109->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_109->EditValue ?>"<?php echo $wp_wpl_properties_update->n_109->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_109->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_109_distance->Visible) { // n_109_distance ?>
	<div id="r_n_109_distance" class="form-group row">
		<label for="x_n_109_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_109_distance" id="u_n_109_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_109_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_109_distance"><?php echo $wp_wpl_properties_update->n_109_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_109_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_109_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_109_distance" name="x_n_109_distance" id="x_n_109_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_109_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_109_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_109_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_109_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_109_distance_by->Visible) { // n_109_distance_by ?>
	<div id="r_n_109_distance_by" class="form-group row">
		<label for="x_n_109_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_109_distance_by" id="u_n_109_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_109_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_109_distance_by"><?php echo $wp_wpl_properties_update->n_109_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_109_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_109_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_109_distance_by" name="x_n_109_distance_by" id="x_n_109_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_109_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_109_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_109_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_109_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_131_options->Visible) { // f_131_options ?>
	<div id="r_f_131_options" class="form-group row">
		<label for="x_f_131_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_131_options" id="u_f_131_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_131_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_131_options"><?php echo $wp_wpl_properties_update->f_131_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_131_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_131_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_131_options" name="x_f_131_options" id="x_f_131_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_131_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_131_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_131_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_131_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_131->Visible) { // f_131 ?>
	<div id="r_f_131" class="form-group row">
		<label for="x_f_131" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_131" id="u_f_131" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_131->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_131"><?php echo $wp_wpl_properties_update->f_131->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_131->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_131">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_131" name="x_f_131" id="x_f_131" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_131->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_131->EditValue ?>"<?php echo $wp_wpl_properties_update->f_131->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_131->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_137_options->Visible) { // f_137_options ?>
	<div id="r_f_137_options" class="form-group row">
		<label for="x_f_137_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_137_options" id="u_f_137_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_137_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_137_options"><?php echo $wp_wpl_properties_update->f_137_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_137_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_137_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_137_options" name="x_f_137_options" id="x_f_137_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_137_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_137_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_137_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_137_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_137->Visible) { // f_137 ?>
	<div id="r_f_137" class="form-group row">
		<label for="x_f_137" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_137" id="u_f_137" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_137->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_137"><?php echo $wp_wpl_properties_update->f_137->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_137->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_137">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_137" name="x_f_137" id="x_f_137" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_137->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_137->EditValue ?>"<?php echo $wp_wpl_properties_update->f_137->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_137->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_139_options->Visible) { // f_139_options ?>
	<div id="r_f_139_options" class="form-group row">
		<label for="x_f_139_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_139_options" id="u_f_139_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_139_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_139_options"><?php echo $wp_wpl_properties_update->f_139_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_139_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_139_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_139_options" name="x_f_139_options" id="x_f_139_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_139_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_139_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_139_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_139_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_139->Visible) { // f_139 ?>
	<div id="r_f_139" class="form-group row">
		<label for="x_f_139" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_139" id="u_f_139" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_139->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_139"><?php echo $wp_wpl_properties_update->f_139->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_139->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_139">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_139" name="x_f_139" id="x_f_139" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_139->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_139->EditValue ?>"<?php echo $wp_wpl_properties_update->f_139->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_139->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_144_options->Visible) { // f_144_options ?>
	<div id="r_f_144_options" class="form-group row">
		<label for="x_f_144_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_144_options" id="u_f_144_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_144_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_144_options"><?php echo $wp_wpl_properties_update->f_144_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_144_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_144_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_144_options" name="x_f_144_options" id="x_f_144_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_144_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_144_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_144_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_144_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_144->Visible) { // f_144 ?>
	<div id="r_f_144" class="form-group row">
		<label for="x_f_144" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_144" id="u_f_144" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_144->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_144"><?php echo $wp_wpl_properties_update->f_144->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_144->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_144">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_144" name="x_f_144" id="x_f_144" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_144->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_144->EditValue ?>"<?php echo $wp_wpl_properties_update->f_144->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_144->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_146_options->Visible) { // f_146_options ?>
	<div id="r_f_146_options" class="form-group row">
		<label for="x_f_146_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_146_options" id="u_f_146_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_146_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_146_options"><?php echo $wp_wpl_properties_update->f_146_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_146_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_146_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_146_options" name="x_f_146_options" id="x_f_146_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_146_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_146_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_146_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_146_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_146->Visible) { // f_146 ?>
	<div id="r_f_146" class="form-group row">
		<label for="x_f_146" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_146" id="u_f_146" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_146->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_146"><?php echo $wp_wpl_properties_update->f_146->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_146->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_146">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_146" name="x_f_146" id="x_f_146" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_146->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_146->EditValue ?>"<?php echo $wp_wpl_properties_update->f_146->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_146->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_149_options->Visible) { // f_149_options ?>
	<div id="r_f_149_options" class="form-group row">
		<label for="x_f_149_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_149_options" id="u_f_149_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_149_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_149_options"><?php echo $wp_wpl_properties_update->f_149_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_149_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_149_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_149_options" name="x_f_149_options" id="x_f_149_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_149_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_149_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_149_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_149_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_149->Visible) { // f_149 ?>
	<div id="r_f_149" class="form-group row">
		<label for="x_f_149" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_149" id="u_f_149" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_149->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_149"><?php echo $wp_wpl_properties_update->f_149->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_149->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_149">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_149" name="x_f_149" id="x_f_149" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_149->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_149->EditValue ?>"<?php echo $wp_wpl_properties_update->f_149->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_149->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_150_options->Visible) { // f_150_options ?>
	<div id="r_f_150_options" class="form-group row">
		<label for="x_f_150_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_150_options" id="u_f_150_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_150_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_150_options"><?php echo $wp_wpl_properties_update->f_150_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_150_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_150_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_150_options" name="x_f_150_options" id="x_f_150_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_150_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_150_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_150_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_150_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_150->Visible) { // f_150 ?>
	<div id="r_f_150" class="form-group row">
		<label for="x_f_150" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_150" id="u_f_150" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_150->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_150"><?php echo $wp_wpl_properties_update->f_150->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_150->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_150">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_150" name="x_f_150" id="x_f_150" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_150->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_150->EditValue ?>"<?php echo $wp_wpl_properties_update->f_150->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_150->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_156_options->Visible) { // f_156_options ?>
	<div id="r_f_156_options" class="form-group row">
		<label for="x_f_156_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_156_options" id="u_f_156_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_156_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_156_options"><?php echo $wp_wpl_properties_update->f_156_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_156_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_156_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_156_options" name="x_f_156_options" id="x_f_156_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_156_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_156_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_156_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_156_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_156->Visible) { // f_156 ?>
	<div id="r_f_156" class="form-group row">
		<label for="x_f_156" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_156" id="u_f_156" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_156->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_156"><?php echo $wp_wpl_properties_update->f_156->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_156->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_156">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_156" name="x_f_156" id="x_f_156" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_156->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_156->EditValue ?>"<?php echo $wp_wpl_properties_update->f_156->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_156->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_157_options->Visible) { // f_157_options ?>
	<div id="r_f_157_options" class="form-group row">
		<label for="x_f_157_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_157_options" id="u_f_157_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_157_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_157_options"><?php echo $wp_wpl_properties_update->f_157_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_157_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_157_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_157_options" name="x_f_157_options" id="x_f_157_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_157_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_157_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_157_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_157_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_157->Visible) { // f_157 ?>
	<div id="r_f_157" class="form-group row">
		<label for="x_f_157" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_157" id="u_f_157" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_157->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_157"><?php echo $wp_wpl_properties_update->f_157->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_157->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_157">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_157" name="x_f_157" id="x_f_157" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_157->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_157->EditValue ?>"<?php echo $wp_wpl_properties_update->f_157->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_157->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_159_options->Visible) { // f_159_options ?>
	<div id="r_f_159_options" class="form-group row">
		<label for="x_f_159_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_159_options" id="u_f_159_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_159_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_159_options"><?php echo $wp_wpl_properties_update->f_159_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_159_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_159_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_159_options" name="x_f_159_options" id="x_f_159_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_159_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_159_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_159_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_159_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_159->Visible) { // f_159 ?>
	<div id="r_f_159" class="form-group row">
		<label for="x_f_159" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_159" id="u_f_159" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_159->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_159"><?php echo $wp_wpl_properties_update->f_159->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_159->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_159">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_159" name="x_f_159" id="x_f_159" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_159->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_159->EditValue ?>"<?php echo $wp_wpl_properties_update->f_159->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_159->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_161_options->Visible) { // f_161_options ?>
	<div id="r_f_161_options" class="form-group row">
		<label for="x_f_161_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_161_options" id="u_f_161_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_161_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_161_options"><?php echo $wp_wpl_properties_update->f_161_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_161_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_161_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_161_options" name="x_f_161_options" id="x_f_161_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_161_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_161_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_161_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_161_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_161->Visible) { // f_161 ?>
	<div id="r_f_161" class="form-group row">
		<label for="x_f_161" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_161" id="u_f_161" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_161->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_161"><?php echo $wp_wpl_properties_update->f_161->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_161->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_161">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_161" name="x_f_161" id="x_f_161" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_161->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_161->EditValue ?>"<?php echo $wp_wpl_properties_update->f_161->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_161->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_163_options->Visible) { // f_163_options ?>
	<div id="r_f_163_options" class="form-group row">
		<label for="x_f_163_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_163_options" id="u_f_163_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_163_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_163_options"><?php echo $wp_wpl_properties_update->f_163_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_163_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_163_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_163_options" name="x_f_163_options" id="x_f_163_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_163_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_163_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_163_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_163_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_163->Visible) { // f_163 ?>
	<div id="r_f_163" class="form-group row">
		<label for="x_f_163" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_163" id="u_f_163" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_163->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_163"><?php echo $wp_wpl_properties_update->f_163->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_163->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_163">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_163" name="x_f_163" id="x_f_163" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_163->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_163->EditValue ?>"<?php echo $wp_wpl_properties_update->f_163->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_163->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_165_options->Visible) { // f_165_options ?>
	<div id="r_f_165_options" class="form-group row">
		<label for="x_f_165_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_165_options" id="u_f_165_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_165_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_165_options"><?php echo $wp_wpl_properties_update->f_165_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_165_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_165_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_165_options" name="x_f_165_options" id="x_f_165_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_165_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_165_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_165_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_165_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_165->Visible) { // f_165 ?>
	<div id="r_f_165" class="form-group row">
		<label for="x_f_165" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_165" id="u_f_165" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_165->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_165"><?php echo $wp_wpl_properties_update->f_165->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_165->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_165">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_165" name="x_f_165" id="x_f_165" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_165->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_165->EditValue ?>"<?php echo $wp_wpl_properties_update->f_165->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_165->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_166_options->Visible) { // f_166_options ?>
	<div id="r_f_166_options" class="form-group row">
		<label for="x_f_166_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_166_options" id="u_f_166_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_166_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_166_options"><?php echo $wp_wpl_properties_update->f_166_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_166_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_166_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_166_options" name="x_f_166_options" id="x_f_166_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_166_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_166_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_166_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_166_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_166->Visible) { // f_166 ?>
	<div id="r_f_166" class="form-group row">
		<label for="x_f_166" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_166" id="u_f_166" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_166->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_166"><?php echo $wp_wpl_properties_update->f_166->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_166->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_166">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_166" name="x_f_166" id="x_f_166" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_166->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_166->EditValue ?>"<?php echo $wp_wpl_properties_update->f_166->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_166->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->ref_id->Visible) { // ref_id ?>
	<div id="r_ref_id" class="form-group row">
		<label for="x_ref_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_ref_id" id="u_ref_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->ref_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_ref_id"><?php echo $wp_wpl_properties_update->ref_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->ref_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_ref_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_ref_id" name="x_ref_id" id="x_ref_id" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->ref_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->ref_id->EditValue ?>"<?php echo $wp_wpl_properties_update->ref_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->ref_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_54->Visible) { // field_54 ?>
	<div id="r_field_54" class="form-group row">
		<label for="x_field_54" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_54" id="u_field_54" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_54->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_54"><?php echo $wp_wpl_properties_update->field_54->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_54->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_54">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_54" name="x_field_54" id="x_field_54" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_54->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_54->EditValue ?>"<?php echo $wp_wpl_properties_update->field_54->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_54->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->half_bathrooms->Visible) { // half_bathrooms ?>
	<div id="r_half_bathrooms" class="form-group row">
		<label for="x_half_bathrooms" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_half_bathrooms" id="u_half_bathrooms" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->half_bathrooms->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_half_bathrooms"><?php echo $wp_wpl_properties_update->half_bathrooms->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->half_bathrooms->cellAttributes() ?>>
<span id="el_wp_wpl_properties_half_bathrooms">
<input type="text" data-table="wp_wpl_properties" data-field="x_half_bathrooms" name="x_half_bathrooms" id="x_half_bathrooms" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->half_bathrooms->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->half_bathrooms->EditValue ?>"<?php echo $wp_wpl_properties_update->half_bathrooms->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->half_bathrooms->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_55->Visible) { // field_55 ?>
	<div id="r_field_55" class="form-group row">
		<label for="x_field_55" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_55" id="u_field_55" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_55->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_55"><?php echo $wp_wpl_properties_update->field_55->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_55->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_55">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_55" name="x_field_55" id="x_field_55" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_55->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_55->EditValue ?>"<?php echo $wp_wpl_properties_update->field_55->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_55->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->rendered->Visible) { // rendered ?>
	<div id="r_rendered" class="form-group row">
		<label for="x_rendered" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_rendered" id="u_rendered" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->rendered->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_rendered"><?php echo $wp_wpl_properties_update->rendered->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->rendered->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rendered">
<textarea data-table="wp_wpl_properties" data-field="x_rendered" name="x_rendered" id="x_rendered" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->rendered->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->rendered->editAttributes() ?>><?php echo $wp_wpl_properties_update->rendered->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->rendered->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->alias->Visible) { // alias ?>
	<div id="r_alias" class="form-group row">
		<label for="x_alias" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_alias" id="u_alias" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->alias->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_alias"><?php echo $wp_wpl_properties_update->alias->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->alias->cellAttributes() ?>>
<span id="el_wp_wpl_properties_alias">
<textarea data-table="wp_wpl_properties" data-field="x_alias" name="x_alias" id="x_alias" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->alias->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->alias->editAttributes() ?>><?php echo $wp_wpl_properties_update->alias->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->alias->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->source->Visible) { // source ?>
	<div id="r_source" class="form-group row">
		<label for="x_source" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_source" id="u_source" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->source->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_source"><?php echo $wp_wpl_properties_update->source->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->source->cellAttributes() ?>>
<span id="el_wp_wpl_properties_source">
<input type="text" data-table="wp_wpl_properties" data-field="x_source" name="x_source" id="x_source" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->source->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->source->EditValue ?>"<?php echo $wp_wpl_properties_update->source->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->source->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->last_sync_date->Visible) { // last_sync_date ?>
	<div id="r_last_sync_date" class="form-group row">
		<label for="x_last_sync_date" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_last_sync_date" id="u_last_sync_date" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->last_sync_date->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_last_sync_date"><?php echo $wp_wpl_properties_update->last_sync_date->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->last_sync_date->cellAttributes() ?>>
<span id="el_wp_wpl_properties_last_sync_date">
<input type="text" data-table="wp_wpl_properties" data-field="x_last_sync_date" name="x_last_sync_date" id="x_last_sync_date" maxlength="19" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->last_sync_date->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->last_sync_date->EditValue ?>"<?php echo $wp_wpl_properties_update->last_sync_date->editAttributes() ?>>
<?php if (!$wp_wpl_properties_update->last_sync_date->ReadOnly && !$wp_wpl_properties_update->last_sync_date->Disabled && !isset($wp_wpl_properties_update->last_sync_date->EditAttrs["readonly"]) && !isset($wp_wpl_properties_update->last_sync_date->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "datetimepicker"], function() {
	ew.createDateTimePicker("fwp_wpl_propertiesupdate", "x_last_sync_date", {"ignoreReadonly":true,"useCurrent":false,"format":0});
});
</script>
<?php } ?>
</span>
<?php echo $wp_wpl_properties_update->last_sync_date->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->street_suffix->Visible) { // street_suffix ?>
	<div id="r_street_suffix" class="form-group row">
		<label for="x_street_suffix" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_street_suffix" id="u_street_suffix" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->street_suffix->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_street_suffix"><?php echo $wp_wpl_properties_update->street_suffix->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->street_suffix->cellAttributes() ?>>
<span id="el_wp_wpl_properties_street_suffix">
<input type="text" data-table="wp_wpl_properties" data-field="x_street_suffix" name="x_street_suffix" id="x_street_suffix" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->street_suffix->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->street_suffix->EditValue ?>"<?php echo $wp_wpl_properties_update->street_suffix->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->street_suffix->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->energy_tag->Visible) { // energy_tag ?>
	<div id="r_energy_tag" class="form-group row">
		<label for="x_energy_tag" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_energy_tag" id="u_energy_tag" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->energy_tag->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_energy_tag"><?php echo $wp_wpl_properties_update->energy_tag->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->energy_tag->cellAttributes() ?>>
<span id="el_wp_wpl_properties_energy_tag">
<input type="text" data-table="wp_wpl_properties" data-field="x_energy_tag" name="x_energy_tag" id="x_energy_tag" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->energy_tag->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->energy_tag->EditValue ?>"<?php echo $wp_wpl_properties_update->energy_tag->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->energy_tag->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3006->Visible) { // field_3006 ?>
	<div id="r_field_3006" class="form-group row">
		<label for="x_field_3006" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3006" id="u_field_3006" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3006->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3006"><?php echo $wp_wpl_properties_update->field_3006->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3006->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3006">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3006" name="x_field_3006" id="x_field_3006" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3006->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3006->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3006->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3006->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3007->Visible) { // field_3007 ?>
	<div id="r_field_3007" class="form-group row">
		<label for="x_field_3007" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3007" id="u_field_3007" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3007->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3007"><?php echo $wp_wpl_properties_update->field_3007->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3007->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3007">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3007" name="x_field_3007" id="x_field_3007" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3007->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3007->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3007->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3007->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3008->Visible) { // field_3008 ?>
	<div id="r_field_3008" class="form-group row">
		<label for="x_field_3008" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3008" id="u_field_3008" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3008->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3008"><?php echo $wp_wpl_properties_update->field_3008->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3008->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3008">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3008" name="x_field_3008" id="x_field_3008" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3008->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3008->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3008->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3008->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->importer_structure_id->Visible) { // importer_structure_id ?>
	<div id="r_importer_structure_id" class="form-group row">
		<label for="x_importer_structure_id" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_importer_structure_id" id="u_importer_structure_id" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->importer_structure_id->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_importer_structure_id"><?php echo $wp_wpl_properties_update->importer_structure_id->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->importer_structure_id->cellAttributes() ?>>
<span id="el_wp_wpl_properties_importer_structure_id">
<input type="text" data-table="wp_wpl_properties" data-field="x_importer_structure_id" name="x_importer_structure_id" id="x_importer_structure_id" size="30" maxlength="10" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->importer_structure_id->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->importer_structure_id->EditValue ?>"<?php echo $wp_wpl_properties_update->importer_structure_id->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->importer_structure_id->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->importer_params->Visible) { // importer_params ?>
	<div id="r_importer_params" class="form-group row">
		<label for="x_importer_params" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_importer_params" id="u_importer_params" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->importer_params->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_importer_params"><?php echo $wp_wpl_properties_update->importer_params->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->importer_params->cellAttributes() ?>>
<span id="el_wp_wpl_properties_importer_params">
<textarea data-table="wp_wpl_properties" data-field="x_importer_params" name="x_importer_params" id="x_importer_params" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->importer_params->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->importer_params->editAttributes() ?>><?php echo $wp_wpl_properties_update->importer_params->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->importer_params->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3009->Visible) { // field_3009 ?>
	<div id="r_field_3009" class="form-group row">
		<label for="x_field_3009" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3009" id="u_field_3009" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3009->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3009"><?php echo $wp_wpl_properties_update->field_3009->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3009->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3009">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3009" name="x_field_3009" id="x_field_3009" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3009->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3009->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3009->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3009->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3010->Visible) { // field_3010 ?>
	<div id="r_field_3010" class="form-group row">
		<label for="x_field_3010" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3010" id="u_field_3010" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3010->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3010"><?php echo $wp_wpl_properties_update->field_3010->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3010->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3010">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3010" name="x_field_3010" id="x_field_3010" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3010->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3010->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3010->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3010->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3012->Visible) { // field_3012 ?>
	<div id="r_field_3012" class="form-group row">
		<label for="x_field_3012" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3012" id="u_field_3012" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3012->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3012"><?php echo $wp_wpl_properties_update->field_3012->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3012->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3012">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3012" name="x_field_3012" id="x_field_3012" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3012->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3012->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3012->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3012->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->rendered_en_us->Visible) { // rendered_en_us ?>
	<div id="r_rendered_en_us" class="form-group row">
		<label for="x_rendered_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_rendered_en_us" id="u_rendered_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->rendered_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_rendered_en_us"><?php echo $wp_wpl_properties_update->rendered_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->rendered_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rendered_en_us">
<textarea data-table="wp_wpl_properties" data-field="x_rendered_en_us" name="x_rendered_en_us" id="x_rendered_en_us" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->rendered_en_us->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->rendered_en_us->editAttributes() ?>><?php echo $wp_wpl_properties_update->rendered_en_us->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->rendered_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->textsearch_en_us->Visible) { // textsearch_en_us ?>
	<div id="r_textsearch_en_us" class="form-group row">
		<label for="x_textsearch_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_textsearch_en_us" id="u_textsearch_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->textsearch_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_textsearch_en_us"><?php echo $wp_wpl_properties_update->textsearch_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->textsearch_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_textsearch_en_us">
<textarea data-table="wp_wpl_properties" data-field="x_textsearch_en_us" name="x_textsearch_en_us" id="x_textsearch_en_us" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->textsearch_en_us->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->textsearch_en_us->editAttributes() ?>><?php echo $wp_wpl_properties_update->textsearch_en_us->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->textsearch_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->rendered_fr_fr->Visible) { // rendered_fr_fr ?>
	<div id="r_rendered_fr_fr" class="form-group row">
		<label for="x_rendered_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_rendered_fr_fr" id="u_rendered_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->rendered_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_rendered_fr_fr"><?php echo $wp_wpl_properties_update->rendered_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->rendered_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_rendered_fr_fr">
<textarea data-table="wp_wpl_properties" data-field="x_rendered_fr_fr" name="x_rendered_fr_fr" id="x_rendered_fr_fr" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->rendered_fr_fr->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->rendered_fr_fr->editAttributes() ?>><?php echo $wp_wpl_properties_update->rendered_fr_fr->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->rendered_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->textsearch_fr_fr->Visible) { // textsearch_fr_fr ?>
	<div id="r_textsearch_fr_fr" class="form-group row">
		<label for="x_textsearch_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_textsearch_fr_fr" id="u_textsearch_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->textsearch_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_textsearch_fr_fr"><?php echo $wp_wpl_properties_update->textsearch_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->textsearch_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_textsearch_fr_fr">
<textarea data-table="wp_wpl_properties" data-field="x_textsearch_fr_fr" name="x_textsearch_fr_fr" id="x_textsearch_fr_fr" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->textsearch_fr_fr->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->textsearch_fr_fr->editAttributes() ?>><?php echo $wp_wpl_properties_update->textsearch_fr_fr->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->textsearch_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3013->Visible) { // field_3013 ?>
	<div id="r_field_3013" class="form-group row">
		<label for="x_field_3013" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3013" id="u_field_3013" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3013->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3013"><?php echo $wp_wpl_properties_update->field_3013->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3013->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3013">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3013" name="x_field_3013" id="x_field_3013" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3013->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3013->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3013->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3013->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3014->Visible) { // field_3014 ?>
	<div id="r_field_3014" class="form-group row">
		<label for="x_field_3014" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3014" id="u_field_3014" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3014->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3014"><?php echo $wp_wpl_properties_update->field_3014->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3014->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3014">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3014" name="x_field_3014" id="x_field_3014" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3014->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3014->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3014->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3014->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3014_options->Visible) { // f_3014_options ?>
	<div id="r_f_3014_options" class="form-group row">
		<label for="x_f_3014_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3014_options" id="u_f_3014_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3014_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3014_options"><?php echo $wp_wpl_properties_update->f_3014_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3014_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3014_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3014_options" name="x_f_3014_options" id="x_f_3014_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3014_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3014_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3014_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3014_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3014->Visible) { // f_3014 ?>
	<div id="r_f_3014" class="form-group row">
		<label for="x_f_3014" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3014" id="u_f_3014" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3014->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3014"><?php echo $wp_wpl_properties_update->f_3014->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3014->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3014">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3014" name="x_f_3014" id="x_f_3014" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3014->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3014->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3014->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3014->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3015->Visible) { // field_3015 ?>
	<div id="r_field_3015" class="form-group row">
		<label for="x_field_3015" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3015" id="u_field_3015" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3015->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3015"><?php echo $wp_wpl_properties_update->field_3015->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3015->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3015">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3015" name="x_field_3015" id="x_field_3015" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3015->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3015->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3015->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3015->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3016->Visible) { // field_3016 ?>
	<div id="r_field_3016" class="form-group row">
		<label for="x_field_3016" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3016" id="u_field_3016" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3016->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3016"><?php echo $wp_wpl_properties_update->field_3016->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3016->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3016">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3016" name="x_field_3016" id="x_field_3016" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3016->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3016->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3016->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3016->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3017->Visible) { // field_3017 ?>
	<div id="r_field_3017" class="form-group row">
		<label for="x_field_3017" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3017" id="u_field_3017" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3017->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3017"><?php echo $wp_wpl_properties_update->field_3017->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3017->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3017">
<textarea data-table="wp_wpl_properties" data-field="x_field_3017" name="x_field_3017" id="x_field_3017" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3017->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->field_3017->editAttributes() ?>><?php echo $wp_wpl_properties_update->field_3017->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->field_3017->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3018_options->Visible) { // f_3018_options ?>
	<div id="r_f_3018_options" class="form-group row">
		<label for="x_f_3018_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3018_options" id="u_f_3018_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3018_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3018_options"><?php echo $wp_wpl_properties_update->f_3018_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3018_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3018_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3018_options" name="x_f_3018_options" id="x_f_3018_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3018_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3018_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3018_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3018_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3018->Visible) { // f_3018 ?>
	<div id="r_f_3018" class="form-group row">
		<label for="x_f_3018" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3018" id="u_f_3018" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3018->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3018"><?php echo $wp_wpl_properties_update->f_3018->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3018->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3018">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3018" name="x_f_3018" id="x_f_3018" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3018->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3018->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3018->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3018->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3019_options->Visible) { // f_3019_options ?>
	<div id="r_f_3019_options" class="form-group row">
		<label for="x_f_3019_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3019_options" id="u_f_3019_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3019_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3019_options"><?php echo $wp_wpl_properties_update->f_3019_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3019_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3019_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3019_options" name="x_f_3019_options" id="x_f_3019_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3019_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3019_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3019_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3019_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3019->Visible) { // f_3019 ?>
	<div id="r_f_3019" class="form-group row">
		<label for="x_f_3019" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3019" id="u_f_3019" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3019->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3019"><?php echo $wp_wpl_properties_update->f_3019->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3019->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3019">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3019" name="x_f_3019" id="x_f_3019" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3019->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3019->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3019->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3019->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3020_options->Visible) { // f_3020_options ?>
	<div id="r_f_3020_options" class="form-group row">
		<label for="x_f_3020_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3020_options" id="u_f_3020_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3020_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3020_options"><?php echo $wp_wpl_properties_update->f_3020_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3020_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3020_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3020_options" name="x_f_3020_options" id="x_f_3020_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3020_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3020_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3020_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3020_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3020->Visible) { // f_3020 ?>
	<div id="r_f_3020" class="form-group row">
		<label for="x_f_3020" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3020" id="u_f_3020" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3020->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3020"><?php echo $wp_wpl_properties_update->f_3020->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3020->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3020">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3020" name="x_f_3020" id="x_f_3020" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3020->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3020->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3020->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3020->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3021_options->Visible) { // f_3021_options ?>
	<div id="r_f_3021_options" class="form-group row">
		<label for="x_f_3021_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3021_options" id="u_f_3021_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3021_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3021_options"><?php echo $wp_wpl_properties_update->f_3021_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3021_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3021_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3021_options" name="x_f_3021_options" id="x_f_3021_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3021_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3021_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3021_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3021_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3021->Visible) { // f_3021 ?>
	<div id="r_f_3021" class="form-group row">
		<label for="x_f_3021" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3021" id="u_f_3021" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3021->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3021"><?php echo $wp_wpl_properties_update->f_3021->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3021->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3021">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3021" name="x_f_3021" id="x_f_3021" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3021->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3021->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3021->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3021->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3022_options->Visible) { // f_3022_options ?>
	<div id="r_f_3022_options" class="form-group row">
		<label for="x_f_3022_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3022_options" id="u_f_3022_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3022_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3022_options"><?php echo $wp_wpl_properties_update->f_3022_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3022_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3022_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3022_options" name="x_f_3022_options" id="x_f_3022_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3022_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3022_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3022_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3022_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3022->Visible) { // f_3022 ?>
	<div id="r_f_3022" class="form-group row">
		<label for="x_f_3022" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3022" id="u_f_3022" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3022->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3022"><?php echo $wp_wpl_properties_update->f_3022->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3022->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3022">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3022" name="x_f_3022" id="x_f_3022" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3022->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3022->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3022->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3022->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3023_options->Visible) { // f_3023_options ?>
	<div id="r_f_3023_options" class="form-group row">
		<label for="x_f_3023_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3023_options" id="u_f_3023_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3023_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3023_options"><?php echo $wp_wpl_properties_update->f_3023_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3023_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3023_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3023_options" name="x_f_3023_options" id="x_f_3023_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3023_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3023_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3023_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3023_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3023->Visible) { // f_3023 ?>
	<div id="r_f_3023" class="form-group row">
		<label for="x_f_3023" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3023" id="u_f_3023" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3023->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3023"><?php echo $wp_wpl_properties_update->f_3023->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3023->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3023">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3023" name="x_f_3023" id="x_f_3023" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3023->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3023->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3023->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3023->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3024_options->Visible) { // f_3024_options ?>
	<div id="r_f_3024_options" class="form-group row">
		<label for="x_f_3024_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3024_options" id="u_f_3024_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3024_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3024_options"><?php echo $wp_wpl_properties_update->f_3024_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3024_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3024_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3024_options" name="x_f_3024_options" id="x_f_3024_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3024_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3024_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3024_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3024_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3024->Visible) { // f_3024 ?>
	<div id="r_f_3024" class="form-group row">
		<label for="x_f_3024" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3024" id="u_f_3024" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3024->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3024"><?php echo $wp_wpl_properties_update->f_3024->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3024->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3024">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3024" name="x_f_3024" id="x_f_3024" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3024->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3024->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3024->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3024->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3025_options->Visible) { // f_3025_options ?>
	<div id="r_f_3025_options" class="form-group row">
		<label for="x_f_3025_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3025_options" id="u_f_3025_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3025_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3025_options"><?php echo $wp_wpl_properties_update->f_3025_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3025_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3025_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3025_options" name="x_f_3025_options" id="x_f_3025_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3025_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3025_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3025_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3025_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3025->Visible) { // f_3025 ?>
	<div id="r_f_3025" class="form-group row">
		<label for="x_f_3025" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3025" id="u_f_3025" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3025->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3025"><?php echo $wp_wpl_properties_update->f_3025->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3025->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3025">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3025" name="x_f_3025" id="x_f_3025" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3025->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3025->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3025->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3025->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3026_options->Visible) { // f_3026_options ?>
	<div id="r_f_3026_options" class="form-group row">
		<label for="x_f_3026_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3026_options" id="u_f_3026_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3026_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3026_options"><?php echo $wp_wpl_properties_update->f_3026_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3026_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3026_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3026_options" name="x_f_3026_options" id="x_f_3026_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3026_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3026_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3026_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3026_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3026->Visible) { // f_3026 ?>
	<div id="r_f_3026" class="form-group row">
		<label for="x_f_3026" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3026" id="u_f_3026" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3026->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3026"><?php echo $wp_wpl_properties_update->f_3026->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3026->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3026">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3026" name="x_f_3026" id="x_f_3026" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3026->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3026->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3026->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3026->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3027_options->Visible) { // f_3027_options ?>
	<div id="r_f_3027_options" class="form-group row">
		<label for="x_f_3027_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3027_options" id="u_f_3027_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3027_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3027_options"><?php echo $wp_wpl_properties_update->f_3027_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3027_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3027_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3027_options" name="x_f_3027_options" id="x_f_3027_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3027_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3027_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3027_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3027_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3027->Visible) { // f_3027 ?>
	<div id="r_f_3027" class="form-group row">
		<label for="x_f_3027" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3027" id="u_f_3027" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3027->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3027"><?php echo $wp_wpl_properties_update->f_3027->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3027->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3027">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3027" name="x_f_3027" id="x_f_3027" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3027->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3027->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3027->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3027->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3028_options->Visible) { // f_3028_options ?>
	<div id="r_f_3028_options" class="form-group row">
		<label for="x_f_3028_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3028_options" id="u_f_3028_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3028_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3028_options"><?php echo $wp_wpl_properties_update->f_3028_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3028_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3028_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3028_options" name="x_f_3028_options" id="x_f_3028_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3028_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3028_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3028_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3028_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3028->Visible) { // f_3028 ?>
	<div id="r_f_3028" class="form-group row">
		<label for="x_f_3028" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3028" id="u_f_3028" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3028->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3028"><?php echo $wp_wpl_properties_update->f_3028->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3028->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3028">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3028" name="x_f_3028" id="x_f_3028" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3028->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3028->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3028->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3028->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3029_options->Visible) { // f_3029_options ?>
	<div id="r_f_3029_options" class="form-group row">
		<label for="x_f_3029_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3029_options" id="u_f_3029_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3029_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3029_options"><?php echo $wp_wpl_properties_update->f_3029_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3029_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3029_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3029_options" name="x_f_3029_options" id="x_f_3029_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3029_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3029_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3029_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3029_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3029->Visible) { // f_3029 ?>
	<div id="r_f_3029" class="form-group row">
		<label for="x_f_3029" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3029" id="u_f_3029" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3029->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3029"><?php echo $wp_wpl_properties_update->f_3029->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3029->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3029">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3029" name="x_f_3029" id="x_f_3029" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3029->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3029->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3029->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3029->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3031_options->Visible) { // f_3031_options ?>
	<div id="r_f_3031_options" class="form-group row">
		<label for="x_f_3031_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3031_options" id="u_f_3031_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3031_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3031_options"><?php echo $wp_wpl_properties_update->f_3031_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3031_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3031_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3031_options" name="x_f_3031_options" id="x_f_3031_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3031_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3031_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3031_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3031_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3031->Visible) { // f_3031 ?>
	<div id="r_f_3031" class="form-group row">
		<label for="x_f_3031" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3031" id="u_f_3031" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3031->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3031"><?php echo $wp_wpl_properties_update->f_3031->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3031->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3031">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3031" name="x_f_3031" id="x_f_3031" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3031->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3031->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3031->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3031->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3032_options->Visible) { // f_3032_options ?>
	<div id="r_f_3032_options" class="form-group row">
		<label for="x_f_3032_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3032_options" id="u_f_3032_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3032_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3032_options"><?php echo $wp_wpl_properties_update->f_3032_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3032_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3032_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3032_options" name="x_f_3032_options" id="x_f_3032_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3032_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3032_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3032_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3032_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3032->Visible) { // f_3032 ?>
	<div id="r_f_3032" class="form-group row">
		<label for="x_f_3032" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3032" id="u_f_3032" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3032->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3032"><?php echo $wp_wpl_properties_update->f_3032->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3032->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3032">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3032" name="x_f_3032" id="x_f_3032" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3032->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3032->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3032->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3032->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3033_options->Visible) { // f_3033_options ?>
	<div id="r_f_3033_options" class="form-group row">
		<label for="x_f_3033_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3033_options" id="u_f_3033_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3033_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3033_options"><?php echo $wp_wpl_properties_update->f_3033_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3033_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3033_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3033_options" name="x_f_3033_options" id="x_f_3033_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3033_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3033_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3033_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3033_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3033->Visible) { // f_3033 ?>
	<div id="r_f_3033" class="form-group row">
		<label for="x_f_3033" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3033" id="u_f_3033" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3033->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3033"><?php echo $wp_wpl_properties_update->f_3033->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3033->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3033">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3033" name="x_f_3033" id="x_f_3033" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3033->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3033->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3033->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3033->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3034_options->Visible) { // f_3034_options ?>
	<div id="r_f_3034_options" class="form-group row">
		<label for="x_f_3034_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3034_options" id="u_f_3034_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3034_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3034_options"><?php echo $wp_wpl_properties_update->f_3034_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3034_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3034_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3034_options" name="x_f_3034_options" id="x_f_3034_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3034_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3034_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3034_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3034_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3034->Visible) { // f_3034 ?>
	<div id="r_f_3034" class="form-group row">
		<label for="x_f_3034" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3034" id="u_f_3034" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3034->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3034"><?php echo $wp_wpl_properties_update->f_3034->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3034->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3034">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3034" name="x_f_3034" id="x_f_3034" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3034->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3034->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3034->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3034->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3035_options->Visible) { // f_3035_options ?>
	<div id="r_f_3035_options" class="form-group row">
		<label for="x_f_3035_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3035_options" id="u_f_3035_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3035_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3035_options"><?php echo $wp_wpl_properties_update->f_3035_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3035_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3035_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3035_options" name="x_f_3035_options" id="x_f_3035_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3035_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3035_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3035_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3035_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3035->Visible) { // f_3035 ?>
	<div id="r_f_3035" class="form-group row">
		<label for="x_f_3035" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3035" id="u_f_3035" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3035->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3035"><?php echo $wp_wpl_properties_update->f_3035->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3035->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3035">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3035" name="x_f_3035" id="x_f_3035" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3035->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3035->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3035->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3035->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3036_options->Visible) { // f_3036_options ?>
	<div id="r_f_3036_options" class="form-group row">
		<label for="x_f_3036_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3036_options" id="u_f_3036_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3036_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3036_options"><?php echo $wp_wpl_properties_update->f_3036_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3036_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3036_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3036_options" name="x_f_3036_options" id="x_f_3036_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3036_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3036_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3036_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3036_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3036->Visible) { // f_3036 ?>
	<div id="r_f_3036" class="form-group row">
		<label for="x_f_3036" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3036" id="u_f_3036" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3036->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3036"><?php echo $wp_wpl_properties_update->f_3036->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3036->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3036">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3036" name="x_f_3036" id="x_f_3036" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3036->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3036->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3036->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3036->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3037_options->Visible) { // f_3037_options ?>
	<div id="r_f_3037_options" class="form-group row">
		<label for="x_f_3037_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3037_options" id="u_f_3037_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3037_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3037_options"><?php echo $wp_wpl_properties_update->f_3037_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3037_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3037_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3037_options" name="x_f_3037_options" id="x_f_3037_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3037_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3037_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3037_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3037_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3037->Visible) { // f_3037 ?>
	<div id="r_f_3037" class="form-group row">
		<label for="x_f_3037" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3037" id="u_f_3037" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3037->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3037"><?php echo $wp_wpl_properties_update->f_3037->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3037->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3037">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3037" name="x_f_3037" id="x_f_3037" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3037->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3037->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3037->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3037->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3038_options->Visible) { // f_3038_options ?>
	<div id="r_f_3038_options" class="form-group row">
		<label for="x_f_3038_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3038_options" id="u_f_3038_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3038_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3038_options"><?php echo $wp_wpl_properties_update->f_3038_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3038_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3038_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3038_options" name="x_f_3038_options" id="x_f_3038_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3038_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3038_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3038_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3038_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3038->Visible) { // f_3038 ?>
	<div id="r_f_3038" class="form-group row">
		<label for="x_f_3038" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3038" id="u_f_3038" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3038->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3038"><?php echo $wp_wpl_properties_update->f_3038->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3038->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3038">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3038" name="x_f_3038" id="x_f_3038" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3038->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3038->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3038->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3038->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3039_options->Visible) { // f_3039_options ?>
	<div id="r_f_3039_options" class="form-group row">
		<label for="x_f_3039_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3039_options" id="u_f_3039_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3039_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3039_options"><?php echo $wp_wpl_properties_update->f_3039_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3039_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3039_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3039_options" name="x_f_3039_options" id="x_f_3039_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3039_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3039_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3039_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3039_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3039->Visible) { // f_3039 ?>
	<div id="r_f_3039" class="form-group row">
		<label for="x_f_3039" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3039" id="u_f_3039" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3039->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3039"><?php echo $wp_wpl_properties_update->f_3039->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3039->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3039">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3039" name="x_f_3039" id="x_f_3039" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3039->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3039->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3039->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3039->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3040_options->Visible) { // f_3040_options ?>
	<div id="r_f_3040_options" class="form-group row">
		<label for="x_f_3040_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3040_options" id="u_f_3040_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3040_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3040_options"><?php echo $wp_wpl_properties_update->f_3040_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3040_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3040_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3040_options" name="x_f_3040_options" id="x_f_3040_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3040_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3040_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3040_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3040_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3040->Visible) { // f_3040 ?>
	<div id="r_f_3040" class="form-group row">
		<label for="x_f_3040" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3040" id="u_f_3040" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3040->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3040"><?php echo $wp_wpl_properties_update->f_3040->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3040->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3040">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3040" name="x_f_3040" id="x_f_3040" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3040->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3040->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3040->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3040->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3041_options->Visible) { // f_3041_options ?>
	<div id="r_f_3041_options" class="form-group row">
		<label for="x_f_3041_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3041_options" id="u_f_3041_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3041_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3041_options"><?php echo $wp_wpl_properties_update->f_3041_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3041_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3041_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3041_options" name="x_f_3041_options" id="x_f_3041_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3041_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3041_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3041_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3041_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3041->Visible) { // f_3041 ?>
	<div id="r_f_3041" class="form-group row">
		<label for="x_f_3041" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3041" id="u_f_3041" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3041->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3041"><?php echo $wp_wpl_properties_update->f_3041->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3041->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3041">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3041" name="x_f_3041" id="x_f_3041" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3041->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3041->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3041->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3041->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3042_options->Visible) { // f_3042_options ?>
	<div id="r_f_3042_options" class="form-group row">
		<label for="x_f_3042_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3042_options" id="u_f_3042_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3042_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3042_options"><?php echo $wp_wpl_properties_update->f_3042_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3042_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3042_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3042_options" name="x_f_3042_options" id="x_f_3042_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3042_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3042_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3042_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3042_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3042->Visible) { // f_3042 ?>
	<div id="r_f_3042" class="form-group row">
		<label for="x_f_3042" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3042" id="u_f_3042" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3042->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3042"><?php echo $wp_wpl_properties_update->f_3042->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3042->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3042">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3042" name="x_f_3042" id="x_f_3042" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3042->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3042->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3042->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3042->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3043_options->Visible) { // f_3043_options ?>
	<div id="r_f_3043_options" class="form-group row">
		<label for="x_f_3043_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3043_options" id="u_f_3043_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3043_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3043_options"><?php echo $wp_wpl_properties_update->f_3043_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3043_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3043_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3043_options" name="x_f_3043_options" id="x_f_3043_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3043_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3043_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3043_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3043_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3043->Visible) { // f_3043 ?>
	<div id="r_f_3043" class="form-group row">
		<label for="x_f_3043" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3043" id="u_f_3043" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3043->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3043"><?php echo $wp_wpl_properties_update->f_3043->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3043->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3043">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3043" name="x_f_3043" id="x_f_3043" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3043->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3043->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3043->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3043->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3044_options->Visible) { // f_3044_options ?>
	<div id="r_f_3044_options" class="form-group row">
		<label for="x_f_3044_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3044_options" id="u_f_3044_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3044_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3044_options"><?php echo $wp_wpl_properties_update->f_3044_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3044_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3044_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3044_options" name="x_f_3044_options" id="x_f_3044_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3044_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3044_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3044_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3044_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3044->Visible) { // f_3044 ?>
	<div id="r_f_3044" class="form-group row">
		<label for="x_f_3044" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3044" id="u_f_3044" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3044->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3044"><?php echo $wp_wpl_properties_update->f_3044->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3044->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3044">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3044" name="x_f_3044" id="x_f_3044" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3044->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3044->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3044->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3044->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3045->Visible) { // n_3045 ?>
	<div id="r_n_3045" class="form-group row">
		<label for="x_n_3045" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3045" id="u_n_3045" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3045->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3045"><?php echo $wp_wpl_properties_update->n_3045->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3045->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3045">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3045" name="x_n_3045" id="x_n_3045" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3045->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3045->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3045->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3045->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3045_distance->Visible) { // n_3045_distance ?>
	<div id="r_n_3045_distance" class="form-group row">
		<label for="x_n_3045_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3045_distance" id="u_n_3045_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3045_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3045_distance"><?php echo $wp_wpl_properties_update->n_3045_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3045_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3045_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3045_distance" name="x_n_3045_distance" id="x_n_3045_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3045_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3045_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3045_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3045_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3045_distance_by->Visible) { // n_3045_distance_by ?>
	<div id="r_n_3045_distance_by" class="form-group row">
		<label for="x_n_3045_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3045_distance_by" id="u_n_3045_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3045_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3045_distance_by"><?php echo $wp_wpl_properties_update->n_3045_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3045_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3045_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3045_distance_by" name="x_n_3045_distance_by" id="x_n_3045_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3045_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3045_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3045_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3045_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3046->Visible) { // n_3046 ?>
	<div id="r_n_3046" class="form-group row">
		<label for="x_n_3046" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3046" id="u_n_3046" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3046->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3046"><?php echo $wp_wpl_properties_update->n_3046->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3046->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3046">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3046" name="x_n_3046" id="x_n_3046" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3046->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3046->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3046->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3046->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3046_distance->Visible) { // n_3046_distance ?>
	<div id="r_n_3046_distance" class="form-group row">
		<label for="x_n_3046_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3046_distance" id="u_n_3046_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3046_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3046_distance"><?php echo $wp_wpl_properties_update->n_3046_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3046_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3046_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3046_distance" name="x_n_3046_distance" id="x_n_3046_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3046_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3046_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3046_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3046_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3046_distance_by->Visible) { // n_3046_distance_by ?>
	<div id="r_n_3046_distance_by" class="form-group row">
		<label for="x_n_3046_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3046_distance_by" id="u_n_3046_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3046_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3046_distance_by"><?php echo $wp_wpl_properties_update->n_3046_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3046_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3046_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3046_distance_by" name="x_n_3046_distance_by" id="x_n_3046_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3046_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3046_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3046_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3046_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3047->Visible) { // n_3047 ?>
	<div id="r_n_3047" class="form-group row">
		<label for="x_n_3047" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3047" id="u_n_3047" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3047->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3047"><?php echo $wp_wpl_properties_update->n_3047->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3047->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3047">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3047" name="x_n_3047" id="x_n_3047" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3047->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3047->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3047->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3047->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3047_distance->Visible) { // n_3047_distance ?>
	<div id="r_n_3047_distance" class="form-group row">
		<label for="x_n_3047_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3047_distance" id="u_n_3047_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3047_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3047_distance"><?php echo $wp_wpl_properties_update->n_3047_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3047_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3047_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3047_distance" name="x_n_3047_distance" id="x_n_3047_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3047_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3047_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3047_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3047_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3047_distance_by->Visible) { // n_3047_distance_by ?>
	<div id="r_n_3047_distance_by" class="form-group row">
		<label for="x_n_3047_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3047_distance_by" id="u_n_3047_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3047_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3047_distance_by"><?php echo $wp_wpl_properties_update->n_3047_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3047_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3047_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3047_distance_by" name="x_n_3047_distance_by" id="x_n_3047_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3047_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3047_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3047_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3047_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3048->Visible) { // n_3048 ?>
	<div id="r_n_3048" class="form-group row">
		<label for="x_n_3048" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3048" id="u_n_3048" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3048->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3048"><?php echo $wp_wpl_properties_update->n_3048->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3048->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3048">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3048" name="x_n_3048" id="x_n_3048" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3048->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3048->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3048->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3048->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3048_distance->Visible) { // n_3048_distance ?>
	<div id="r_n_3048_distance" class="form-group row">
		<label for="x_n_3048_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3048_distance" id="u_n_3048_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3048_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3048_distance"><?php echo $wp_wpl_properties_update->n_3048_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3048_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3048_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3048_distance" name="x_n_3048_distance" id="x_n_3048_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3048_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3048_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3048_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3048_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3048_distance_by->Visible) { // n_3048_distance_by ?>
	<div id="r_n_3048_distance_by" class="form-group row">
		<label for="x_n_3048_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3048_distance_by" id="u_n_3048_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3048_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3048_distance_by"><?php echo $wp_wpl_properties_update->n_3048_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3048_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3048_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3048_distance_by" name="x_n_3048_distance_by" id="x_n_3048_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3048_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3048_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3048_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3048_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3049->Visible) { // n_3049 ?>
	<div id="r_n_3049" class="form-group row">
		<label for="x_n_3049" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3049" id="u_n_3049" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3049->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3049"><?php echo $wp_wpl_properties_update->n_3049->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3049->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3049">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3049" name="x_n_3049" id="x_n_3049" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3049->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3049->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3049->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3049->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3049_distance->Visible) { // n_3049_distance ?>
	<div id="r_n_3049_distance" class="form-group row">
		<label for="x_n_3049_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3049_distance" id="u_n_3049_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3049_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3049_distance"><?php echo $wp_wpl_properties_update->n_3049_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3049_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3049_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3049_distance" name="x_n_3049_distance" id="x_n_3049_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3049_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3049_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3049_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3049_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3049_distance_by->Visible) { // n_3049_distance_by ?>
	<div id="r_n_3049_distance_by" class="form-group row">
		<label for="x_n_3049_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3049_distance_by" id="u_n_3049_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3049_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3049_distance_by"><?php echo $wp_wpl_properties_update->n_3049_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3049_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3049_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3049_distance_by" name="x_n_3049_distance_by" id="x_n_3049_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3049_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3049_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3049_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3049_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3050->Visible) { // n_3050 ?>
	<div id="r_n_3050" class="form-group row">
		<label for="x_n_3050" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3050" id="u_n_3050" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3050->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3050"><?php echo $wp_wpl_properties_update->n_3050->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3050->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3050">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3050" name="x_n_3050" id="x_n_3050" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3050->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3050->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3050->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3050->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3050_distance->Visible) { // n_3050_distance ?>
	<div id="r_n_3050_distance" class="form-group row">
		<label for="x_n_3050_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3050_distance" id="u_n_3050_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3050_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3050_distance"><?php echo $wp_wpl_properties_update->n_3050_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3050_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3050_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3050_distance" name="x_n_3050_distance" id="x_n_3050_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3050_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3050_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3050_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3050_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3050_distance_by->Visible) { // n_3050_distance_by ?>
	<div id="r_n_3050_distance_by" class="form-group row">
		<label for="x_n_3050_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3050_distance_by" id="u_n_3050_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3050_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3050_distance_by"><?php echo $wp_wpl_properties_update->n_3050_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3050_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3050_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3050_distance_by" name="x_n_3050_distance_by" id="x_n_3050_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3050_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3050_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3050_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3050_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3051->Visible) { // n_3051 ?>
	<div id="r_n_3051" class="form-group row">
		<label for="x_n_3051" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3051" id="u_n_3051" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3051->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3051"><?php echo $wp_wpl_properties_update->n_3051->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3051->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3051">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3051" name="x_n_3051" id="x_n_3051" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3051->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3051->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3051->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3051->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3051_distance->Visible) { // n_3051_distance ?>
	<div id="r_n_3051_distance" class="form-group row">
		<label for="x_n_3051_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3051_distance" id="u_n_3051_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3051_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3051_distance"><?php echo $wp_wpl_properties_update->n_3051_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3051_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3051_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3051_distance" name="x_n_3051_distance" id="x_n_3051_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3051_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3051_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3051_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3051_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3051_distance_by->Visible) { // n_3051_distance_by ?>
	<div id="r_n_3051_distance_by" class="form-group row">
		<label for="x_n_3051_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3051_distance_by" id="u_n_3051_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3051_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3051_distance_by"><?php echo $wp_wpl_properties_update->n_3051_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3051_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3051_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3051_distance_by" name="x_n_3051_distance_by" id="x_n_3051_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3051_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3051_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3051_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3051_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3052->Visible) { // n_3052 ?>
	<div id="r_n_3052" class="form-group row">
		<label for="x_n_3052" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3052" id="u_n_3052" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3052->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3052"><?php echo $wp_wpl_properties_update->n_3052->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3052->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3052">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3052" name="x_n_3052" id="x_n_3052" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3052->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3052->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3052->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3052->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3052_distance->Visible) { // n_3052_distance ?>
	<div id="r_n_3052_distance" class="form-group row">
		<label for="x_n_3052_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3052_distance" id="u_n_3052_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3052_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3052_distance"><?php echo $wp_wpl_properties_update->n_3052_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3052_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3052_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3052_distance" name="x_n_3052_distance" id="x_n_3052_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3052_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3052_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3052_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3052_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3052_distance_by->Visible) { // n_3052_distance_by ?>
	<div id="r_n_3052_distance_by" class="form-group row">
		<label for="x_n_3052_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3052_distance_by" id="u_n_3052_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3052_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3052_distance_by"><?php echo $wp_wpl_properties_update->n_3052_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3052_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3052_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3052_distance_by" name="x_n_3052_distance_by" id="x_n_3052_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3052_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3052_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3052_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3052_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3053->Visible) { // n_3053 ?>
	<div id="r_n_3053" class="form-group row">
		<label for="x_n_3053" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3053" id="u_n_3053" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3053->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3053"><?php echo $wp_wpl_properties_update->n_3053->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3053->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3053">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3053" name="x_n_3053" id="x_n_3053" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3053->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3053->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3053->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3053->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3053_distance->Visible) { // n_3053_distance ?>
	<div id="r_n_3053_distance" class="form-group row">
		<label for="x_n_3053_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3053_distance" id="u_n_3053_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3053_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3053_distance"><?php echo $wp_wpl_properties_update->n_3053_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3053_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3053_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3053_distance" name="x_n_3053_distance" id="x_n_3053_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3053_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3053_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3053_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3053_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3053_distance_by->Visible) { // n_3053_distance_by ?>
	<div id="r_n_3053_distance_by" class="form-group row">
		<label for="x_n_3053_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3053_distance_by" id="u_n_3053_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3053_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3053_distance_by"><?php echo $wp_wpl_properties_update->n_3053_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3053_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3053_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3053_distance_by" name="x_n_3053_distance_by" id="x_n_3053_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3053_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3053_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3053_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3053_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3054->Visible) { // n_3054 ?>
	<div id="r_n_3054" class="form-group row">
		<label for="x_n_3054" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3054" id="u_n_3054" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3054->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3054"><?php echo $wp_wpl_properties_update->n_3054->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3054->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3054">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3054" name="x_n_3054" id="x_n_3054" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3054->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3054->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3054->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3054->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3054_distance->Visible) { // n_3054_distance ?>
	<div id="r_n_3054_distance" class="form-group row">
		<label for="x_n_3054_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3054_distance" id="u_n_3054_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3054_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3054_distance"><?php echo $wp_wpl_properties_update->n_3054_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3054_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3054_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3054_distance" name="x_n_3054_distance" id="x_n_3054_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3054_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3054_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3054_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3054_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3054_distance_by->Visible) { // n_3054_distance_by ?>
	<div id="r_n_3054_distance_by" class="form-group row">
		<label for="x_n_3054_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3054_distance_by" id="u_n_3054_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3054_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3054_distance_by"><?php echo $wp_wpl_properties_update->n_3054_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3054_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3054_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3054_distance_by" name="x_n_3054_distance_by" id="x_n_3054_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3054_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3054_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3054_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3054_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3055->Visible) { // n_3055 ?>
	<div id="r_n_3055" class="form-group row">
		<label for="x_n_3055" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3055" id="u_n_3055" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3055->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3055"><?php echo $wp_wpl_properties_update->n_3055->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3055->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3055">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3055" name="x_n_3055" id="x_n_3055" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3055->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3055->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3055->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3055->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3055_distance->Visible) { // n_3055_distance ?>
	<div id="r_n_3055_distance" class="form-group row">
		<label for="x_n_3055_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3055_distance" id="u_n_3055_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3055_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3055_distance"><?php echo $wp_wpl_properties_update->n_3055_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3055_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3055_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3055_distance" name="x_n_3055_distance" id="x_n_3055_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3055_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3055_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3055_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3055_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3055_distance_by->Visible) { // n_3055_distance_by ?>
	<div id="r_n_3055_distance_by" class="form-group row">
		<label for="x_n_3055_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3055_distance_by" id="u_n_3055_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3055_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3055_distance_by"><?php echo $wp_wpl_properties_update->n_3055_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3055_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3055_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3055_distance_by" name="x_n_3055_distance_by" id="x_n_3055_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3055_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3055_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3055_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3055_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3056->Visible) { // n_3056 ?>
	<div id="r_n_3056" class="form-group row">
		<label for="x_n_3056" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3056" id="u_n_3056" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3056->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3056"><?php echo $wp_wpl_properties_update->n_3056->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3056->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3056">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3056" name="x_n_3056" id="x_n_3056" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3056->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3056->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3056->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3056->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3056_distance->Visible) { // n_3056_distance ?>
	<div id="r_n_3056_distance" class="form-group row">
		<label for="x_n_3056_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3056_distance" id="u_n_3056_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3056_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3056_distance"><?php echo $wp_wpl_properties_update->n_3056_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3056_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3056_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3056_distance" name="x_n_3056_distance" id="x_n_3056_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3056_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3056_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3056_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3056_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3056_distance_by->Visible) { // n_3056_distance_by ?>
	<div id="r_n_3056_distance_by" class="form-group row">
		<label for="x_n_3056_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3056_distance_by" id="u_n_3056_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3056_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3056_distance_by"><?php echo $wp_wpl_properties_update->n_3056_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3056_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3056_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3056_distance_by" name="x_n_3056_distance_by" id="x_n_3056_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3056_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3056_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3056_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3056_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3057->Visible) { // n_3057 ?>
	<div id="r_n_3057" class="form-group row">
		<label for="x_n_3057" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3057" id="u_n_3057" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3057->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3057"><?php echo $wp_wpl_properties_update->n_3057->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3057->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3057">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3057" name="x_n_3057" id="x_n_3057" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3057->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3057->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3057->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3057->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3057_distance->Visible) { // n_3057_distance ?>
	<div id="r_n_3057_distance" class="form-group row">
		<label for="x_n_3057_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3057_distance" id="u_n_3057_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3057_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3057_distance"><?php echo $wp_wpl_properties_update->n_3057_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3057_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3057_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3057_distance" name="x_n_3057_distance" id="x_n_3057_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3057_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3057_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3057_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3057_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3057_distance_by->Visible) { // n_3057_distance_by ?>
	<div id="r_n_3057_distance_by" class="form-group row">
		<label for="x_n_3057_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3057_distance_by" id="u_n_3057_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3057_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3057_distance_by"><?php echo $wp_wpl_properties_update->n_3057_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3057_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3057_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3057_distance_by" name="x_n_3057_distance_by" id="x_n_3057_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3057_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3057_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3057_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3057_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3058->Visible) { // n_3058 ?>
	<div id="r_n_3058" class="form-group row">
		<label for="x_n_3058" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3058" id="u_n_3058" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3058->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3058"><?php echo $wp_wpl_properties_update->n_3058->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3058->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3058">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3058" name="x_n_3058" id="x_n_3058" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3058->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3058->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3058->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3058->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3058_distance->Visible) { // n_3058_distance ?>
	<div id="r_n_3058_distance" class="form-group row">
		<label for="x_n_3058_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3058_distance" id="u_n_3058_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3058_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3058_distance"><?php echo $wp_wpl_properties_update->n_3058_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3058_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3058_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3058_distance" name="x_n_3058_distance" id="x_n_3058_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3058_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3058_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3058_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3058_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3058_distance_by->Visible) { // n_3058_distance_by ?>
	<div id="r_n_3058_distance_by" class="form-group row">
		<label for="x_n_3058_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3058_distance_by" id="u_n_3058_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3058_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3058_distance_by"><?php echo $wp_wpl_properties_update->n_3058_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3058_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3058_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3058_distance_by" name="x_n_3058_distance_by" id="x_n_3058_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3058_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3058_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3058_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3058_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3059->Visible) { // n_3059 ?>
	<div id="r_n_3059" class="form-group row">
		<label for="x_n_3059" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3059" id="u_n_3059" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3059->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3059"><?php echo $wp_wpl_properties_update->n_3059->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3059->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3059">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3059" name="x_n_3059" id="x_n_3059" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3059->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3059->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3059->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3059->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3059_distance->Visible) { // n_3059_distance ?>
	<div id="r_n_3059_distance" class="form-group row">
		<label for="x_n_3059_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3059_distance" id="u_n_3059_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3059_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3059_distance"><?php echo $wp_wpl_properties_update->n_3059_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3059_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3059_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3059_distance" name="x_n_3059_distance" id="x_n_3059_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3059_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3059_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3059_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3059_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3059_distance_by->Visible) { // n_3059_distance_by ?>
	<div id="r_n_3059_distance_by" class="form-group row">
		<label for="x_n_3059_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3059_distance_by" id="u_n_3059_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3059_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3059_distance_by"><?php echo $wp_wpl_properties_update->n_3059_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3059_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3059_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3059_distance_by" name="x_n_3059_distance_by" id="x_n_3059_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3059_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3059_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3059_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3059_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3060_options->Visible) { // f_3060_options ?>
	<div id="r_f_3060_options" class="form-group row">
		<label for="x_f_3060_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3060_options" id="u_f_3060_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3060_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3060_options"><?php echo $wp_wpl_properties_update->f_3060_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3060_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3060_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3060_options" name="x_f_3060_options" id="x_f_3060_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3060_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3060_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3060_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3060_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3060->Visible) { // f_3060 ?>
	<div id="r_f_3060" class="form-group row">
		<label for="x_f_3060" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3060" id="u_f_3060" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3060->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3060"><?php echo $wp_wpl_properties_update->f_3060->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3060->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3060">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3060" name="x_f_3060" id="x_f_3060" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3060->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3060->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3060->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3060->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3061_options->Visible) { // f_3061_options ?>
	<div id="r_f_3061_options" class="form-group row">
		<label for="x_f_3061_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3061_options" id="u_f_3061_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3061_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3061_options"><?php echo $wp_wpl_properties_update->f_3061_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3061_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3061_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3061_options" name="x_f_3061_options" id="x_f_3061_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3061_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3061_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3061_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3061_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3061->Visible) { // f_3061 ?>
	<div id="r_f_3061" class="form-group row">
		<label for="x_f_3061" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3061" id="u_f_3061" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3061->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3061"><?php echo $wp_wpl_properties_update->f_3061->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3061->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3061">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3061" name="x_f_3061" id="x_f_3061" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3061->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3061->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3061->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3061->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3062_options->Visible) { // f_3062_options ?>
	<div id="r_f_3062_options" class="form-group row">
		<label for="x_f_3062_options" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3062_options" id="u_f_3062_options" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3062_options->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3062_options"><?php echo $wp_wpl_properties_update->f_3062_options->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3062_options->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3062_options">
<textarea data-table="wp_wpl_properties" data-field="x_f_3062_options" name="x_f_3062_options" id="x_f_3062_options" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3062_options->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->f_3062_options->editAttributes() ?>><?php echo $wp_wpl_properties_update->f_3062_options->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->f_3062_options->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->f_3062->Visible) { // f_3062 ?>
	<div id="r_f_3062" class="form-group row">
		<label for="x_f_3062" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_f_3062" id="u_f_3062" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->f_3062->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_f_3062"><?php echo $wp_wpl_properties_update->f_3062->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->f_3062->cellAttributes() ?>>
<span id="el_wp_wpl_properties_f_3062">
<input type="text" data-table="wp_wpl_properties" data-field="x_f_3062" name="x_f_3062" id="x_f_3062" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->f_3062->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->f_3062->EditValue ?>"<?php echo $wp_wpl_properties_update->f_3062->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->f_3062->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3063->Visible) { // field_3063 ?>
	<div id="r_field_3063" class="form-group row">
		<label for="x_field_3063" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3063" id="u_field_3063" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3063->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3063"><?php echo $wp_wpl_properties_update->field_3063->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3063->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3063">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3063" name="x_field_3063" id="x_field_3063" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3063->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3063->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3063->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3063->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3064->Visible) { // field_3064 ?>
	<div id="r_field_3064" class="form-group row">
		<label for="x_field_3064" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3064" id="u_field_3064" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3064->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3064"><?php echo $wp_wpl_properties_update->field_3064->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3064->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3064">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3064" name="x_field_3064" id="x_field_3064" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3064->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3064->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3064->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3064->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3065->Visible) { // field_3065 ?>
	<div id="r_field_3065" class="form-group row">
		<label for="x_field_3065" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3065" id="u_field_3065" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3065->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3065"><?php echo $wp_wpl_properties_update->field_3065->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3065->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3065">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3065" name="x_field_3065" id="x_field_3065" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3065->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3065->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3065->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3065->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_308->Visible) { // field_308 ?>
	<div id="r_field_308" class="form-group row">
		<label class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_308" id="u_field_308" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_308->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_308"><?php echo $wp_wpl_properties_update->field_308->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_308->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_308">
<?php $wp_wpl_properties_update->field_308->EditAttrs->appendClass("editor"); ?>
<textarea data-table="wp_wpl_properties" data-field="x_field_308" name="x_field_308" id="x_field_308" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_308->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->field_308->editAttributes() ?>><?php echo $wp_wpl_properties_update->field_308->EditValue ?></textarea>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "editor"], function() {
	ew.createEditor("fwp_wpl_propertiesupdate", "x_field_308", 35, 4, <?php echo $wp_wpl_properties_update->field_308->ReadOnly || FALSE ? "true" : "false" ?>);
});
</script>
</span>
<?php echo $wp_wpl_properties_update->field_308->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_308_en_us->Visible) { // field_308_en_us ?>
	<div id="r_field_308_en_us" class="form-group row">
		<label class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_308_en_us" id="u_field_308_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_308_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_308_en_us"><?php echo $wp_wpl_properties_update->field_308_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_308_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_308_en_us">
<?php $wp_wpl_properties_update->field_308_en_us->EditAttrs->appendClass("editor"); ?>
<textarea data-table="wp_wpl_properties" data-field="x_field_308_en_us" name="x_field_308_en_us" id="x_field_308_en_us" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_308_en_us->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->field_308_en_us->editAttributes() ?>><?php echo $wp_wpl_properties_update->field_308_en_us->EditValue ?></textarea>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "editor"], function() {
	ew.createEditor("fwp_wpl_propertiesupdate", "x_field_308_en_us", 35, 4, <?php echo $wp_wpl_properties_update->field_308_en_us->ReadOnly || FALSE ? "true" : "false" ?>);
});
</script>
</span>
<?php echo $wp_wpl_properties_update->field_308_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_308_fr_fr->Visible) { // field_308_fr_fr ?>
	<div id="r_field_308_fr_fr" class="form-group row">
		<label class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_308_fr_fr" id="u_field_308_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_308_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_308_fr_fr"><?php echo $wp_wpl_properties_update->field_308_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_308_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_308_fr_fr">
<?php $wp_wpl_properties_update->field_308_fr_fr->EditAttrs->appendClass("editor"); ?>
<textarea data-table="wp_wpl_properties" data-field="x_field_308_fr_fr" name="x_field_308_fr_fr" id="x_field_308_fr_fr" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_308_fr_fr->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->field_308_fr_fr->editAttributes() ?>><?php echo $wp_wpl_properties_update->field_308_fr_fr->EditValue ?></textarea>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "editor"], function() {
	ew.createEditor("fwp_wpl_propertiesupdate", "x_field_308_fr_fr", 35, 4, <?php echo $wp_wpl_properties_update->field_308_fr_fr->ReadOnly || FALSE ? "true" : "false" ?>);
});
</script>
</span>
<?php echo $wp_wpl_properties_update->field_308_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_313_en_us->Visible) { // field_313_en_us ?>
	<div id="r_field_313_en_us" class="form-group row">
		<label for="x_field_313_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_313_en_us" id="u_field_313_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_313_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_313_en_us"><?php echo $wp_wpl_properties_update->field_313_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_313_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_313_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_313_en_us" name="x_field_313_en_us" id="x_field_313_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_313_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_313_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_313_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_313_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_313_fr_fr->Visible) { // field_313_fr_fr ?>
	<div id="r_field_313_fr_fr" class="form-group row">
		<label for="x_field_313_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_313_fr_fr" id="u_field_313_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_313_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_313_fr_fr"><?php echo $wp_wpl_properties_update->field_313_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_313_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_313_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_313_fr_fr" name="x_field_313_fr_fr" id="x_field_313_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_313_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_313_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_313_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_313_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_312_en_us->Visible) { // field_312_en_us ?>
	<div id="r_field_312_en_us" class="form-group row">
		<label for="x_field_312_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_312_en_us" id="u_field_312_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_312_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_312_en_us"><?php echo $wp_wpl_properties_update->field_312_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_312_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_312_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_312_en_us" name="x_field_312_en_us" id="x_field_312_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_312_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_312_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_312_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_312_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_312_fr_fr->Visible) { // field_312_fr_fr ?>
	<div id="r_field_312_fr_fr" class="form-group row">
		<label for="x_field_312_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_312_fr_fr" id="u_field_312_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_312_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_312_fr_fr"><?php echo $wp_wpl_properties_update->field_312_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_312_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_312_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_312_fr_fr" name="x_field_312_fr_fr" id="x_field_312_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_312_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_312_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_312_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_312_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3017_en_us->Visible) { // field_3017_en_us ?>
	<div id="r_field_3017_en_us" class="form-group row">
		<label for="x_field_3017_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3017_en_us" id="u_field_3017_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3017_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3017_en_us"><?php echo $wp_wpl_properties_update->field_3017_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3017_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3017_en_us">
<textarea data-table="wp_wpl_properties" data-field="x_field_3017_en_us" name="x_field_3017_en_us" id="x_field_3017_en_us" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3017_en_us->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->field_3017_en_us->editAttributes() ?>><?php echo $wp_wpl_properties_update->field_3017_en_us->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->field_3017_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3017_fr_fr->Visible) { // field_3017_fr_fr ?>
	<div id="r_field_3017_fr_fr" class="form-group row">
		<label for="x_field_3017_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3017_fr_fr" id="u_field_3017_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3017_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3017_fr_fr"><?php echo $wp_wpl_properties_update->field_3017_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3017_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3017_fr_fr">
<textarea data-table="wp_wpl_properties" data-field="x_field_3017_fr_fr" name="x_field_3017_fr_fr" id="x_field_3017_fr_fr" cols="35" rows="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3017_fr_fr->getPlaceHolder()) ?>"<?php echo $wp_wpl_properties_update->field_3017_fr_fr->editAttributes() ?>><?php echo $wp_wpl_properties_update->field_3017_fr_fr->EditValue ?></textarea>
</span>
<?php echo $wp_wpl_properties_update->field_3017_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_42_en_us->Visible) { // field_42_en_us ?>
	<div id="r_field_42_en_us" class="form-group row">
		<label for="x_field_42_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_42_en_us" id="u_field_42_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_42_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_42_en_us"><?php echo $wp_wpl_properties_update->field_42_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_42_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_42_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_42_en_us" name="x_field_42_en_us" id="x_field_42_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_42_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_42_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_42_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_42_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_42_fr_fr->Visible) { // field_42_fr_fr ?>
	<div id="r_field_42_fr_fr" class="form-group row">
		<label for="x_field_42_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_42_fr_fr" id="u_field_42_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_42_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_42_fr_fr"><?php echo $wp_wpl_properties_update->field_42_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_42_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_42_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_42_fr_fr" name="x_field_42_fr_fr" id="x_field_42_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_42_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_42_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_42_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_42_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3067->Visible) { // field_3067 ?>
	<div id="r_field_3067" class="form-group row">
		<label for="x_field_3067" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3067" id="u_field_3067" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3067->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3067"><?php echo $wp_wpl_properties_update->field_3067->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3067->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3067">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3067" name="x_field_3067" id="x_field_3067" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3067->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3067->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3067->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3067->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3068->Visible) { // field_3068 ?>
	<div id="r_field_3068" class="form-group row">
		<label for="x_field_3068" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3068" id="u_field_3068" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3068->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3068"><?php echo $wp_wpl_properties_update->field_3068->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3068->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3068">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3068" name="x_field_3068" id="x_field_3068" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3068->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3068->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3068->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3068->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3069->Visible) { // field_3069 ?>
	<div id="r_field_3069" class="form-group row">
		<label for="x_field_3069" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3069" id="u_field_3069" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3069->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3069"><?php echo $wp_wpl_properties_update->field_3069->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3069->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3069">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3069" name="x_field_3069" id="x_field_3069" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3069->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3069->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3069->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3069->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3070->Visible) { // field_3070 ?>
	<div id="r_field_3070" class="form-group row">
		<label for="x_field_3070" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3070" id="u_field_3070" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3070->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3070"><?php echo $wp_wpl_properties_update->field_3070->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3070->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3070">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3070" name="x_field_3070" id="x_field_3070" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3070->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3070->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3070->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3070->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3119->Visible) { // field_3119 ?>
	<div id="r_field_3119" class="form-group row">
		<label for="x_field_3119" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3119" id="u_field_3119" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3119->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3119"><?php echo $wp_wpl_properties_update->field_3119->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3119->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3119">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3119" name="x_field_3119" id="x_field_3119" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3119->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3119->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3119->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3119->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3119_en_us->Visible) { // field_3119_en_us ?>
	<div id="r_field_3119_en_us" class="form-group row">
		<label for="x_field_3119_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3119_en_us" id="u_field_3119_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3119_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3119_en_us"><?php echo $wp_wpl_properties_update->field_3119_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3119_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3119_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3119_en_us" name="x_field_3119_en_us" id="x_field_3119_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3119_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3119_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3119_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3119_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3119_fr_fr->Visible) { // field_3119_fr_fr ?>
	<div id="r_field_3119_fr_fr" class="form-group row">
		<label for="x_field_3119_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3119_fr_fr" id="u_field_3119_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3119_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3119_fr_fr"><?php echo $wp_wpl_properties_update->field_3119_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3119_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3119_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3119_fr_fr" name="x_field_3119_fr_fr" id="x_field_3119_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3119_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3119_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3119_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3119_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3120->Visible) { // field_3120 ?>
	<div id="r_field_3120" class="form-group row">
		<label for="x_field_3120" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3120" id="u_field_3120" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3120->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3120"><?php echo $wp_wpl_properties_update->field_3120->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3120->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3120">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3120" name="x_field_3120" id="x_field_3120" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3120->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3120->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3120->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3120->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3120_en_us->Visible) { // field_3120_en_us ?>
	<div id="r_field_3120_en_us" class="form-group row">
		<label for="x_field_3120_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3120_en_us" id="u_field_3120_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3120_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3120_en_us"><?php echo $wp_wpl_properties_update->field_3120_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3120_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3120_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3120_en_us" name="x_field_3120_en_us" id="x_field_3120_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3120_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3120_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3120_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3120_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3120_fr_fr->Visible) { // field_3120_fr_fr ?>
	<div id="r_field_3120_fr_fr" class="form-group row">
		<label for="x_field_3120_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3120_fr_fr" id="u_field_3120_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3120_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3120_fr_fr"><?php echo $wp_wpl_properties_update->field_3120_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3120_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3120_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3120_fr_fr" name="x_field_3120_fr_fr" id="x_field_3120_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3120_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3120_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3120_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3120_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3121->Visible) { // field_3121 ?>
	<div id="r_field_3121" class="form-group row">
		<label for="x_field_3121" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3121" id="u_field_3121" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3121->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3121"><?php echo $wp_wpl_properties_update->field_3121->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3121->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3121">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3121" name="x_field_3121" id="x_field_3121" maxlength="10" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3121->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3121->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3121->editAttributes() ?>>
<?php if (!$wp_wpl_properties_update->field_3121->ReadOnly && !$wp_wpl_properties_update->field_3121->Disabled && !isset($wp_wpl_properties_update->field_3121->EditAttrs["readonly"]) && !isset($wp_wpl_properties_update->field_3121->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "datetimepicker"], function() {
	ew.createDateTimePicker("fwp_wpl_propertiesupdate", "x_field_3121", {"ignoreReadonly":true,"useCurrent":false,"format":0});
});
</script>
<?php } ?>
</span>
<?php echo $wp_wpl_properties_update->field_3121->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3122->Visible) { // field_3122 ?>
	<div id="r_field_3122" class="form-group row">
		<label for="x_field_3122" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3122" id="u_field_3122" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3122->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3122"><?php echo $wp_wpl_properties_update->field_3122->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3122->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3122">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3122" name="x_field_3122" id="x_field_3122" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3122->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3122->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3122->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3122->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3122_si->Visible) { // field_3122_si ?>
	<div id="r_field_3122_si" class="form-group row">
		<label for="x_field_3122_si" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3122_si" id="u_field_3122_si" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3122_si->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3122_si"><?php echo $wp_wpl_properties_update->field_3122_si->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3122_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3122_si">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3122_si" name="x_field_3122_si" id="x_field_3122_si" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3122_si->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3122_si->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3122_si->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3122_si->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3122_unit->Visible) { // field_3122_unit ?>
	<div id="r_field_3122_unit" class="form-group row">
		<label for="x_field_3122_unit" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3122_unit" id="u_field_3122_unit" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3122_unit->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3122_unit"><?php echo $wp_wpl_properties_update->field_3122_unit->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3122_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3122_unit">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3122_unit" name="x_field_3122_unit" id="x_field_3122_unit" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3122_unit->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3122_unit->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3122_unit->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3122_unit->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3123->Visible) { // field_3123 ?>
	<div id="r_field_3123" class="form-group row">
		<label for="x_field_3123" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3123" id="u_field_3123" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3123->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3123"><?php echo $wp_wpl_properties_update->field_3123->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3123->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3123">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3123" name="x_field_3123" id="x_field_3123" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3123->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3123->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3123->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3123->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3124->Visible) { // field_3124 ?>
	<div id="r_field_3124" class="form-group row">
		<label for="x_field_3124" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3124" id="u_field_3124" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3124->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3124"><?php echo $wp_wpl_properties_update->field_3124->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3124->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3124">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3124" name="x_field_3124" id="x_field_3124" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3124->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3124->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3124->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3124->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3125->Visible) { // field_3125 ?>
	<div id="r_field_3125" class="form-group row">
		<label for="x_field_3125" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3125" id="u_field_3125" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3125->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3125"><?php echo $wp_wpl_properties_update->field_3125->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3125->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3125">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3125" name="x_field_3125" id="x_field_3125" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3125->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3125->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3125->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3125->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3126->Visible) { // field_3126 ?>
	<div id="r_field_3126" class="form-group row">
		<label for="x_field_3126" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3126" id="u_field_3126" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3126->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3126"><?php echo $wp_wpl_properties_update->field_3126->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3126->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3126">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3126" name="x_field_3126" id="x_field_3126" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3126->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3126->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3126->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3126->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3127->Visible) { // field_3127 ?>
	<div id="r_field_3127" class="form-group row">
		<label for="x_field_3127" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3127" id="u_field_3127" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3127->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3127"><?php echo $wp_wpl_properties_update->field_3127->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3127->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3127">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3127" name="x_field_3127" id="x_field_3127" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3127->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3127->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3127->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3127->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3128->Visible) { // field_3128 ?>
	<div id="r_field_3128" class="form-group row">
		<label for="x_field_3128" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3128" id="u_field_3128" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3128->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3128"><?php echo $wp_wpl_properties_update->field_3128->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3128->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3128">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3128" name="x_field_3128" id="x_field_3128" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3128->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3128->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3128->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3128->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3129->Visible) { // field_3129 ?>
	<div id="r_field_3129" class="form-group row">
		<label for="x_field_3129" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3129" id="u_field_3129" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3129->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3129"><?php echo $wp_wpl_properties_update->field_3129->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3129->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3129">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3129" name="x_field_3129" id="x_field_3129" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3129->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3129->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3129->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3129->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3130->Visible) { // field_3130 ?>
	<div id="r_field_3130" class="form-group row">
		<label for="x_field_3130" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3130" id="u_field_3130" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3130->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3130"><?php echo $wp_wpl_properties_update->field_3130->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3130->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3130">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3130" name="x_field_3130" id="x_field_3130" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3130->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3130->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3130->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3130->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3131->Visible) { // field_3131 ?>
	<div id="r_field_3131" class="form-group row">
		<label for="x_field_3131" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3131" id="u_field_3131" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3131->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3131"><?php echo $wp_wpl_properties_update->field_3131->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3131->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3131">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3131" name="x_field_3131" id="x_field_3131" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3131->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3131->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3131->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3131->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3132->Visible) { // field_3132 ?>
	<div id="r_field_3132" class="form-group row">
		<label for="x_field_3132" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3132" id="u_field_3132" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3132->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3132"><?php echo $wp_wpl_properties_update->field_3132->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3132->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3132">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3132" name="x_field_3132" id="x_field_3132" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3132->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3132->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3132->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3132->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3133->Visible) { // field_3133 ?>
	<div id="r_field_3133" class="form-group row">
		<label for="x_field_3133" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3133" id="u_field_3133" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3133->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3133"><?php echo $wp_wpl_properties_update->field_3133->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3133->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3133">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3133" name="x_field_3133" id="x_field_3133" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3133->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3133->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3133->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3133->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3134->Visible) { // field_3134 ?>
	<div id="r_field_3134" class="form-group row">
		<label for="x_field_3134" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3134" id="u_field_3134" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3134->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3134"><?php echo $wp_wpl_properties_update->field_3134->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3134->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3134">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3134" name="x_field_3134" id="x_field_3134" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3134->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3134->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3134->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3134->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3135->Visible) { // field_3135 ?>
	<div id="r_field_3135" class="form-group row">
		<label for="x_field_3135" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3135" id="u_field_3135" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3135->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3135"><?php echo $wp_wpl_properties_update->field_3135->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3135->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3135">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3135" name="x_field_3135" id="x_field_3135" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3135->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3135->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3135->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3135->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3136->Visible) { // field_3136 ?>
	<div id="r_field_3136" class="form-group row">
		<label for="x_field_3136" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3136" id="u_field_3136" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3136->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3136"><?php echo $wp_wpl_properties_update->field_3136->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3136->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3136">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3136" name="x_field_3136" id="x_field_3136" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3136->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3136->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3136->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3136->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3137->Visible) { // field_3137 ?>
	<div id="r_field_3137" class="form-group row">
		<label for="x_field_3137" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3137" id="u_field_3137" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3137->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3137"><?php echo $wp_wpl_properties_update->field_3137->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3137->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3137">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3137" name="x_field_3137" id="x_field_3137" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3137->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3137->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3137->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3137->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3138->Visible) { // field_3138 ?>
	<div id="r_field_3138" class="form-group row">
		<label for="x_field_3138" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3138" id="u_field_3138" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3138->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3138"><?php echo $wp_wpl_properties_update->field_3138->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3138->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3138">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3138" name="x_field_3138" id="x_field_3138" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3138->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3138->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3138->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3138->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3139->Visible) { // field_3139 ?>
	<div id="r_field_3139" class="form-group row">
		<label for="x_field_3139" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3139" id="u_field_3139" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3139->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3139"><?php echo $wp_wpl_properties_update->field_3139->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3139->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3139">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3139" name="x_field_3139" id="x_field_3139" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3139->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3139->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3139->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3139->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3140->Visible) { // field_3140 ?>
	<div id="r_field_3140" class="form-group row">
		<label for="x_field_3140" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3140" id="u_field_3140" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3140->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3140"><?php echo $wp_wpl_properties_update->field_3140->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3140->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3140">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3140" name="x_field_3140" id="x_field_3140" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3140->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3140->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3140->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3140->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3141->Visible) { // field_3141 ?>
	<div id="r_field_3141" class="form-group row">
		<label for="x_field_3141" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3141" id="u_field_3141" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3141->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3141"><?php echo $wp_wpl_properties_update->field_3141->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3141->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3141">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3141" name="x_field_3141" id="x_field_3141" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3141->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3141->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3141->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3141->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3142->Visible) { // field_3142 ?>
	<div id="r_field_3142" class="form-group row">
		<label for="x_field_3142" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3142" id="u_field_3142" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3142->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3142"><?php echo $wp_wpl_properties_update->field_3142->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3142->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3142">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3142" name="x_field_3142" id="x_field_3142" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3142->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3142->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3142->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3142->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3143->Visible) { // field_3143 ?>
	<div id="r_field_3143" class="form-group row">
		<label for="x_field_3143" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3143" id="u_field_3143" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3143->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3143"><?php echo $wp_wpl_properties_update->field_3143->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3143->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3143">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3143" name="x_field_3143" id="x_field_3143" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3143->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3143->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3143->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3143->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3144->Visible) { // field_3144 ?>
	<div id="r_field_3144" class="form-group row">
		<label for="x_field_3144" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3144" id="u_field_3144" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3144->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3144"><?php echo $wp_wpl_properties_update->field_3144->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3144->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3144">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3144" name="x_field_3144" id="x_field_3144" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3144->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3144->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3144->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3144->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3145->Visible) { // field_3145 ?>
	<div id="r_field_3145" class="form-group row">
		<label for="x_field_3145" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3145" id="u_field_3145" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3145->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3145"><?php echo $wp_wpl_properties_update->field_3145->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3145->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3145">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3145" name="x_field_3145" id="x_field_3145" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3145->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3145->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3145->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3145->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3146->Visible) { // field_3146 ?>
	<div id="r_field_3146" class="form-group row">
		<label for="x_field_3146" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3146" id="u_field_3146" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3146->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3146"><?php echo $wp_wpl_properties_update->field_3146->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3146->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3146">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3146" name="x_field_3146" id="x_field_3146" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3146->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3146->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3146->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3146->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3147->Visible) { // field_3147 ?>
	<div id="r_field_3147" class="form-group row">
		<label for="x_field_3147" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3147" id="u_field_3147" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3147->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3147"><?php echo $wp_wpl_properties_update->field_3147->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3147->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3147">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3147" name="x_field_3147" id="x_field_3147" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3147->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3147->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3147->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3147->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3148->Visible) { // field_3148 ?>
	<div id="r_field_3148" class="form-group row">
		<label for="x_field_3148" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3148" id="u_field_3148" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3148->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3148"><?php echo $wp_wpl_properties_update->field_3148->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3148->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3148">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3148" name="x_field_3148" id="x_field_3148" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3148->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3148->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3148->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3148->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3149->Visible) { // field_3149 ?>
	<div id="r_field_3149" class="form-group row">
		<label for="x_field_3149" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3149" id="u_field_3149" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3149->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3149"><?php echo $wp_wpl_properties_update->field_3149->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3149->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3149">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3149" name="x_field_3149" id="x_field_3149" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3149->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3149->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3149->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3149->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3150->Visible) { // field_3150 ?>
	<div id="r_field_3150" class="form-group row">
		<label for="x_field_3150" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3150" id="u_field_3150" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3150->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3150"><?php echo $wp_wpl_properties_update->field_3150->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3150->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3150">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3150" name="x_field_3150" id="x_field_3150" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3150->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3150->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3150->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3150->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3151->Visible) { // field_3151 ?>
	<div id="r_field_3151" class="form-group row">
		<label for="x_field_3151" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3151" id="u_field_3151" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3151->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3151"><?php echo $wp_wpl_properties_update->field_3151->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3151->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3151">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3151" name="x_field_3151" id="x_field_3151" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3151->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3151->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3151->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3151->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3152->Visible) { // field_3152 ?>
	<div id="r_field_3152" class="form-group row">
		<label for="x_field_3152" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3152" id="u_field_3152" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3152->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3152"><?php echo $wp_wpl_properties_update->field_3152->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3152->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3152">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3152" name="x_field_3152" id="x_field_3152" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3152->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3152->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3152->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3152->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3153->Visible) { // field_3153 ?>
	<div id="r_field_3153" class="form-group row">
		<label for="x_field_3153" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3153" id="u_field_3153" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3153->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3153"><?php echo $wp_wpl_properties_update->field_3153->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3153->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3153">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3153" name="x_field_3153" id="x_field_3153" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3153->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3153->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3153->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3153->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3154->Visible) { // field_3154 ?>
	<div id="r_field_3154" class="form-group row">
		<label for="x_field_3154" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3154" id="u_field_3154" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3154->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3154"><?php echo $wp_wpl_properties_update->field_3154->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3154->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3154">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3154" name="x_field_3154" id="x_field_3154" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3154->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3154->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3154->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3154->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3155->Visible) { // field_3155 ?>
	<div id="r_field_3155" class="form-group row">
		<label for="x_field_3155" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3155" id="u_field_3155" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3155->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3155"><?php echo $wp_wpl_properties_update->field_3155->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3155->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3155">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3155" name="x_field_3155" id="x_field_3155" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3155->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3155->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3155->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3155->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3156->Visible) { // field_3156 ?>
	<div id="r_field_3156" class="form-group row">
		<label for="x_field_3156" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3156" id="u_field_3156" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3156->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3156"><?php echo $wp_wpl_properties_update->field_3156->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3156->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3156">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3156" name="x_field_3156" id="x_field_3156" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3156->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3156->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3156->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3156->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3157->Visible) { // field_3157 ?>
	<div id="r_field_3157" class="form-group row">
		<label for="x_field_3157" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3157" id="u_field_3157" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3157->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3157"><?php echo $wp_wpl_properties_update->field_3157->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3157->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3157">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3157" name="x_field_3157" id="x_field_3157" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3157->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3157->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3157->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3157->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3158->Visible) { // field_3158 ?>
	<div id="r_field_3158" class="form-group row">
		<label for="x_field_3158" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3158" id="u_field_3158" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3158->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3158"><?php echo $wp_wpl_properties_update->field_3158->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3158->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3158">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3158" name="x_field_3158" id="x_field_3158" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3158->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3158->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3158->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3158->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3159->Visible) { // field_3159 ?>
	<div id="r_field_3159" class="form-group row">
		<label for="x_field_3159" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3159" id="u_field_3159" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3159->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3159"><?php echo $wp_wpl_properties_update->field_3159->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3159->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3159">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3159" name="x_field_3159" id="x_field_3159" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3159->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3159->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3159->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3159->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3160->Visible) { // field_3160 ?>
	<div id="r_field_3160" class="form-group row">
		<label for="x_field_3160" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3160" id="u_field_3160" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3160->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3160"><?php echo $wp_wpl_properties_update->field_3160->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3160->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3160">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3160" name="x_field_3160" id="x_field_3160" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3160->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3160->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3160->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3160->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3161->Visible) { // field_3161 ?>
	<div id="r_field_3161" class="form-group row">
		<label for="x_field_3161" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3161" id="u_field_3161" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3161->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3161"><?php echo $wp_wpl_properties_update->field_3161->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3161->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3161">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3161" name="x_field_3161" id="x_field_3161" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3161->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3161->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3161->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3161->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3162->Visible) { // field_3162 ?>
	<div id="r_field_3162" class="form-group row">
		<label for="x_field_3162" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3162" id="u_field_3162" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3162->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3162"><?php echo $wp_wpl_properties_update->field_3162->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3162->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3162">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3162" name="x_field_3162" id="x_field_3162" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3162->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3162->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3162->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3162->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3163->Visible) { // field_3163 ?>
	<div id="r_field_3163" class="form-group row">
		<label for="x_field_3163" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3163" id="u_field_3163" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3163->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3163"><?php echo $wp_wpl_properties_update->field_3163->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3163->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3163">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3163" name="x_field_3163" id="x_field_3163" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3163->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3163->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3163->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3163->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3164->Visible) { // field_3164 ?>
	<div id="r_field_3164" class="form-group row">
		<label for="x_field_3164" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3164" id="u_field_3164" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3164->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3164"><?php echo $wp_wpl_properties_update->field_3164->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3164->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3164">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3164" name="x_field_3164" id="x_field_3164" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3164->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3164->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3164->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3164->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3165->Visible) { // field_3165 ?>
	<div id="r_field_3165" class="form-group row">
		<label for="x_field_3165" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3165" id="u_field_3165" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3165->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3165"><?php echo $wp_wpl_properties_update->field_3165->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3165->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3165">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3165" name="x_field_3165" id="x_field_3165" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3165->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3165->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3165->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3165->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3166->Visible) { // field_3166 ?>
	<div id="r_field_3166" class="form-group row">
		<label for="x_field_3166" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3166" id="u_field_3166" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3166->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3166"><?php echo $wp_wpl_properties_update->field_3166->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3166->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3166">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3166" name="x_field_3166" id="x_field_3166" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3166->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3166->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3166->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3166->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3167->Visible) { // field_3167 ?>
	<div id="r_field_3167" class="form-group row">
		<label for="x_field_3167" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3167" id="u_field_3167" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3167->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3167"><?php echo $wp_wpl_properties_update->field_3167->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3167->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3167">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3167" name="x_field_3167" id="x_field_3167" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3167->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3167->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3167->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3167->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3168->Visible) { // field_3168 ?>
	<div id="r_field_3168" class="form-group row">
		<label for="x_field_3168" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3168" id="u_field_3168" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3168->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3168"><?php echo $wp_wpl_properties_update->field_3168->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3168->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3168">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3168" name="x_field_3168" id="x_field_3168" size="30" maxlength="12" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3168->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3168->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3168->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3168->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3169->Visible) { // field_3169 ?>
	<div id="r_field_3169" class="form-group row">
		<label for="x_field_3169" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3169" id="u_field_3169" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3169->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3169"><?php echo $wp_wpl_properties_update->field_3169->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3169->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3169">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3169" name="x_field_3169" id="x_field_3169" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3169->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3169->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3169->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3169->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3170->Visible) { // field_3170 ?>
	<div id="r_field_3170" class="form-group row">
		<label for="x_field_3170" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3170" id="u_field_3170" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3170->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3170"><?php echo $wp_wpl_properties_update->field_3170->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3170->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3170">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3170" name="x_field_3170" id="x_field_3170" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3170->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3170->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3170->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3170->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3171->Visible) { // field_3171 ?>
	<div id="r_field_3171" class="form-group row">
		<label for="x_field_3171" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3171" id="u_field_3171" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3171->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3171"><?php echo $wp_wpl_properties_update->field_3171->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3171->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3171">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3171" name="x_field_3171" id="x_field_3171" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3171->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3171->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3171->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3171->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3172->Visible) { // field_3172 ?>
	<div id="r_field_3172" class="form-group row">
		<label for="x_field_3172" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3172" id="u_field_3172" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3172->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3172"><?php echo $wp_wpl_properties_update->field_3172->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3172->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3172">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3172" name="x_field_3172" id="x_field_3172" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3172->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3172->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3172->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3172->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3173->Visible) { // field_3173 ?>
	<div id="r_field_3173" class="form-group row">
		<label for="x_field_3173" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3173" id="u_field_3173" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3173->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3173"><?php echo $wp_wpl_properties_update->field_3173->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3173->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3173">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3173" name="x_field_3173" id="x_field_3173" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3173->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3173->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3173->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3173->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3173_si->Visible) { // field_3173_si ?>
	<div id="r_field_3173_si" class="form-group row">
		<label for="x_field_3173_si" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3173_si" id="u_field_3173_si" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3173_si->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3173_si"><?php echo $wp_wpl_properties_update->field_3173_si->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3173_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3173_si">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3173_si" name="x_field_3173_si" id="x_field_3173_si" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3173_si->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3173_si->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3173_si->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3173_si->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3173_unit->Visible) { // field_3173_unit ?>
	<div id="r_field_3173_unit" class="form-group row">
		<label for="x_field_3173_unit" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3173_unit" id="u_field_3173_unit" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3173_unit->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3173_unit"><?php echo $wp_wpl_properties_update->field_3173_unit->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3173_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3173_unit">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3173_unit" name="x_field_3173_unit" id="x_field_3173_unit" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3173_unit->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3173_unit->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3173_unit->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3173_unit->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3180->Visible) { // field_3180 ?>
	<div id="r_field_3180" class="form-group row">
		<label for="x_field_3180" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3180" id="u_field_3180" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3180->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3180"><?php echo $wp_wpl_properties_update->field_3180->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3180->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3180">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3180" name="x_field_3180" id="x_field_3180" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3180->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3180->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3180->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3180->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3180_en_us->Visible) { // field_3180_en_us ?>
	<div id="r_field_3180_en_us" class="form-group row">
		<label for="x_field_3180_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3180_en_us" id="u_field_3180_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3180_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3180_en_us"><?php echo $wp_wpl_properties_update->field_3180_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3180_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3180_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3180_en_us" name="x_field_3180_en_us" id="x_field_3180_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3180_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3180_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3180_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3180_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3180_fr_fr->Visible) { // field_3180_fr_fr ?>
	<div id="r_field_3180_fr_fr" class="form-group row">
		<label for="x_field_3180_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3180_fr_fr" id="u_field_3180_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3180_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3180_fr_fr"><?php echo $wp_wpl_properties_update->field_3180_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3180_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3180_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3180_fr_fr" name="x_field_3180_fr_fr" id="x_field_3180_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3180_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3180_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3180_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3180_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3181->Visible) { // field_3181 ?>
	<div id="r_field_3181" class="form-group row">
		<label for="x_field_3181" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3181" id="u_field_3181" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3181->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3181"><?php echo $wp_wpl_properties_update->field_3181->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3181->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3181">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3181" name="x_field_3181" id="x_field_3181" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3181->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3181->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3181->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3181->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3182->Visible) { // field_3182 ?>
	<div id="r_field_3182" class="form-group row">
		<label for="x_field_3182" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3182" id="u_field_3182" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3182->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3182"><?php echo $wp_wpl_properties_update->field_3182->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3182->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3182">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3182" name="x_field_3182" id="x_field_3182" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3182->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3182->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3182->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3182->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3189->Visible) { // n_3189 ?>
	<div id="r_n_3189" class="form-group row">
		<label for="x_n_3189" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3189" id="u_n_3189" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3189->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3189"><?php echo $wp_wpl_properties_update->n_3189->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3189->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3189">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3189" name="x_n_3189" id="x_n_3189" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3189->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3189->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3189->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3189->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3189_distance->Visible) { // n_3189_distance ?>
	<div id="r_n_3189_distance" class="form-group row">
		<label for="x_n_3189_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3189_distance" id="u_n_3189_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3189_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3189_distance"><?php echo $wp_wpl_properties_update->n_3189_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3189_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3189_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3189_distance" name="x_n_3189_distance" id="x_n_3189_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3189_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3189_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3189_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3189_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3189_distance_by->Visible) { // n_3189_distance_by ?>
	<div id="r_n_3189_distance_by" class="form-group row">
		<label for="x_n_3189_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3189_distance_by" id="u_n_3189_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3189_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3189_distance_by"><?php echo $wp_wpl_properties_update->n_3189_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3189_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3189_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3189_distance_by" name="x_n_3189_distance_by" id="x_n_3189_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3189_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3189_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3189_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3189_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3190->Visible) { // field_3190 ?>
	<div id="r_field_3190" class="form-group row">
		<label for="x_field_3190" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3190" id="u_field_3190" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3190->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3190"><?php echo $wp_wpl_properties_update->field_3190->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3190->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3190">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3190" name="x_field_3190" id="x_field_3190" maxlength="10" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3190->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3190->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3190->editAttributes() ?>>
<?php if (!$wp_wpl_properties_update->field_3190->ReadOnly && !$wp_wpl_properties_update->field_3190->Disabled && !isset($wp_wpl_properties_update->field_3190->EditAttrs["readonly"]) && !isset($wp_wpl_properties_update->field_3190->EditAttrs["disabled"])) { ?>
<script>
loadjs.ready(["fwp_wpl_propertiesupdate", "datetimepicker"], function() {
	ew.createDateTimePicker("fwp_wpl_propertiesupdate", "x_field_3190", {"ignoreReadonly":true,"useCurrent":false,"format":0});
});
</script>
<?php } ?>
</span>
<?php echo $wp_wpl_properties_update->field_3190->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3192->Visible) { // field_3192 ?>
	<div id="r_field_3192" class="form-group row">
		<label for="x_field_3192" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3192" id="u_field_3192" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3192->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3192"><?php echo $wp_wpl_properties_update->field_3192->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3192->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3192">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3192" name="x_field_3192" id="x_field_3192" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3192->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3192->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3192->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3192->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3193->Visible) { // field_3193 ?>
	<div id="r_field_3193" class="form-group row">
		<label for="x_field_3193" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3193" id="u_field_3193" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3193->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3193"><?php echo $wp_wpl_properties_update->field_3193->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3193->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3193">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3193" name="x_field_3193" id="x_field_3193" size="30" maxlength="50" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3193->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3193->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3193->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3193->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3195->Visible) { // field_3195 ?>
	<div id="r_field_3195" class="form-group row">
		<label for="x_field_3195" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3195" id="u_field_3195" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3195->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3195"><?php echo $wp_wpl_properties_update->field_3195->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3195->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3195">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3195" name="x_field_3195" id="x_field_3195" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3195->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3195->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3195->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3195->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3114_en_us->Visible) { // field_3114_en_us ?>
	<div id="r_field_3114_en_us" class="form-group row">
		<label for="x_field_3114_en_us" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3114_en_us" id="u_field_3114_en_us" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3114_en_us->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3114_en_us"><?php echo $wp_wpl_properties_update->field_3114_en_us->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3114_en_us->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3114_en_us">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3114_en_us" name="x_field_3114_en_us" id="x_field_3114_en_us" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3114_en_us->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3114_en_us->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3114_en_us->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3114_en_us->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3114_fr_fr->Visible) { // field_3114_fr_fr ?>
	<div id="r_field_3114_fr_fr" class="form-group row">
		<label for="x_field_3114_fr_fr" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3114_fr_fr" id="u_field_3114_fr_fr" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3114_fr_fr->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3114_fr_fr"><?php echo $wp_wpl_properties_update->field_3114_fr_fr->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3114_fr_fr->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3114_fr_fr">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3114_fr_fr" name="x_field_3114_fr_fr" id="x_field_3114_fr_fr" size="30" maxlength="100" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3114_fr_fr->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3114_fr_fr->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3114_fr_fr->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3114_fr_fr->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3196->Visible) { // n_3196 ?>
	<div id="r_n_3196" class="form-group row">
		<label for="x_n_3196" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3196" id="u_n_3196" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3196->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3196"><?php echo $wp_wpl_properties_update->n_3196->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3196->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3196">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3196" name="x_n_3196" id="x_n_3196" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3196->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3196->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3196->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3196->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3196_distance->Visible) { // n_3196_distance ?>
	<div id="r_n_3196_distance" class="form-group row">
		<label for="x_n_3196_distance" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3196_distance" id="u_n_3196_distance" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3196_distance->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3196_distance"><?php echo $wp_wpl_properties_update->n_3196_distance->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3196_distance->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3196_distance">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3196_distance" name="x_n_3196_distance" id="x_n_3196_distance" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3196_distance->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3196_distance->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3196_distance->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3196_distance->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->n_3196_distance_by->Visible) { // n_3196_distance_by ?>
	<div id="r_n_3196_distance_by" class="form-group row">
		<label for="x_n_3196_distance_by" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_n_3196_distance_by" id="u_n_3196_distance_by" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->n_3196_distance_by->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_n_3196_distance_by"><?php echo $wp_wpl_properties_update->n_3196_distance_by->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->n_3196_distance_by->cellAttributes() ?>>
<span id="el_wp_wpl_properties_n_3196_distance_by">
<input type="text" data-table="wp_wpl_properties" data-field="x_n_3196_distance_by" name="x_n_3196_distance_by" id="x_n_3196_distance_by" size="30" maxlength="4" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->n_3196_distance_by->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->n_3196_distance_by->EditValue ?>"<?php echo $wp_wpl_properties_update->n_3196_distance_by->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->n_3196_distance_by->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3197->Visible) { // field_3197 ?>
	<div id="r_field_3197" class="form-group row">
		<label for="x_field_3197" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3197" id="u_field_3197" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3197->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3197"><?php echo $wp_wpl_properties_update->field_3197->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3197->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3197">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3197" name="x_field_3197" id="x_field_3197" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3197->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3197->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3197->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3197->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3197_si->Visible) { // field_3197_si ?>
	<div id="r_field_3197_si" class="form-group row">
		<label for="x_field_3197_si" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3197_si" id="u_field_3197_si" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3197_si->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3197_si"><?php echo $wp_wpl_properties_update->field_3197_si->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3197_si->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3197_si">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3197_si" name="x_field_3197_si" id="x_field_3197_si" size="30" maxlength="22" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3197_si->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3197_si->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3197_si->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3197_si->CustomMsg ?></div></div>
	</div>
<?php } ?>
<?php if ($wp_wpl_properties_update->field_3197_unit->Visible) { // field_3197_unit ?>
	<div id="r_field_3197_unit" class="form-group row">
		<label for="x_field_3197_unit" class="<?php echo $wp_wpl_properties_update->LeftColumnClass ?>"><div class="custom-control custom-checkbox">
<input type="checkbox" name="u_field_3197_unit" id="u_field_3197_unit" class="custom-control-input ew-multi-select" value="1"<?php echo $wp_wpl_properties_update->field_3197_unit->MultiUpdate == "1" ? " checked" : "" ?>>
<label class="custom-control-label" for="u_field_3197_unit"><?php echo $wp_wpl_properties_update->field_3197_unit->caption() ?></label></div></label>
		<div class="<?php echo $wp_wpl_properties_update->RightColumnClass ?>"><div <?php echo $wp_wpl_properties_update->field_3197_unit->cellAttributes() ?>>
<span id="el_wp_wpl_properties_field_3197_unit">
<input type="text" data-table="wp_wpl_properties" data-field="x_field_3197_unit" name="x_field_3197_unit" id="x_field_3197_unit" size="30" maxlength="11" placeholder="<?php echo HtmlEncode($wp_wpl_properties_update->field_3197_unit->getPlaceHolder()) ?>" value="<?php echo $wp_wpl_properties_update->field_3197_unit->EditValue ?>"<?php echo $wp_wpl_properties_update->field_3197_unit->editAttributes() ?>>
</span>
<?php echo $wp_wpl_properties_update->field_3197_unit->CustomMsg ?></div></div>
	</div>
<?php } ?>
</div><!-- /page -->
<?php if (!$wp_wpl_properties_update->IsModal) { ?>
	<div class="form-group row"><!-- buttons .form-group -->
		<div class="<?php echo $wp_wpl_properties_update->OffsetColumnClass ?>"><!-- buttons offset -->
<button class="btn btn-primary ew-btn" name="btn-action" id="btn-action" type="submit"><?php echo $Language->phrase("UpdateBtn") ?></button>
<button class="btn btn-default ew-btn" name="btn-cancel" id="btn-cancel" type="button" data-href="<?php echo $wp_wpl_properties_update->getReturnUrl() ?>"><?php echo $Language->phrase("CancelBtn") ?></button>
		</div><!-- /buttons offset -->
	</div><!-- /buttons .form-group -->
<?php } ?>
</form>
<?php
$wp_wpl_properties_update->showPageFooter();
if (Config("DEBUG"))
	echo GetDebugMessage();
?>
<script>
loadjs.ready("load", function() {

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

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

Hry