{assign var="title" value=$smarty.const._TPL_MEMBER_TITLE} {include file="header.html"}

{*$smarty.session._amember_id*} {if $smarty.session._amember_products}{* Customer have active subscriptions, display it if config allows *}

#_TPL_MEMBER_SUBSCR#

    {foreach from=$member_products item=p}
  • {if $p.url gt "" } {$p.title} {else} {$p.title} {/if}
  • {foreach from=$p.add_urls item=t key=url}
  • {$t}
  • {/foreach} {/foreach}
{else}{* Customer doesn't have any active subscriptions *}

#_TPL_MEMBER_NO_SUBSCR#

#_TPL_MEMBER_USE||#
#_TPL_MEMBER_ORDER_SUBSCR#
{/if}
{foreach from=$left_member_links item=t key=u}
  • {$t}
  • {/foreach}
    {foreach from=$threads_list item=tr} {if $tr.is_active}
    {/if} {/foreach}

    #_TPL_MEMBER_USEFUL_LINKS#

    #_TPL_MEMBER_LOGOUT#
    #_TPL_MEMBER_CH_PSWD#
    Checks
    Contacts
    Report
    {foreach from=$member_links item=t key=u} {$t}
    {/foreach}

    #_TPL_MEMBER_ADD_RENEW#

    {include file="error.inc.html"}
    {if $config.product_paysystem}{else} {if count($paysystems_select) > 1 } {else} {foreach from=$paysystems_select item=p key=i} {/foreach} {/if} {/if} {if $config.use_coupons} {/if}
    #_TPL_SIGNUP_MEMB_TYPE# * {if $config.member_select_multiple_products} {foreach from=$products_to_renew item=p}

    {if $p.price <= 0.0 } {assign var="paysys_id_not_required" value="1"} {/if} {/foreach} {else} {/if} {if $paysys_id_not_required } {/if}
    #_TPL_SIGNUP_PAYSYS# *
    #_TPL_SIGNUP_COUPON_CODE#




    {include file="footer.html"}