{% extends "core/site_base.html" %} {% block tabtitle %}{{ workflow.name_full }} - Simmate{% endblock %} {% block body %}

{% if workflow.is_recommended %}{% endif %} {{ workflow.name_full }} {% if workflow.is_recommended %}{% endif %}

{% include "workflow_explorer/for_detail/tabs_header.html" %}
{% simmate_setting "website.show_finances" as SHOW_FINANCES %} {% include "workflow_explorer/for_detail/about_tab.html" %} {% include "workflow_explorer/for_detail/config_tab.html" %} {% include "workflow_explorer/for_detail/parameters_tab.html" %} {% if SHOW_FINANCES %} {% include "workflow_explorer/for_detail/pricing_tab.html" %} {% endif %} {% include "workflow_explorer/for_detail/results_tab.html" %} {% include "workflow_explorer/for_detail/submit_tab.html" %}
{% endblock %}