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

{{ workflow.name }}

{{ workflow.description_doc }}

Extras:

Submit New Run {% if flow_id %} Monitor Runs on Prefect ({{ nflows_submitted }}) {% endif %}
{% include "core_components/search_form.html" %} {% include "workflows/search_results.html" %}
{% endblock %}