{% assign date_format = '%D' %} {% assign currency_precision = 2 %} {% assign currency = listing.currencyisocode %} {% if currency == 'EUR'%} {% assign currency_unit = '€' %} {% assign currency_separator = ',' %} {% assign currency_delimiter = '.' %} {% assign currency_format = '%n %u' %} {% elsif currency == 'GBP' %} {% assign currency_unit = '£' %} {% assign currency_separator = '.' %} {% assign currency_delimiter = ',' %} {% assign currency_format = '%u%n' %} {% else %} {% assign currency_unit = '$' %} {% assign currency_separator = '.' %} {% assign currency_delimiter = ',' %} {% assign currency_format = '%u%n' %} {% endif %}
{{TEMPLATE.pdf_logo}}
{% if listing.media[0].file && listing.media[0].file != '' %} {% else %} {% endif %}

{{listing.name}}

{{listing.pba__address_pb__c}}, {{listing.pba__city_pb__c}}, {{listing.pba__postalcode_pb__c}}

{{listing.pba__description_pb__c | truncate: 250, '...' }}

Price Bedrooms Bathrooms
{% if listing.pba__listingprice_pb__c %}{{ listing.pba__listingprice_pb__c | money: "precision: currency_precision, unit: currency_unit, separator: currency_separator, delimiter: currency_delimiter, format: currency_format" }}{% else %} - {% endif %} {% if listing.pba__bedrooms_pb__c %} {{listing.pba__bedrooms_pb__c}} {% else %} - {% endif %} {% if listing.pba__fullbathrooms_pb__c %} {{listing.pba__fullbathrooms_pb__c}} {% else %} - {% endif %}
Size Year Built Type
{% if listing.pba__totalarea_pb__c %} {{listing.pba__totalarea_pb__c}} {% else %} - {% endif %} {% if listing.pba__yearbuilt_pb__c %} {{listing.pba__yearbuilt_pb__c}} {% else %} - {% endif %} {% if listing.pba__propertytype__c %} {{listing.pba__propertytype__c}} {% else %} - {% endif %}