Ignore:
Timestamp:
12/21/15 18:01:42 (9 years ago)
Author:
nanardon
Message:

Add employment to expiration page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/summary/expire/index.tt

    r1500 r1510  
    6060</script> 
    6161 
    62  
    6362<div id="charth" style="width:80%; height:600px; clear: both"> 
    6463</div> 
     
    7675    [% END %] 
    7776    [% ouser = c.model('Accounts').db.get_object('user', exuser) %] 
    78     <li>[% ouser | html %]</li> 
     77    <li>[% ouser | html %] ([% ouser.get_attributes('contratType') || 'none' %])</li> 
    7978    [% IF loop.last %] 
    8079    </ul> 
     
    8887[% END %] 
    8988</div> 
     89 
Note: See TracChangeset for help on using the changeset viewer.