[%= clientObject.resources.total %] |
|
[%if (indexedPools["WN"] && indexedPools["WN"].currentTotalPoolGross.amount != 0) { %]
[%= myFormatter.formatCurrency(indexedPools["WN"].currentTotalPoolGross.amount, 0, true) %]
[% } %]
|
[%if (indexedPools["PL"] && indexedPools["PL"].currentTotalPoolGross.amount != 0) { %]
[%= myFormatter.formatCurrency(indexedPools["PL"].currentTotalPoolGross.amount, 0, true) %]
[% } %]
|
[% if (indexedPools["SH"] && indexedPools["SH"].currentTotalPoolGross.amount != 0) { %]
[%= myFormatter.formatCurrency(indexedPools["SH"].currentTotalPoolGross.amount, 0, true) %]
[% } %]
|