Subscription Plans list on this package!
{include file="$paid_subs_dir/templates/block/error.html" style="display:none"}
{if empty($billing_plans)}
No plans found! There are no plans activated or created for this package yet
{else} {foreach from=$billing_plans item=bill_plan}
{include file="$paid_subs_dir/templates/block/billing_plan_block.html"}
{/foreach} {/if}