]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/LookupUserResponse.inc
More fixes for includes/LookupUserResponse.inc.
[working/NCIPServer.git] / templates / includes / LookupUserResponse.inc
1 [% FOREACH id IN data.UserId -%]
2 <ncip:UserId>
3 [% IF id.UserIdentifierType -%]
4 <ncip:UserIdentifierType>
5 [% id.UserIdentifierType | xml %]
6 </ncip:UserIdentifierType>
7 [% END -%]
8 [% IF id.AgencyId -%]
9 <ncip:AgencyId>
10 [% id.AgencyId %]
11 </ncip:AgencyId>
12 [% END -%]
13 <ncip:UserIdentifierValue>
14 [% id.UserIdentifierValue | xml %]
15 </ncip:UserIdentifierValue>
16 </ncip:UserId>
17 [% END -%]
18 [% INCLUDE "includes/UserOptionalFields.inc" -%]