{% extends "base.html" %} {% block title %}Run Progress — Finite State Report Kit{% endblock %} {% block content %}

Running {{ recipes | length }} recipe(s)

{{ recipes | join(', ') }}

Cancelling…
Back to Dashboard View Log
{% endblock %} {% block scripts %} {% endblock %}