{% extends 'core/base.html' %} {% load i18n %} {% block content %}

{% trans "Tools" %}

{% if tools %}
{% csrf_token %} {% for tool in tools %} {% endfor %}
{% trans "ID" %} {% trans "Base Command" %} {% trans "Description" %}
{{ tool.executable_id }} {{ tool.cwl.baseCommand }} {{ tool.cwl.label }}
{% else %}
{% endif %} {% trans "Create Tool" %}
{% endblock %}