{assign_topics_ext var=group01 id='01' ext_type='group' ext_columns=$topicsData.ext_columns.straight}
{foreach from=$group01 item=cols name=ext_item}
{assign_topics_ext var=val01 id='01' ext_type='value' ext_columns=$cols}
{assign_topics_ext var=val02 id='02' ext_type='value' ext_columns=$cols}
{assign_topics_ext var=url09 id='09' ext_type='url' ext_columns=$cols}
{if $val01}
<h2>{$val01}</h2>
{/if}
{if $url09}
<img src="{$url09}">
{/if}
{/foreach}
{foreach from=$group01 item=cols name=ext_item}
{assign_topics_ext var=val01 id='01' ext_type='value' ext_columns=$cols}
{assign_topics_ext var=val02 id='02' ext_type='value' ext_columns=$cols}
{assign_topics_ext var=url09 id='09' ext_type='url' ext_columns=$cols}
{if $val01}
<h2>{$val01}</h2>
{/if}
{if $url09}
<img src="{$url09}">
{/if}
{/foreach}
※表示に使う {$var01} などに、if をつけて使ってください。