Service {{serviceName}} found {{numberOfListings}} new listing(s)! |
|
{{#each listings}}
{{this.title}}
Size: {{#if this.size}}{{this.size}}{{else}}unknown{{/if}}
Price: {{#if this.price}}{{this.price}}{{else}}unknown{{/if}}
{{#if this.address}}{{this.address}}{{else}}unknown{{/if}}
{{this.link}}
---------------------------
|
{{/each}}
| |
|