Concept of principal/reference account adeed
[myslice.git] / portal / templates / account-view.html
index 1133452..b28658c 100644 (file)
                <table class="mytable"> 
                        <tr class="odd"> 
                        <th>Platform</th> 
-                       <th>Account Type</th> 
+                       <th>Account Type</th>
+                               <th>Account_delegation</th>      
                        <th>user_hrn</th>
                        <th>Pub Key</th>
                </tr>   
                        <tr class="border_bottom">
                        <td class="odd"> {{ row.platform_name }} </td>
                        <td class="even"> {{ row.account_type }} </td>
-                               <td class="odd"> {{ row.usr_hrn }}  </td>
-                       <td class="even"> {{ row.usr_pubkey }} </td>
+                               <td class="odd"> {{ row.delegation_type }} </td>
+                               <td class="even"> {{ row.usr_hrn }}  </td>
+                       <td class="odd"> {{ row.usr_pubkey }} </td>
                </tr> 
                        {%endfor%}               
                </table>