{% if my_request %}
Request: {{ my_request.id }}
User: {{ my_request.user }}
estimator_id: {{ my_request.estimator_id }}
dataset_id: {{ my_request.dataset_id }}
time_created: {{ my_request.time_created }}
time_started {{ my_request.time_started }}
time_finished {{ my_request.time_finished }}
qp_file_path: {{ my_request.qp_file_path }}
{% else %}
No Request selected. Use the buttons the left to select or run one.
If you want to run a new Request you will need to select a Dataset and an Estimator first.
{% endif %}
An Request is a request to process a particular Dataset with a specific Estimator,
Once the processing is completed, the output will be stored on the server in a "qp" file,
which you will be able to explore.