{% extends "layout.html" %}
{% block title %}Status{% endblock %}
{% block content %}
Status {% if id %}({{id}}){% endif %}
{% if id %}
Stage |
Description |
Status |
Stage 1 |
Some description here.... |
Complete |
Stage 2 |
Some description here.... |
Complete |
Stage 3 |
Some description here.... |
In Progress |
Stage 4 |
Some description here.... |
Error |
Stage 5 |
Some description here.... |
Incomplete |
Inputs
Input |
Somfile.txt |
Options |
X - True, Y - alskdfj, Z - sklfj |
Results
Download your results here.
Error
{% else %}
No job id provided!
{% endif %}
{% endblock %}