::use 'design.mtt'::
::_("Last login"):: :
::if member.ldate!=null::
::member.ldate.toString()::
::else::
::_("This member never logged in")::
::end::
::_("Registred since"):: :
::if member.cdate!=null::
::member.cdate.toString()::
::else::
???
::end::
::if member.pass==""::
$$edit(::_("Edit")::,/member/edit/::member.id::) $$delete(::_("Remove from group")::,/member/delete/::member.id::?token=::token::) ::_("Put on waiting list"):: ::_("Received messages"):: ::if !member.isFullyRegistred():: ::_("Send an invitation"):: ::end::
::_("Qty||short version for quantity"):: | ::_("Product"):: | ::_("Price"):: | ::_("Contract"):: |
---|---|---|---|
::raw p.smartQt:: | ::p.productName::
::if p.userId2 != null::
::_("Order alternated with"):: ::if member.id == p.userId:: ::p.userName2:: ::else:: ::p.userName:: ::end:: ::end:: |
::p.subTotal:: ::currency():: | ::p.contractName:: |
::_("Qty||short version for quantity"):: | ::_("Product"):: | ::_("U.P||short version of unit price"):: | ::_("Sub-total"):: | ::_("Fees"):: | ::_("Total"):: | ::_("Contract"):: |
---|---|---|---|---|---|---|
::raw p.smartQt:: | ::p.productName:: | ::p.productPrice:: ::currency():: | ::p.subTotal:: ::currency():: | ::if p.percentageValue!=null:: ::formatNum(p.fees):: ::currency():: ::end:: | ::formatNum(p.total):: ::currency():: ::set total = total + p.total:: | ::p.contractName:: |
::_("TOTAL"):: | ::formatNum(total):: ::currency():: |