Subversion Repositories SmartDukaan

Rev

Rev 32197 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32197 Rev 32457
Line 12... Line 12...
12
      <th>Business name</th>
12
      <th>Business name</th>
13
       <th>City</th>
13
       <th>City</th>
14
       <th>State</th>
14
       <th>State</th>
15
       <th>Territory Manager</th>
15
       <th>Territory Manager</th>
16
        <th>Regional Manager</th>
16
        <th>Regional Manager</th>
17
         <th>Loan value</th>
17
         <th>Loan Value</th>
-
 
18
         <th>Loan Count</th>
18
      </tr>
19
      </tr>
19
      </thead>
20
      </thead>
20
      <tbody>
21
      <tbody>
21
          #foreach($loan in $fofoIdLoansMap.entrySet())
22
          #foreach($loan in $fofoIdLoansMap.entrySet())
22
           #set($fofoId = $loan.getKey() )
23
           #set($fofoId = $loan.getKey() )
Line 31... Line 32...
31
            #if($fofoReportingModelMap.get($fofoId).getRegionalManager())
32
            #if($fofoReportingModelMap.get($fofoId).getRegionalManager())
32
             <td>$fofoReportingModelMap.get($fofoId).getRegionalManager()</td>
33
             <td>$fofoReportingModelMap.get($fofoId).getRegionalManager()</td>
33
              #else
34
              #else
34
            <td>-</td> #end
35
            <td>-</td> #end
35
            <td class="currency">$loan.getValue()</td>
36
            <td class="currency">$loan.getValue()</td>
-
 
37
             <td class="currency">$loanCountMap.get($fofoId)</td>
36
        </tr>
38
        </tr>
37
     #end
39
     #end
38
      </tbody>
40
      </tbody>
39
</table>
41
</table>
40
 </div>
42
 </div>