mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
8 lines
342 B
HTML
8 lines
342 B
HTML
<div class="col-sm-4 text-center">
|
|
<h4 translate ng-if="view !== 'member_edit'">{{'app.shared.wallet.your_wallet_amount'}}</h4>
|
|
<h4 translate ng-if="view === 'member_edit'">{{'app.shared.wallet.wallet_amount'}}</h4>
|
|
<div class="wallet-amount-container">
|
|
<div class="wallet-amount">{{wallet.amount | currency}}</div>
|
|
</div>
|
|
</div>
|