{if $package.package_pricing_method=='price'}
{$package.package_currency|currency}{$package.package_price}
{/if}
{if $package.package_pricing_method=='duration'}
{$package.package_currency|currency}{$package.package_duration_price} per second
{/if}
{if $package.package_pricing_method=='ppv'}
{$package.package_currency|currency}{$package.package_ppv_price} per video
{/if}
{if $package.package_pricing_method !='price'}
Number of {if $package.package_pricing_method =='ppv'} videos {else} seconds{/if}