|
#{$v.id} |
{if $settings.enable_username}{$v.username}{else}{$v.email} {$v[$settings.contact_name_field]}{/if} |
{$v.package_name} |
{if $v.recurring}{$lng.subscriptions.recurring} {/if}
{$lng.subscriptions.date_start}: {$v.date_start_nice}
{if $v.date_renew && $v.date_renew!="0000-00-00 00:00:00"}{$lng.subscriptions.date_renew}: {$v.date_renew_nice} {/if}
{$lng.subscriptions.date_end}: {if $v.date_end && $v.date_end!="0000-00-00 00:00:00"}{$v.date_end_nice}{else}{$lng.general.never}{/if}
|
{if isset($v.ads_left) && $v.ads_left==-1}{$lng.general.unlimited}{else}{$v.ads_left}{/if} |
{if $v.active}
{$lng.listings.active}
{else}
{$lng.listings.inactive}
{/if}
{if $v.pending}
{if !$is_mod || $mod_sections.subscriptions.edit==1}{/if}
{$lng.listings.pending}
{if !$is_mod || $mod_sections.subscriptions.edit==1}{/if}
{/if}
{if isset($v.type) && $v.type=="sub" && $v.expired}
{$lng.listings.expired}
{/if}
|
{if !$is_mod || $mod_sections.subscriptions.delete==1}
{/if}
{if !$is_mod || $mod_sections.subscriptions.edit==1}
{if $v.active==0}
{else}
{/if}
{/if}
|
{/foreach}
{if $total==0}