%
from cgi import escape
from xml.sax.saxutils import quoteattr
%>
<%@include file="header.inc" %>
<%
for treepkg, description in sorted(descriptions, key=lambda x: x[1]):
# for all descriptions
%>
<%
# for all descriptions
%>
|
<%@include file="footer.inc" %>