{% extends "core/site-base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core/header.html"%} {% endblock %} {% block body %}

{{ workflow_type }}

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

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

{{ workflow.description_doc }}

About

{% endfor %}
{% endblock %}