{$smarty.const.LA_PAID_MEMBERSHIP}

{$smarty.const.LA_ORDER_HISTORY_DESCR}

{foreach item=order from=$orderlist} {if $order.date_paid} {else} {/if} {/foreach}
{$smarty.const.LA_PACKAGE}{$smarty.const.LA_ORDERED}{$smarty.const.LA_PRICE}{$smarty.const.LA_STATUS}
{$order.pkg_name} {$order.date_order} {$order.price} {$order.currency}{$smarty.const.LA_PAID} {$order.date_paid}{$smarty.const.LA_NOT_PAID} {if $order.status} ({$order.status}) {/if}
{if !$orderlist} {$smarty.const.LA_NO_ORDER} {/if}