Skip to content
Snippets Groups Projects
Commit 0761896f authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

forgotten in #2e962b2f

parent 8370efec
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,9 @@
<div>
<table>
<caption>[% lh.maketext("List of user attributes") %]</caption>
[% FOREACH attribute IN [ 'cn', 'displayName', 'givenName', 'sn', 'mail', 'schacHomeOrganization', 'schacHomeOrganizationType', 'eduPersonPrincipalName', 'eduPersonAffiliation', 'eduPersonScopedAffiliation' ] %]
[% FOREACH pair IN attributes.pairs %]
<tr>
<th>[% attribute %]</th><td>[% attributes.$attribute.join(', ') %]</td>
<th>[% pair.key %]</th><td>[% pair.value.join(', ') %]</td>
</tr>
[% END %]
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment