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