src/pyams_ldap/zmi/templates/ldap-attributes.pt
changeset 0 94ee60dd51e1
child 20 68b5251b9687
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_ldap/zmi/templates/ldap-attributes.pt	Sat Feb 28 15:20:14 2015 +0100
@@ -0,0 +1,10 @@
+<table class="table table-bordered table-striped table-hover table-tight datatable">
+	<tr>
+		<th>Attribute name</th>
+		<th>Value</th>
+	</tr>
+	<tr tal:repeat="attr view.attributes">
+		<td tal:content="attr[0]"></td>
+		<td tal:content="structure view.br.join(sorted(attr[1]))"></td>
+	</tr>
+</table>