| Line 886... |
Line 886... |
| 886 |
#parse("dashboard-activated-imeis.vm")
|
886 |
#parse("dashboard-activated-imeis.vm")
|
| 887 |
</div>
|
887 |
</div>
|
| 888 |
#end
|
888 |
#end
|
| 889 |
#foreach( $offer in $publishedOffers )
|
889 |
#foreach( $offer in $publishedOffers )
|
| 890 |
<div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
|
890 |
<div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
|
| 891 |
<h3 style="margin-top:-2px; margin-bottom:3px;color:#c70db8;font-weight:bold">
|
891 |
<h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4pxfont-weight:bold">
|
| 892 |
$offer.getName()
|
892 |
$offer.getName()
|
| 893 |
</h3>
|
893 |
</h3>
|
| 894 |
<h4 style="margin-top:-2px;font-size:15px; margin-bottom:3px;color:#5547d0;font-weight:bold">
|
894 |
<h4 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
|
| 895 |
From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType() on $offer.getActivationBrands()
|
895 |
From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType() on $offer.getActivationBrands()
|
| 896 |
</h4>
|
896 |
</h4>
|
| 897 |
<h4 style="color:green;margin-top:0px;margin-bottom:0px;">
|
897 |
<h4 style="color:green;margin-top:0px;margin-bottom:0px;">
|
| 898 |
#if($offer.getNextTargetSlab())
|
898 |
#if($offer.getNextTargetSlab())
|
| 899 |
Sell stock worth Rs.<span class="currency">$offer.getNextTargetSlab().getRemainingAmount($offer.getEligibleSale())</span>
|
899 |
Sell stock worth Rs.<span class="currency">$offer.getNextTargetSlab().getRemainingAmount($offer.getEligibleSale())</span>
|