1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/frontend/templates/wallet/show.html
2020-09-09 15:42:05 +02:00

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>