source: trunk/LATMOS-Accounts-Web/root/html/users/Add.tt @ 2365

Last change on this file since 2365 was 2196, checked in by nanardon, 5 years ago

Add firstAidTrainingValidity attribute

File size: 275 bytes
Line 
1<!-- $Id$ -->
2[% IF NOT user %]
3No user [% username | html %] found.
4[% ELSE %]
5   
6[% INCLUDE 'users/object_header.tt' %]
7
8<div id="objectform" class="objectform">
9[% INCLUDE 'includes/form.tt'
10    form = form
11    form_uri = c.uri_for('/' _ c.req.path) %]
12</div>
13[% END %]
Note: See TracBrowser for help on using the repository browser.