{if $data}
{foreach name=testimonials key=key item=item from=$data}
{if $item.image}

{if $item.link} {img img=$item.image type=m_org class="productImageBorder img-responsive" alt=$item.heading|escape:"html"} {else} {img img=$item.image type=m_org class="productImageBorder img-responsive" alt=$item.heading|escape:"html"} {/if}

{/if}

{if $item.link}{/if} {$item.heading} {if $item.link}{/if}

{if $item.long_content|strip_tags} "{$item.long_content|strip_tags}" {/if}

{if $item.short_content|strip_tags} {$item.short_content|strip_tags} {/if}

{/foreach}
{/if}