{% extends "base.html" %} {% block title %}Imprimatur > Run {{run_id}}{% endblock %} {% block nav %} Imprimatur > Run {{run_id}} {% endblock %} {% block content %}

Results

{{proc.results_str()}}
{% if proc.is_alive() %}

The script is still running. Refresh the page to see latest progress...

{% endif %}

Script

{{proc.script}}
{% endblock %}