| Lines 199-210
          
      
      
        Link Here | 
        
          | 199 |     <thead> | 199 |     <thead> | 
        
          | 200 |     <tr> | 200 |     <tr> | 
        
          | 201 |         <th>Code</th> | 201 |         <th>Code</th> | 
            
              |  |  | 202 |         <th>Parent</th> | 
        
          | 202 |         <th>Description</th> | 203 |         <th>Description</th> | 
        
          | 203 |         <th> </th> | 204 |         <th> </th> | 
        
          | 204 |     </tr> | 205 |     </tr> | 
        
          | 205 |     </thead> | 206 |     </thead> | 
        
          | 206 |     <tbody> | 207 |     <tbody> | 
        
          | 207 |     <tr> | 208 |     <tr> | 
            
              |  |  | 209 |         <td> </td> | 
        
          | 208 |         <td> </td> | 210 |         <td> </td> | 
        
          | 209 |         <td>Default framework</td> | 211 |         <td>Default framework</td> | 
        
          | 210 |         <td> | 212 |         <td> | 
  
    | Lines 274-279
          
      
      
        Link Here | 
        
          | 274 |     [% FOREACH loo IN frameworks %] | 276 |     [% FOREACH loo IN frameworks %] | 
        
          | 275 |         <tr> | 277 |         <tr> | 
        
          | 276 |             <td>[% loo.frameworkcode | html %]</td> | 278 |             <td>[% loo.frameworkcode | html %]</td> | 
            
              |  |  | 279 |             <td>[% loo.parent_frameworkcode | html %]</td> | 
        
          | 277 |             <td>[% loo.frameworktext | html %]</td> | 280 |             <td>[% loo.frameworktext | html %]</td> | 
        
          | 278 |             <td> | 281 |             <td> | 
        
          | 279 |               <div class="btn-group dropup"> | 282 |               <div class="btn-group dropup"> | 
            
              | 280 | -  |  |  |