%inherit file="/base.mako"/>
<%namespace file="/message.mako" import="render_msg" />
<%
in_library = form_type == trans.model.FormDefinition.types.LIBRARY_INFO_TEMPLATE
in_sample_tracking = form_type == trans.model.FormDefinition.types.RUN_DETAILS_TEMPLATE
if in_library:
# If rendering for a library folder or dataset, inheritance is set by the user, while
# rendering for a RequestType, the template is always available to samples.
from galaxy.web.form_builder import CheckboxField
inheritable_check_box = CheckboxField( 'inheritable' )
%>