<{includeq file='db:podcast_header.html'}>
<{if $podcast_programme}>
<{include file="db:podcast_programme_description.html"}>
<{if $podcast_programme_soundtracks}>
<{if $podcast_programme.compact_view == 1}>
<{$smarty.const._CO_PODCAST_PROGRAMME_SOUNDTRACKS}>
<{if $podcast_navbar }><{$podcast_navbar}><{/if}>
<{foreach item=podcast_soundtrack from = $podcast_programme_soundtracks}>
<{include file="db:podcast_soundtrack_compact.html"}>
<{/foreach}>
<{else}>
<{foreach item=podcast_soundtrack from = $podcast_programme_soundtracks}>
<{include file="db:podcast_soundtrack_extended.html"}>
<{/foreach}>
<{/if}>
<{/if}>
<{/if}>
<{if $podcast_programme_table || $podcast_programme_array}>
<{$podcast_title}>
<{$podcast_programme_table}>
<{/if}>
<{if $podcast_programme_array}>
<{foreach item=podcast_programme from=$podcast_programme_array}>
<{include file='db:podcast_programme_description.html'}>
<{/foreach}>
<{/if}>
<{if $podcast_navbar }><{$podcast_navbar}><{/if}>
<{includeq file='db:podcast_footer.html'}>