<one-listing-cta
:listing='{
"phones":{{encodedSellerPhones|serialize('json')}},
"id": {{ listing.id }},
"is_favourite": {{ listing.isFavourite ? 1 : 0 }},
"note": `{{ listing.userNote|default('')}}`,
"listingTitle" : {{listing.title|serialize()}},
"locationTitle": {{listing.location.title|serialize()}},
"propertyTypeTitle": {{listing.propertyType.title|serialize()}},
"price": "{{listing.price}}",
"image": "{{ listingMainPhoto }}",
"pricePerMeter": "{{listing.calculatePricePerMeter }}",
"baths": "{{ listing_baths }}",
"rooms": "{{ listing_rooms }}",
"yearBuilt": "{{ listing_year_built }}",
"finishType": "{{ listing_finish_type }}",
"view": {{ listing.propertyViewLabel|trans|serialize() }},
"area": "{{listing.area}}",
}'
:show-call="false"
>
</one-listing-cta>