Ignore:
Timestamp:
06/26/20 10:04:26 (4 years ago)
Author:
nanardon
Message:

Add support info on nethost page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/nethosts/default.tt

    r2424 r2425  
    1818</th></tr> 
    1919<tr><td> 
    20 l('Support Name'): [% osupport.id | html %]<br> 
     20[% l('Support Name') |html %]: [% osupport.id | html %]<br> 
     21[% l('Description') |html %]: [% osupport.get_attributes('description') | html %]<br> 
     22[% l('Phone') |html %]: [% osupport.get_attributes('phone') | html %]<br> 
     23[% l('Web site') |html %]: [% osupport.get_attributes('webSite') | html %]<br> 
    2124</td></tr> 
    2225[% END %] 
Note: See TracChangeset for help on using the changeset viewer.