<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%namespace file="/webapps/tool_shed/repository/common.mako" import="*" /> <%namespace file="/admin/tool_shed_repository/common.mako" import="*" /> <%namespace file="/admin/tool_shed_repository/repository_actions_menu.mako" import="*" /> <%def name="stylesheets()"> ${parent.stylesheets()} ${h.css( "library" )} <%def name="javascripts()"> ${parent.javascripts()} ${h.js("libs/jquery/jquery.rating", "libs/jquery/jstorage" )} ${container_javascripts()} ${render_galaxy_repository_actions( repository )} %if message: ${render_msg( message, status )} %endif
Installed tool shed repository '${repository.name|h}'
${repository.tool_shed|h}
${repository.name|h}
%if in_error_state: ${description|h} %else: %endif
${repository.changeset_revision|h}
${repository.owner|h}
%if in_error_state:
${repository.error_message|h}
%else:
${repo_files_dir|h}
%endif
${repository.deleted|h}
%if not in_error_state:
%endif

%if not in_error_state: ${render_repository_items( repository.metadata, containers_dict, can_set_metadata=False, render_repository_actions_for='galaxy' )} %endif