Subversion Repositories SmartDukaan

Rev

Rev 28825 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div class="col-lg-12">
        <div class="row col-lg-5">
                <h3 style="margin-top: -2px; margin-bottom: 24px">
                        <strong>Activation Updation Summary</strong>
                </h3>
        </div>

        <table class="table table-striped table-advance table-hover">
                                        <tbody>
                                                <tr > 
                                                        <th>Brand</th>
                                                        <th>Warehouse</th>
                                                        <th>Timestamp</th>
                                                
                        
                                                </tr>
                                                #foreach($activationImeiUpdation in $activationImeiUpdations)
                                                <tr>
                                                <td>$activationImeiUpdation.getBrand()</td>
                                                 <td>$warehouseMap.get($activationImeiUpdation.getWarehouseId())</td>
                                                 <td>$activationImeiUpdation.getCreateTimestampDisplay()</td>          
                        
                                                </tr>
                                                #end
                        
                                        </tbody>
                                </table>

   </div>