Rev 34230 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="modal-body"><h4 class="modal-title">Catalog Age detail</h4><table class="table">#if($isSupplierIdPresent)#if($catalogAgedModels.get(0).getSupplier())<h5 align="center" style="color: #2b669a;">$catalogAgedModels.get(0).getSupplier()</h5>#end#else<h5 align="center" style="color: #2b669a;">All Supplier</h5><h5 align="center" style="color: #2b669a;">$catalogAgedModels.get(0).getBrand()</h5>#end<h5 align="center" style="color: #cc0f41;">$catalogAgedModels.get(0).getModelName() #if($catalogAgedModels.get(0).getBrand()=='Samsung')-$catalogAgedModels.get(0).getModel()#end</h5><thead><th>Unsold</th><th>Age(Day)</th><tbody>#foreach($catalog in $catalogAgedModels)#if($catalog.getUnsold()>0)<tr><td style="width: 50px">$catalog.getUnsold()</td><td style="width: 50px">$catalog.getAge()</td></tr>#end#end</tbody></table></div>