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

Workflow Type

{{ workflow_type }}

{{ workflow_type_description_short }}

{% for workflow in workflows %}
{{ workflow.name_preset }}
{{ workflow.description_doc_short }}

About
{% endfor %}
{% endblock %}