{% extends "base.html" %} {% block title %}Imprimatur > Run {{run_id}}{% endblock %} {% block nav %} Imprimatur > Run {{run_id}} {% endblock %} {% block content %}
{{proc.results_str()}}{% if proc.is_alive() %}
The script is still running. Refresh the page to see latest progress...
{% endif %}{{proc.script}}{% endblock %}