Subversion Repositories SmartDukaan

Rev

Rev 31967 | Rev 31978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31967 Rev 31968
Line 509... Line 509...
509
            <div class="col">
509
            <div class="col">
510
                <table class="table table-bordered table-sm">
510
                <table class="table table-bordered table-sm">
511
                    <tbody>
511
                    <tbody>
512
                        <tr>
512
                        <tr>
513
                            <th class="details">Wallet Value </th>
513
                            <th class="details">Wallet Value </th>
514
                            <td class="currency">$investment.getWalletAmount()</td>
514
                            <td class="currency">$math.floor($investment.getWalletAmount())</td>
515
                        </tr>
515
                        </tr>
516
                        
516
                        
517
                         <tr>
517
                         <tr>
518
                            <th class="details">Agreed Investment </th>
518
                            <th class="details">Agreed Investment </th>
519
                            <td class="currency">$investment.getMinInvestment()</td>
519
                            <td class="currency">$math.floor($investment.getMinInvestment())</td>
520
                        </tr>
520
                        </tr>
521
                        <tr>
521
                        <tr>
522
                            <th class="details">Current investment</th>
522
                            <th class="details">Current investment</th>
523
                            <td class="light-red currency">$investment.getTotalInvestment() &nbsp; &nbsp;<span
523
                            <td class="light-red currency">$math.floor($investment.getTotalInvestment()) &nbsp; &nbsp;<span
524
                                    class="font-weight-bold ">$nf.format($investment.getShortPercentage()) %</span> </td>
524
                                    class="font-weight-bold ">$nf.format($investment.getShortPercentage()) %</span> </td>
525
                        </tr>
525
                        </tr>
526
                        <tr>
526
                        <tr>
527
                            <th class="details">Short / Excess</th>
527
                            <th class="details">Short / Excess</th>
528
                            <td class="light-red currency">$investment.getShortInvestment() &nbsp; &nbsp;
528
                            <td class="light-red currency">$math.floor($investment.getShortInvestment()) &nbsp; &nbsp;
529
                            
529
                            
530
                            
530
                            
531
                            
531
                            
532
                             #if($investment.getShortPercentage() <= 0)
532
                             #if($investment.getShortPercentage() <= 0)
533
                                  <span
533
                                  <span