{% extends "wizard.html" %} {% load staticfiles %} {% block css %} {{ block.super }} {% endblock %} {% block title %} Wizard - Run {% endblock %} {% block page-title %}
  • Start Processing
  • {% endblock %} {% block content %} {% if default != 'default' %}

    Select a date from which to start processing your data. By default, we'll start 6 months back.

    Start Test Run from {{ start_date | date:"d/M/Y" }}
    {% else %}

    Analysis and extraction in progress...

    You can check the current test-run progress here.

    {% endif %} {% endblock %} {% block js %} {{ block.super }} {% endblock %}