WATCH PREMIUM CONTENT - HIGH QUALITY
{foreach from=$premium_vids item=pvid}
{$pvid.title}
{/foreach}
{include file="$paid_subs_dir/templates/block/error.html" style="display:none"}
{* Getting Subscription Package *} {if $pkg_counts.subs>0}

Subscription Package

{foreach from=$packges item=package} {if $package.pkg_type=='subs'} {include file="$paid_subs_dir/templates/block/premium_block.html"} {/if} {/foreach}
{/if} {* Getting PPV Package *} {if $pkg_counts.ppv>0}

PPV Package

{foreach from=$packges item=package} {if $package.pkg_type=='ppv'} {include file="$paid_subs_dir/templates/block/premium_block.html"} {/if} {/foreach}
{/if} {* Getting Minutes Package *} {if $pkg_counts.mins>0}

Minutes Package

{foreach from=$packges item=package} {if $package.pkg_type=='mins'} {include file="$paid_subs_dir/templates/block/premium_block.html"} {/if} {/foreach}
{/if} {* Getting Videos Package *} {if $pkg_counts.vids>0}

Videos Package

{foreach from=$packges item=package} {if $package.pkg_type=='vids'} {include file="$paid_subs_dir/templates/block/premium_block.html"} {/if} {/foreach}
{/if} {if $no_pkgs=='yes'}
No premium packages
{else} {/if}