{{!-- The url and the title should always be the same content, so never pass a title to a listing but a url to an offer, or vice-versa The location and locationUrl should be passed from event layout and offer layout --}} {{~setVar("t", global.translations)}} {{~setVar("template", "layoutjs_info_window")}} {{~exec(function() { var url; if (data.image_url) { url = data.image_url; } else { url = helpers.plugins.sv_site.siteConfig.custom[helpers.plugins.sv_site.site].defaultImageUrl } helpers.var.image = { resource : helpers.plugins.cloudinary.createResource({ imageUrl : url }) }; })}}

{{title}}