{% if not user_info.test_run_in_progress %}

Test-run finished successfully!

Go To Results

{% else %}

Sorry! We've not finished processing your call data yet.

{{ percentage_imported | floatformat:"2" }}%

Currently, we've processed {{ percentage_imported | floatformat:"2" }}% of your data and it's taken us {{ lapsedMinutes | floatformat:"2" }} minutes, so if you have a relatively constant number of calls, it should take us around {{ minutesRemaining | floatformat:"2" }} minutes to finish.

{% endif %}