Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
policyinfos.tmpl 514 B
Newer Older
baeumma's avatar
baeumma committed

<div class="ldapns_policyinfos">

<table>
  <thead>
    <tr>
      <td colspan="2">dn: <tmpl_var name='policydn'></td>
    </tr>
  </thead>
  <tbody>
    <tmpl_loop name="attrs">
      <tr>
       <th><tmpl_var name="attr"></th>
       <td><tmpl_var name="value"></td>
      </tr>
    </tmpl_loop>
  <tbody>
<tmpl_if name='reset'>
  </tfoot>
    <tr>
     <th>pwdreset</th>
     <td><span class="ldapns_error">TRUE</span></td>
    </tr>
  </tfoot>
</tmpl_if>
</table>

</div> <!-- class="ldapns_policyinfos" -->