aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/user.html')
-rw-r--r--tmpl/user.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tmpl/user.html b/tmpl/user.html
index e46c468..d334738 100644
--- a/tmpl/user.html
+++ b/tmpl/user.html
@@ -20,5 +20,15 @@
[% END %]
</li>
</ul>
+ [% IF maintdb.$login %]
+ <h3>[% users.$user.cn.0 %] is maintaining [% maintdb.$login.size %] packages</h3>
+ <ul>
+ [% FOREACH pkg IN maintdb.$login %]
+ <li>
+ [% pkg %]
+ </li>
+ [% END %]
+ </ul>
+ [% END %]
</body>
</html>