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

Workflow Type

{{ workflow_type }}

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

{% for workflow in workflows %}
{{ workflow.name_short }}
{{ workflow.description_doc | markdown }} About
{% endfor %}
{% endblock %}