1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-30 11:24:21 +01:00
fab-manager/app/frontend/templates/wallet/show.html

8 lines
342 B
HTML
Raw Normal View History

2016-07-18 18:16:54 +02:00
<div class="col-sm-4 text-center">
2019-12-16 16:54:40 +01:00
<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>
2016-07-18 18:16:54 +02:00
<div class="wallet-amount-container">
<div class="wallet-amount">{{wallet.amount | currency}}</div>
</div>
</div>