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

Prefect Cloud:

{% if calculation.flow_run_view %}
  • Name: {{ calculation.prefect_flow_run_name }}
  • ID: {{ calculation.prefect_flow_run_id }}
  • Current State: {{ calculation.prefect_state }}
Monitor on Prefect {% else %} This workflow run was ran locally and not through Prefect Cloud {% endif %}

Calculation Information:

  • File Location: {{ calculation.directory }}
  • Created at: {{ calculation.created_at }}
  • Last updated at: {{ calculation.updated_at }}
  • Corrections Used: {{ calculation.corrections }}
{{ figure_convergence_html | safe }}
{% endblock %} {% block extrafooter %} {% include "core/datatable.html" %} {% endblock %}