/**
 * @return: print: HTML markup
 */
function displetretsidx_the_save_search_registration_property_type_options()
{
    echo DispletRetsIdxUtilities::get_select_options(DispletRetsIdxResidentialsModel::get_filtered_field_options('property_type'), 'Property Type');
}