Your search has started.
${_('help')}
${_('Search Assistant')}
% if len(nexts) > 0:
${_('common next commands')}
% if len(nexts) > 15:
|
${_('More')} »
% endif
% for next,desc in nexts[:15]: <% s = search.strip() %> <% if s.endswith("|"): s = s[:-1] %> <% replacement = s + " | " + next %>
${next|h}
% endfor
% for next,desc in nexts[15:]: <% s = search.strip() %> <% if s.endswith("|"): s = s[:-1] %> <% replacement = s + " | " + next %>
${next|h}
% endfor
% endif