<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%def name="javascripts()"> ${parent.javascripts()} ${h.js("jquery.autocomplete", "autocomplete_tagging" )} <%def name="stylesheets()"> ${parent.stylesheets()} ${h.css( "autocomplete_tagging" )}

%if message: ${render_msg( message, status )} %endif
Create a new sequencing request
%if len( request_type_select_field.options ) == 1: There are no sequencer configurations available for ${trans.user.email} to create sequencing requests. %else:
## The request_type_select_field is a SelectField named request_type_id ${request_type_select_field.get_html()} %if cntrller != 'requests_admin':
Contact the lab manager if you are not sure about the sequencer configuration.
%endif
%if request_type_select_field_selected != 'none': ## If a request_type has been selected, display the associated form using received widgets. %for i, field in enumerate( widgets ):
${field['widget'].get_html()}
${field['helptext']}
%endfor
%endif
%endif