{% extends "core_components/site_base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core_components/header.html"%} {% endblock %} {% block body %}

Workflow Type

{{ workflow_type }}

(to-do) a short description of this workflow type

{% for workflow in workflows %}
{{ workflow.name_short }}

{{ workflow.description_doc }}

About
{% endfor %}
{% endblock %}