Subversion Repositories SmartDukaan

Rev

Rev 31265 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

               
              
        

        

                        <table class="table table-striped table-advance table-hover">
                                <tbody>
                                        <tr>
                                                <th>Partner Category</th>
                                                <th>MTD</th>
                                                <th>LMTD</th>
                                                <th>LMS</th>
                                        
                                </tr>
                                
                                        #foreach( $milestone in $milestones )
                                        
                                                        <tr>
                                                        <td>$milestone</td>
                                                                <td>$mtdMap.get($milestone)</td>
                                                                <td>$lmtdMap.get($milestone)</td>
                                                                <td>$lmsMap.get($milestone)</td>
                                                
                                                        </tr>
                                                
                                   #end
                                        
                                </tbody>
                        </table>