<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%namespace file="/library/common/common.mako" import="render_template_fields" /> <%def name="javascripts()"> ${parent.javascripts()} %if library_dataset == library_dataset.library_dataset_dataset_association.library_dataset: This is the latest version of this library dataset %else: This is an expired version of this library dataset %endif

%if message: ${render_msg( message, status )} %endif %if ( trans.user_is_admin() and cntrller=='library_admin' ) or trans.app.security_agent.can_modify_library_item( current_user_roles, library_dataset ):
Edit attributes of ${library_dataset.name}
%else:
View information about ${library_dataset.name}
Name: ${library_dataset.name}
Info: ${library_dataset.info}
Dataset Versions:
%endif %if widgets: ${render_template_fields( cntrller, 'library_dataset', library_id, widgets, widget_fields_have_contents, info_association=None, inherited=False, editable=False )} %endif