{% extends "admin/base_site.html" %} {% block title %}Import workflows{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Name | Galaxy ID | Annotation | Published | Tags |
---|---|---|---|---|
{{ wf.name }} | {{ wf.galaxy_id }} | {{ wf.annotation }} | {{ wf.published }} | {% for tag in wf.tags.all %} {{ tag.label }} {% endfor %} |
Please select the workflow(s) you would like to add to the application from the following list: