{{{customeditframe.editframeStart}}}
<div class="js-api-results filtered-card-grid__map-api-results">
{{#if cards}}
{{#each cards}}
<div class="js-card filtered-card-grid__horizontal-card-wrapper" {{#if location.longitude}} data-longitude="{{location.longitude}}" {{/if}} {{#if location.latitude}} data-latitude="{{location.latitude}}" {{/if}}>
{{> @cp-card-horizontal }}
</div>
{{/each}}
{{else}}
<div>
<p class="filtered-card-grid__message">No cards available for current selection</p>
</div>
{{/if}}
</div>
{{{customeditframe.editframeStop}}}