• <%= escape(lItem.getName().strip()) or _("[no title]") %> (<%= lItem.getNumConferences() %>) <% if lItem.hasAnyProtection(): %> <% if lItem.getDomainList() != []: %> <%= "%s domain only"%(", ".join(map(lambda x: x.getName(), lItem.getDomainList()))) %> <% end %> <% else: %> <%= _("(protected)")%> <% end %> <% end %>