%elif key.startswith( 'label' ):
${render_label( val )}
%endif
%endfor
## Feedback when search returns no results.
Search did not match any tools.
## Link to workflow management. The location of this may change, but eventually
## at least some workflows will appear here (the user should be able to
## configure which of their stored workflows appear in the tools menu).
%if t.user:
Workflows
%if t.user.stored_workflow_menu_entries:
%for m in t.user.stored_workflow_menu_entries: