
{foreach from=$contents.single.items item=value01 name=loop}
{/foreach}
{/if}
{*****************************************************}
{******************** /for single ********************}
{*****************************************************}
{****************************************************}
{******************** for album ********************}
{****************************************************}
{if $contents.album.items.length > 0}

{foreach from=$contents.album.items item=value01 name=loop}
{/foreach}
{/if}
{****************************************************}
{******************** /for album ********************}
{****************************************************}
{*******************************************************}
{******************** for video-dvd ********************}
{*******************************************************}
{if $contents['video-dvd'].items.length > 0}

{foreach from=$contents['video-dvd'].items item=value01 name=loop}
{/foreach}
{/if}
{********************************************************}
{******************** /for video-dvd ********************}
{********************************************************}
{******************************************************}
{******************** for analogue ********************}
{******************************************************}
{if $contents.analogue.items.length > 0}

{foreach from=$contents.analogue.items item=value01 name=loop}
{/foreach}
{/if}
{*******************************************************}
{******************** /for analogue ********************}
{*******************************************************}
{*************************************************}
{******************** for etc ********************}
{*************************************************}
{if $contents.etc.items.length > 0}

{foreach from=$contents.etc.items item=value01 name=loop}
{/foreach}
{/if}
{**************************************************}
{******************** /for etc ********************}
{**************************************************}
{******************************************************}
{******************** for download ********************}
{******************************************************}
{if $contents.download.items.length > 0}

{foreach from=$contents.download.items item=value01 name=loop}
{/foreach}
{/if}
{*******************************************************}
{******************** /for download ********************}
{*******************************************************}