<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%def name="title()">${_('Edit Workflow Attributes')} <%def name="stylesheets()"> ${h.css( "base", "autocomplete_tagging" )} <%def name="javascripts()"> ${parent.javascripts()} ${h.js( "galaxy.base", "jquery.autocomplete", "autocomplete_tagging" )} %if msg: ${render_msg( msg, messagetype )} %endif <%def name="body()">
${_('Edit Workflow Attributes')}
<%namespace file="/tagging_common.mako" import="render_individual_tagging_element" />
${render_individual_tagging_element(user=trans.get_user(), tagged_item=stored, elt_context="edit_attributes.mako", use_toggle_link=False, in_form=True, input_size="25")}
Apply tags to make it easy to search for and find items with the same tag.
Add an annotation notes to a workflow; annotations are available when a workflow is viewed.