{% extends "master.html" %} {% block title %} - Overview{% endblock %} {% block body %}

Jobs in Progress

{% for job_type in g.job_types %}

{{ job_type }}

{% for job in g.jobs[job_type] %} {% else %} {% endfor %}
Job ID Phase
{{ job }} Mapping
Nothing happening here right now...
{% else %}
Job ID Phase
Nothing happening here right now...
{% endfor %} click a job type to view its activity
{% endblock %}