<{if $podcast_programme_view == 'single'}>

<{if $podcast_programme_rss_button}><{$podcast_programme_rss_button}><{/if}> <{$podcast_programme.title}>

<{elseif $podcast_programme_view == 'multiple'}>

<{if $podcast_programme.rss_button}><{$podcast_programme.rss_button}><{/if}> <{$podcast_programme.itemLink}>

<{/if}> <{if $podcast_programme.date || $podcast_programme.publisher || $podcast_programme.rss || $podcast_programme.track_count || $podcast_programme.counter || $podcast_programme.play_all_button}>
<{if $podcast_programme.date}> <{$smarty.const._CO_PODCAST_PROGRAMME_DATE}>: <{$podcast_programme.date}> <{/if}> <{if $podcast_programme.date && $podcast_programme.publisher}> | <{/if}> <{if $podcast_programme.publisher}> <{$smarty.const._CO_PODCAST_PROGRAMME_PUBLISHER}>: <{$podcast_programme.publisher}> <{/if}> <{if ($podcast_programme.date || $podcast_programme.publisher) && $podcast_programme.track_count}> | <{/if}> <{if $podcast_programme.track_count}> <{$podcast_programme.track_count}> <{$smarty.const._CO_PODCAST_PROGRAMME_TRACKS}><{if $podcast_programme.track_count > 1}>s<{/if}> <{/if}> <{if ($podcast_programme.date || $podcast_programme.publisher || $podcast_programme.track_count) && $podcast_programme.counter}> | <{/if}> <{if $podcast_programme.counter}><{$podcast_programme.counter}> <{$smarty.const._CO_PODCAST_PROGRAMME_COUNTER}><{if $podcast_programme.counter > 1}>s<{/if}><{/if}> <{if ($podcast_programme.date || $podcast_programme.publisher || $podcast_programme.track_count || $podcast_programme.counter) && $podcast_programme.play_all_button}> | <{/if}> <{if $podcast_programme.play_all_button}><{$podcast_programme.play_all_button}><{/if}>
<{/if}> <{if $podcast_programme.cover_path}>
<{if $podcast_programme.cover_link}> <{resized_image file=$podcast_programme.cover_path width=$podcast_programme.cover_width height="800" fit="inside"}> <{else}> <{resized_image file=$podcast_programme.cover_path width=$podcast_programme.cover_width height="800" fit="inside"}> <{/if}>
<{/if}> <{if $podcast_programme.description}>
<{$podcast_programme.description}>
<{/if}>